-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 1.02 KB
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (32 loc) · 1.02 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
site_name: LLM Token Heatmap
site_description: Documentation for the LLM Token Heatmap Python library, CLI, and web app.
repo_url: https://github.com/zangjiucheng/Token-Heatmap
docs_dir: docs
site_dir: site
use_directory_urls: false
# The interpretability epics are internal roadmap/design notes — kept in the repo
# (docs/epics/) and readable on GitHub, but excluded from the published site.
exclude_docs: |
epics/
theme:
name: mkdocs
nav:
- Home: README.md
- Installation: installation.md
- CLI: cli.md
- Python API: python-api.md
- Web App: web-app.md
- Trace Schema: schema.md
- Interpreting Outputs: interpreting.md
- Troubleshooting: troubleshooting.md
- JSON Schemas:
- Trace: web/trace.schema.json
- Attention Sidecar: web/attention-sidecar.schema.json
- Activation: web/activation.schema.json
- Activation Sidecar: web/activation-sidecar.schema.json
- Activation Diff: web/activation-diff.schema.json
markdown_extensions:
- admonition
- tables
- toc:
permalink: true