-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
33 lines (29 loc) · 851 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
28
29
30
31
32
33
site_name: Ionic/TypeScript Starter
theme: flatly
repo_url: https://github.com/Justin-Credible/Ionic-TypeScript-Starter
site_dir: docs-output
markdown_extensions:
- admonition:
pages:
- Home: index.md
- Getting Started: getting-started.md
- Project Layout:
- Root Files: project-layout-root-files.md
- src Directory: project-layout-src-directory.md
- www Directory: project-layout-www-directory.md
- resources Directory: project-layout-resources-directory.md
- Other Directories: project-layout-other-directories.md
- Documentation:
- Gulp Tasks: gulp-tasks.md
- Base Framework: base-framework.md
- Unit Testing: unit-testing.md
- Development Tips: development-tips.md
extra_css:
- css/slick.css
- css/slick-theme.css
- css/keys.css
- css/admonition.css
- css/custom.css
extra_javascript:
- js/slick.min.js
- js/screenshots.js