Skip to content

Commit 0564af3

Browse files
authored
Merge pull request #7 from lenadoc/edit-on-github
Update mkdocs.yml
2 parents fd641df + 64680ed commit 0564af3

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

mkdocs.yml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,32 @@ theme:
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

924
nav:
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+
1834
plugins:
1935
- search
2036
markdown_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

Comments
 (0)