block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
109 stars 17 forks source link

docs: format and clean up warnings/errors #120

Closed lamchau closed 2 weeks ago

lamchau commented 2 weeks ago

This PR cleans up some of the mkdocs for generating our documentation

Error in wrapping img tag with anchor tag: 'NoneType' object has no attribute 'group' 
<img src=docs/assets/logo.png height="15", width="15" alt="Block Emoji"/>
WARNING -  Doc file 'contributing.md' contains a link 'src/goose/toolkit/developer.py', but the target
           is not found among documentation files.
WARNING -  griffe: src/goose/cli/session.py:198: Parameter 'text' does not appear in the function
           signature
ERROR   -  mkdocstrings: goose.utils.diff could not be found
ERROR   -  Error reading page 'reference/goose/utils/diff.md':
ERROR   -  Could not collect 'goose.utils.diff'

Aborted with a BuildError!