-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
27 lines (23 loc) · 1.02 KB
/
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: AppSeed Docs
site_description: Official Documentation | AppSeed
site_url: https://docs.appseed.us/
repo_url: https://github.com/app-generator/docs/
google_analytics: ['UA-104843706-2', 'docs.appseed.us']
markdown_extensions:
- meta
nav:
- Sections:
- 'App Generator' : 'app-generator/index.md'
- 'How To' : 'how-to/index.md'
- 'What Is' : 'what-is/index.md'
- Web Apps:
- 'Admin Dashboards' : 'admin-dashboards/index.md'
- 'Static Sites' : 'static-site/index.md'
- 'JAMstack' : 'apps/jamstack/index.md'
- 'Flask Apps' : 'apps/flask-apps/index.md'
- Boilerplate Code:
- 'Boilerplate Code' : 'boilerplate-code/index.md'
- 'Nodejs Starter' : 'boilerplate-code/nodejs-starter.md'
- 'Laravel Boilerplate' : 'boilerplate-code/laravel-boilerplate.md'
- 'Eleventy Boilerplate' : 'boilerplate-code/eleventy-boilerplate.md'
- 'Flask Boilerplate' : 'boilerplate-code/flask-boilerplate.md'