-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
41 lines (37 loc) · 966 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
34
35
36
37
38
39
40
41
site_name: TypeDAL
site_description: Welcome to TypeDAL's documentation
site_url: https://github.com/trialandsuccess/typedal
nav:
- 1. Getting Started: 1_getting_started.md
- 2. Defining Tables: 2_defining_tables.md
- 3. Building Queries: 3_building_queries.md
- 4. Relationships: 4_relationships.md
- 5. py4web: 5_py4web.md
- 6. Migrations: 6_migrations.md
- 7. Mixins: 7_mixins.md
extra:
version:
default: stable
#markdown_extensions:
# - pymdownx.highlight:
# anchor_linenums: true
# line_spans: __span
# pygments_lang_class: true
# - pymdownx.inlinehilite
# - pymdownx.snippets
# - pymdownx.superfences
theme:
name: dracula
locale: en
highlightjs: true
hljs_style: tokyo-night-dark
hljs_languages:
- shell
- bash
- python
- sql
features:
- content.code.copy
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/tokyo-night-dark.min.css
- css/code_blocks.css