docs: Update references to Quickstart and managing sessions guide (#270)
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#unique-features-of-goose-compared-to-other-ai-assistants">Unique features</a> 🤖 •
|
<a href="#unique-features-of-goose-compared-to-other-ai-assistants">Unique features</a> 🤖 •
|
||||||
<a href="#what-users-have-to-say-about-goose"> Testimonials on Goose</a> 👩💻 •
|
<a href="#what-users-have-to-say-about-goose"> Testimonials on Goose</a> 👩💻 •
|
||||||
<a href="#quick-start-guide">Quick start guide</a> 🚀 •
|
<a href="https://block.github.io/goose/quickstart.html">Quickstart guide</a> 🚀 •
|
||||||
<a href="#getting-involved">Getting involved!</a> 👋
|
<a href="#getting-involved">Getting involved!</a> 👋
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
+5
-1
@@ -66,6 +66,9 @@ When you exit a session, it will save the history in `~/.config/goose/sessions`
|
|||||||
goose session resume
|
goose session resume
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check out the [Managing Goose sessions][managing-sessions] to learn more about working with sessions in Goose.
|
||||||
|
|
||||||
|
|
||||||
To see more documentation on the available CLI commands, check out the [documentation][cli]. If you’d like to develop your own CLI commands for Goose, check out the [Contributing document][contributing].
|
To see more documentation on the available CLI commands, check out the [documentation][cli]. If you’d like to develop your own CLI commands for Goose, check out the [Contributing document][contributing].
|
||||||
|
|
||||||
### Running a Goose task
|
### Running a Goose task
|
||||||
@@ -112,4 +115,5 @@ There is also a `Dockerfile` in the root of this project you can use if you want
|
|||||||
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
|
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
|
||||||
[openai-key]: https://platform.openai.com/api-keys
|
[openai-key]: https://platform.openai.com/api-keys
|
||||||
[getting-started]: https://block.github.io/goose/guidance/getting-started.html
|
[getting-started]: https://block.github.io/goose/guidance/getting-started.html
|
||||||
[providers]: https://block.github.io/goose/providers.html
|
[providers]: https://block.github.io/goose/providers.html
|
||||||
|
[managing-sessions]: https://block.github.io/goose/guidance/managing-goose-sessions.html
|
||||||
@@ -112,6 +112,7 @@ markdown_extensions:
|
|||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- "Installation": installation.md
|
- "Installation": installation.md
|
||||||
|
- "Quickstart": quickstart.md
|
||||||
- "Contributing": contributing.md
|
- "Contributing": contributing.md
|
||||||
- Blog:
|
- Blog:
|
||||||
- "Blog Home": blog/index.md
|
- "Blog Home": blog/index.md
|
||||||
|
|||||||
Reference in New Issue
Block a user