-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (79 loc) · 2.17 KB
/
mkdocs.yml
File metadata and controls
85 lines (79 loc) · 2.17 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
82
83
84
85
site_name: Tach
site_url: https://gauge-sh.github.io/tach/
site_description: A Python tool for managing module dependencies and interfaces
site_author: Gauge
repo_name: gauge-sh/tach
repo_url: https://github.com/gauge-sh/tach
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
logo: assets/dark_logo.png
favicon: favicon.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- content.code.copy
- content.code.annotate
- toc.follow
nav:
- Home: index.md
- Getting Started:
- Overview: getting-started/introduction.md
- Why Tach: getting-started/why-tach.md
- Getting Started: getting-started/getting-started.md
- Usage:
- Commands: usage/commands.md
- Configuration: usage/configuration.md
- Interfaces: usage/interfaces.md
- Layers: usage/layers.md
- Deprecation: usage/deprecate.md
- Tach Ignore: usage/tach-ignore.md
- Unchecked Modules: usage/unchecked-modules.md
- VS Code Integration: usage/vscode.md
- Caching: usage/caching.md
- FAQ: usage/faq.md
- Contributing:
- Setting Up Project: contributing/setting-up-project.md
- Working with Docs: contributing/working-with-docs.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
- social
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/gauge-sh/tach
- icon: fontawesome/brands/twitter
link: https://x.com/gauge_sh
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/gauge-sh/