-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (38 loc) · 887 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (38 loc) · 887 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
site_name: GPTDiff Docs
extra:
cname: gptdiff.255labs.xyz
site_name: GPTDiff
docs_dir: docs
site_dir: site
strict: true
extra_css:
- stylesheets/extra.css
theme:
name: material
features:
- content.code.annotate
palette:
scheme: slate
primary: deep purple
accent: blue
nav:
- Home: index.md
- Quickstart: quickstart.md
- Agent Loops: examples/automation.md
- CLI Reference: cli.md
- gptpatch: gptpatch.md
- API Reference: api.md
- Core Concepts: concepts.md
- Architecture: concepts/architecture.md
- Examples:
- Basic Usage: examples/basic.md
- Advanced Refactoring: examples/advanced.md
- Development:
- Testing Practices: development/testing.md
- Contributing Guide: development/contributing.md
extra:
social:
- name: 255labs.xyz
icon: fontawesome/solid/globe
link: https://255labs.xyz
plugins: