From a2c55f2e2284f462311bc7de08190f1cc54b6de8 Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Mon, 18 Nov 2024 21:20:37 +0100 Subject: [PATCH] docs: Update references to Quickstart and managing sessions guide (#270) --- docs/index.md | 2 +- docs/quickstart.md | 6 +++++- mkdocs.yml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d50bc5ce..43b58d02 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl

Unique features 🤖 • Testimonials on Goose 👩‍💻 • -Quick start guide 🚀 • +Quickstart guide 🚀 • Getting involved! 👋

diff --git a/docs/quickstart.md b/docs/quickstart.md index 4f848079..3508b638 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -66,6 +66,9 @@ When you exit a session, it will save the history in `~/.config/goose/sessions` 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]. ### 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 [openai-key]: https://platform.openai.com/api-keys [getting-started]: https://block.github.io/goose/guidance/getting-started.html -[providers]: https://block.github.io/goose/providers.html \ No newline at end of file +[providers]: https://block.github.io/goose/providers.html +[managing-sessions]: https://block.github.io/goose/guidance/managing-goose-sessions.html \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ab18c4ed..14189029 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,6 +112,7 @@ markdown_extensions: nav: - Home: index.md - "Installation": installation.md + - "Quickstart": quickstart.md - "Contributing": contributing.md - Blog: - "Blog Home": blog/index.md