-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
71 lines (66 loc) · 1.86 KB
/
mkdocs.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: snok
site_description: 🚀 A simple, modern, full-stack toolkit for Python 🐍
site_url: https://snok.corletti.xyz
theme:
name: material
features:
- navigation.instant
- content.code.copy
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
icon:
repo: fontawesome/brands/github-alt
logo: material/snake
favicon: material/snake
repo_name: anthonycorletti/snok
repo_url: https://github.com/anthonycorletti/snok
edit_uri: ""
nav:
- Welcome: index.md
- Getting Started:
- 🐍 Getting Started: getting-started/hello-snok.md
- 📦 Snok Packages: getting-started/packages.md
- 🌎 Snok Apps: getting-started/apps.md
- 🚀 Modal: getting-started/modal.md
- Development & Contributing: contributing.md
- Release Notes: release-notes.md
markdown_extensions:
- toc:
title: On this page
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.tabbed:
alternate_style: true
- mdx_include:
base_path: docs
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/anthonycorletti/snok
- icon: fontawesome/solid/globe
link: https://snok.corletti.xyz