-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (22 loc) · 817 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
24 lines (22 loc) · 817 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
site_name: AJSAA
site_description: Autonomous Job Search AI Agent — documentation
docs_dir: docs
nav:
- Home: index.md
- Architecture:
- Overview: architecture/overview.md
- Node Contracts: architecture/node-contracts.md
- Design Decisions: architecture/design-decisions.md
- Data Models: architecture/data-models.md
- Scoring: architecture/scoring.md
- Guides:
- Getting Started: guides/getting-started.md
- Adding a Connector: guides/adding-a-connector.md
- Adding a Storage Backend: guides/adding-a-storage-backend.md
- Adding a Notification Channel: guides/adding-a-notification-channel.md
- Running in CI: guides/running-in-ci.md
- Prompt Engineering: guides/prompt-engineering.md
theme:
name: material
palette:
primary: indigo