Skip to content

Commit e2941f2

Browse files
committed
Add new guides to docs nav
1 parent 78c8915 commit e2941f2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ theme:
2727

2828
exclude_docs: |
2929
adr/template.md
30+
plans/
3031
3132
plugins:
3233
- search
@@ -70,12 +71,16 @@ nav:
7071
- Welcome to FineCode: index.md
7172
- Setup: getting-started.md
7273
- IDE and MCP Setup: getting-started-ide-mcp.md
73-
- Concepts: concepts.md
74+
- Concepts:
75+
- Overview: concepts.md
76+
- Why FineCode's Action Model Works: theory/why-action-model.md
7477
- Configuration: configuration.md
7578
- CLI Reference: cli.md
7679
- Guides:
7780
- Creating an Extension: guides/creating-extension.md
7881
- Creating a Preset: guides/creating-preset.md
82+
- Designing Actions: guides/designing-actions.md
83+
- Preparing Environments: guides/preparing-environments.md
7984
- Multi-Project Workspace: guides/workspace.md
8085
- Reference:
8186
- Built-in Actions: reference/actions.md

0 commit comments

Comments
 (0)