-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (38 loc) · 939 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (38 loc) · 939 Bytes
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
site_name: campy
site_url: https://dropdevrahul.github.io/campy/
site_description: Animated ASCII terminal pets for CLI coding agents
site_author: dropdevrahul
repo_url: https://github.com/dropdevrahul/campy
repo_name: dropdevrahul/campy
docs_dir: docs
theme:
name: material
features:
- navigation.tabs
- navigation.top
- search.suggest
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
nav:
- Home: index.md
- Installation: installation.md
- Agents: agents.md
- Commands: commands.md
- Pets: pets.md
- Architecture: architecture.md
- Contributing: contributing.md