Skip to content

Commit

Permalink
Improve structure of user guide (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm authored Jan 22, 2025
1 parent 41acaff commit 98fc80e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ANTHROPIC_API_KEY=...
GOOGLE_API_KEY=...
```

Launch a `freeact` agent with generative Google Search skill using the CLI
Launch a `freeact` agent with generative Google Search skill using the [CLI](cli.md):

```bash
python -m freeact.cli \
Expand Down
28 changes: 15 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,21 @@ markdown_extensions:

nav:
- User guide:
- Overview: index.md
- Quickstart: quickstart.md
- Installation: installation.md
- Command line: cli.md
- Building blocks: blocks.md
- Supported models: models.md
- Streaming protocol: streaming.md
- Evaluation results: evaluation.md
- Tutorials:
- Overview: tutorials/index.md
- Basic usage: tutorials/basics.md
- Skill development: tutorials/skills.md
- System extensions: tutorials/extend.md
- Basics:
- Overview: index.md
- Quickstart: quickstart.md
- Installation: installation.md
- Building blocks: blocks.md
- Supported models: models.md
- Command line interface: cli.md
- Tutorials:
- Overview: tutorials/index.md
- Basic usage: tutorials/basics.md
- Skill development: tutorials/skills.md
- System extensions: tutorials/extend.md
- Advanced topics:
- Streaming protocol: streaming.md
- Evaluation results: evaluation.md
- API Documentation:
- Agent: api/agent.md
- Executor: api/executor.md
Expand Down

0 comments on commit 98fc80e

Please sign in to comment.