-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
83 lines (77 loc) · 2.05 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
site_name: Augini
site_url: https://tabularis-ai.github.io/augini/
repo_url: https://github.com/tabularis-ai/augini
repo_name: tabularis-ai/augini
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.indexes
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
logo: assets/images/logo_augini.png
favicon: assets/images/favicon.png
icon:
repo: fontawesome/brands/github
markdown_extensions:
- tables
- attr_list
- def_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/sznxwdqBXj
- icon: fontawesome/brands/github
link: https://github.com/tabularis-ai/augini
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: >
Copyright © 2025 Tabularis.AI –
<a href="#__consent">Change cookie settings</a>
plugins:
- search
- tags
extra_css:
- assets/stylesheets/extra.css