docs: fix mkdocs, update to new references (#193)

This commit is contained in:
Lam Chau
2024-10-24 15:25:37 -07:00
committed by GitHub
parent 300c4b6ea8
commit dccf0ec67c
5 changed files with 19 additions and 17 deletions
+2 -2
View File
@@ -26,7 +26,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-block-employees-have-to-say-about-goose"> Block Employees on Goose</a> <img src=assets/logo.png height="15", width="15" alt="Block Emoji"/> • <a href="#what-block-employees-have-to-say-about-goose"> Block Employees on Goose</a> <img src="assets/logo.png" height="15" width="15" alt="Block Emoji"/> •
<a href="#quick-start-guide">Quick start guide</a> 🚀 • <a href="#quick-start-guide">Quick start guide</a> 🚀 •
<a href="#getting-involved">Getting involved!</a> 👋 <a href="#getting-involved">Getting involved!</a> 👋
</p> </p>
@@ -201,7 +201,7 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`*
[goose-plugins]: https://github.com/block-open-source/goose-plugins [goose-plugins]: https://github.com/block-open-source/goose-plugins
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx [pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
[contributing]: https://github.com/block/goose/blob/main/CONTRIBUTING.md [contributing]: https://block.github.io/goose/contributing.html
[license]: https://github.com/block/goose/blob/main/LICENSE [license]: https://github.com/block/goose/blob/main/LICENSE
[goose-docs]: https://block.github.io/goose/ [goose-docs]: https://block.github.io/goose/
+2
View File
@@ -63,3 +63,5 @@ Deletes old Goose sessions, keeping the most recent ones as specified by the `--
``` ```
Lists all available toolkits with their descriptions. Lists all available toolkits with their descriptions.
[contributing]: https://block.github.io/goose/contributing.html
@@ -1 +0,0 @@
::: goose.utils.check_shell_command
@@ -0,0 +1 @@
::: goose.utils.shell.is_dangerous_command
+1 -1
View File
@@ -33,6 +33,6 @@
## Utils ## Utils
- [goose.utils](goose/utils/index.md) - [goose.utils](goose/utils/index.md)
- [goose.utils.ask](goose/utils/ask.md) - [goose.utils.ask](goose/utils/ask.md)
- [goose.utils.check_shell_command](goose/utils/check_shell_command.md)
- [goose.utils.file_utils](goose/utils/file_utils.md) - [goose.utils.file_utils](goose/utils/file_utils.md)
- [goose.utils.session_file](goose/utils/session_file.md) - [goose.utils.session_file](goose/utils/session_file.md)
- [goose.utils.shell.is_dangerous_command](goose/utils/shell/is_dangerous_command.md)