We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c8915 commit e2941f2Copy full SHA for e2941f2
1 file changed
mkdocs.yml
@@ -27,6 +27,7 @@ theme:
27
28
exclude_docs: |
29
adr/template.md
30
+ plans/
31
32
plugins:
33
- search
@@ -70,12 +71,16 @@ nav:
70
71
- Welcome to FineCode: index.md
72
- Setup: getting-started.md
73
- IDE and MCP Setup: getting-started-ide-mcp.md
- - Concepts: concepts.md
74
+ - Concepts:
75
+ - Overview: concepts.md
76
+ - Why FineCode's Action Model Works: theory/why-action-model.md
77
- Configuration: configuration.md
78
- CLI Reference: cli.md
79
- Guides:
80
- Creating an Extension: guides/creating-extension.md
81
- Creating a Preset: guides/creating-preset.md
82
+ - Designing Actions: guides/designing-actions.md
83
+ - Preparing Environments: guides/preparing-environments.md
84
- Multi-Project Workspace: guides/workspace.md
85
- Reference:
86
- Built-in Actions: reference/actions.md
0 commit comments