-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (55 loc) · 1.27 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: Alternative Queries
site_url: https://altqq.baluyotraf.com
site_description: Typed and Composable Tool for Handwritten SQL
repo_url: https://github.com/baluyotraf/altqq
repo_name: baluyotraf/altqq
edit_uri: ""
copyright: Copyright © 2024 Raffaello Baluyot
nav:
- index.md
- User Documentation:
- user-guide.md
- rationale.md
- Dev Documentation:
- api.md
- changelog.md
plugins:
- include-markdown
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
- search
- social
markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
theme:
name: material
language: en
palette:
primary: black
accent: light blue
icon:
logo: fontawesome/solid/database
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
extra:
version:
default: stable
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/baluyotraf/
name: baluyotraf
- icon: fontawesome/brands/github
link: https://github.com/baluyotraf
name: baluyotraf