-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (27 loc) · 799 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
30 lines (27 loc) · 799 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
site_name: AI Cookbook Documentation
site_description: Technical reference for the Streamlit Chatbot Application
site_url: https://example.com/cookbook
# 1. The Theme (The "Google" look)
theme:
name: material
palette:
primary: teal
accent: purple
features:
- content.code.copy # Adds copy button to code blocks
- navigation.expand # Expands the sidebar by default
# 2. Plugins (The Engine)
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [.] # Look in the current folder for code
options:
show_root_heading: true
show_source: true # Allows users to expand and see the actual code
# 3. Navigation (The Menu)
nav:
- Home: index.md
- API Reference: reference.md