-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
45 lines (42 loc) · 989 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
42
43
44
45
site_name: Fast
repo_url: https://github.com/jonatas/fast
edit_uri: edit/master/docs/
extra:
analytics:
provider: google
property: G-YKZDZDNRG2
theme:
name: material
palette:
primary: indigo
accent: pink
logo: assets/logo.png
favicon: assets/favicon.png
extra_css:
- stylesheets/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Introduction: index.md
- Walkthrough: walkthrough.md
- Syntax: syntax.md
- Command Line: command_line.md
- Experiments: experiments.md
- Shortcuts: shortcuts.md
- Git Integration: git.md
- Code Similarity: similarity_tutorial.md
- Pry Integration: pry-integration.md
- Editors' Integration: editors-integration.md
- Research: research.md
- Ideas: ideas.md
- Videos: videos.md
- SQL:
- Intro: sql/index.md
- Shortcuts: sql/shortcuts.md
- About: sql-support.md