-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (62 loc) · 2.15 KB
/
mkdocs.yml
File metadata and controls
68 lines (62 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: Software Guide - Mkdocs
repo_url: https://github.com/lenadoc/SoftwareGuideMkdocs
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.sections # Enables sections for nested navigation
- toc.follow
- content.action.edit # Add this line to enable page-specific edit buttons
- content.feedback
- navigation.footer
- navigation.indexes
palette:
primary: indigo
accent: indigo
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lenadoc/SoftwareGuideMkdocs
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
use_directory_urls: false
nav:
- Home: index.md
- Software Project Overview: overview.md
- Installation: installation.md
- "How to Use the Software":
- Introduction: usage/index.md
- Create a Project: usage/create-project.md
- Create a Process: usage/create-process.md
- Test a Project: usage/test-project.md
plugins:
- search
# To generate pdfs add pdf-export: plugin with combined: true option
# To create a combined web page of the whole website and generate a pdf from it from the browser (print - save as pdf), use the "print-site" plugin at the bottom of the plugin lists: https://github.com/timvink/mkdocs-print-site-plugin
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg