forked from Attakay78/Pytql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (70 loc) · 1.79 KB
/
mkdocs.yml
File metadata and controls
81 lines (70 loc) · 1.79 KB
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
72
73
74
75
76
77
78
79
80
81
site_name: PyTQL
theme:
name: material
features:
- navigation.path
- navigation.expand
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
icon:
repo: fontawesome/brands/github-alt
logo: material/table-search
admonition:
tip: octicons/squirrel-16
palette:
# Palette toggle for dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
# Page Navigation
nav:
- Getting Started: 'index.md'
- 'API Reference':
- Model: 'model.md'
- Fields: 'fields.md'
- Colors: 'colors.md'
- Data: 'data.md'
- Table: 'table.md'
- Cli Client: 'repl.md'
- Exceptions: 'exceptions.md'
- 'Release Notes': 'releases.md'
repo_url: https://github.com/Attakay78/Pytql
repo_name: Attakay78/Pytql
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:richardquaicoe78@gmail.com
name: Richard Quaicoe<richardquaicoe78@gmail.com>
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/richard-quaicoe-545ba211b/
- icon: fontawesome/brands/medium
link: https://medium.com/@richardquaicoe78
copyright: Copyright © 2023 Richard Quaicoe
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css