-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (28 loc) · 809 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (28 loc) · 809 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
26
27
28
29
30
31
32
site_name: FloorPlan
site_description: 'Translate Room schemas to DBML'
site_author: 'Julio Zynger'
repo_name: 'julioz/FloorPlan'
repo_url: 'https://github.com/julioz/FloorPlan'
plugins:
- search
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.superfences
- mdx_truly_sane_lists
theme:
name: 'material'
nav:
- 'Overview': 'index.md'
- 'Usage':
- 'Command-line': 'run.md'
- 'Gradle Plugin': 'gradle-plugin.md'
- 'IntelliJ Plugin': 'intellij-plugin.md'
- 'Recipes':
- 'Android Room': 'recipes/android-room.md'
- 'SQLDelight': 'recipes/sqldelight.md'
- 'MySQL / Postgres': 'recipes/mysql-postgres.md'
- 'Contributing': 'contributing.md'
- 'Architecture': 'architecture.md'
- 'Changelog': 'changelog.md'