forked from pinax/pinax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (23 loc) · 753 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (23 loc) · 753 Bytes
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
site_name: Pinax Documentation
pages:
- index.md
- Introduction:
- 'What is Pinax?': what_is_pinax.md
- Quick Start: quick_start.md
- History: history.md
- FAQs: faq.md
- Starter Projects and Apps:
- Pinax Starter Projects: pinax_starter_projects.md
- Pinax Apps: pinax_apps.md
- How Tos:
- LDAP Integration: how-tos/ldap.md
- Deploying to Heroku: how-tos/deploy-to-heroku.md
- Releasing a Starter Project: how-tos/release-starter-project.md
- Development:
- How to Contribute: how_to_contribute.md
- Ways to Contribute: ways_to_contribute.md
- Release Process: release_process.md
- Code of Conduct: code_of_conduct.md
- In the Wild:
- In the Wild: in_the_wild.md
theme: readthedocs