-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (35 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
38 lines (35 loc) · 1.14 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
33
34
35
36
37
38
site_name: 99problems
site_description: Documentation for the 99problems CLI
site_url: https://99problems.readthedocs.io/
repo_url: https://github.com/mbe24/99problems
repo_name: mbe24/99problems
edit_uri: edit/main/docs/
docs_dir: docs
strict: true
exclude_docs: internal/**
theme:
name: material
nav:
- Home: index.md
- Getting Started: getting-started.md
- Agentic Workflow: agentic-workflow.md
- Configuration: configuration.md
- Providers:
- Overview: providers/index.md
- GitHub: providers/github.md
- GitLab: providers/gitlab.md
- Jira: providers/jira.md
- Bitbucket Cloud: providers/bitbucket-cloud.md
- Bitbucket Data Center: providers/bitbucket-datacenter.md
- Commands:
- Overview: commands/index.md
- get: commands/get.md
- config: commands/config.md
- skill: commands/skill.md
- completions: commands/completions.md
- man: commands/man.md
- Reference:
- Global Options: reference/global-options.md
- Output and Payload: reference/output-and-payload.md
- Query Semantics: reference/query-semantics.md
- Config Keys: reference/config-keys.md