55 - navigation.sections # Enables sections for nested navigation
66 - navigation.expand # Expands navigation by default
77 - toc.follow
8+ - toc.integrate
9+
10+ # Add the 'edit' feature
11+ palette :
12+ primary : indigo
13+ accent : indigo
14+
15+ # Configure the 'edit' button
16+ extra :
17+ social :
18+ - icon : fontawesome/brands/github
19+ link : https://github.com/your-org/your-repo
20+ repo_url : https://github.com/your-org/your-repo
21+ repo_name : your-org/your-repo
22+ repo_icon : fontawesome/brands/github
823
924nav :
1025 - Home : index.md
11- - SoftwareProject overview : overview.md
26+ - Software Project Overview : overview.md
1227 - Installation : installation.md
13- - How to use the software :
28+ - How to Use the Software :
1429 - Introduction : usage/index.md
1530 - Create a Project : usage/create-project.md
1631 - Create a Process : usage/create-process.md
1732 - Test the Project : usage/test-project.md
33+
1834plugins :
1935 - search
2036markdown_extensions :
@@ -37,18 +53,4 @@ extra:
3753 provider : mike
3854 default : latest
3955 permalink : true
40- analytics :
41- feedback :
42- title : Was this page helpful?
43- ratings :
44- - icon : material/emoticon-happy-outline
45- name : This page was helpful
46- data : 1
47- note : >-
48- Thanks for your feedback!
49- - icon : material/emoticon-sad-outline
50- name : This page could be improved
51- data : 0
52- note : >-
53- Thanks for your feedback! Help us improve this page by
54- using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
56+
0 commit comments