-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
28 lines (26 loc) · 970 Bytes
/
mkdocs.yml
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
site_name: MrPowers
site_url: https://mrpowers.io
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.footer
- navigation.expand
- navigation.indexes
nav:
- Home: index.md
- Open Source:
- Easy onboarding: open-source/easy-onboarding.md
- Grow Contributors: open-source/grow-contributors.md
- Communicate with chat apps: open-source/chat-apps.md
- Code best practices: open-source/code-best-practices.md
- Documentation best practices: open-source/documentation-best-practices.md
- GitHub best practices: open-source/github-best-practices.md
- Grow community: open-source/grow-community.md
- Project metrics: open-source/project-metrics.md
- Code best practices:
- Python: code-best-practices/python.md
- Governance:
- mrpowers-io GitHub organization: governance/mrpowers-io-org.md
- mrpowers-io repos: governance/mrpowers-io-repos.md