Conversation
baxen
left a comment
There was a problem hiding this comment.
LGTM!
I think currently the background image rendering is not showing, but we can investigate that potentially in another PR
| - [goose.cli.config](goose/cli/config.md) | ||
| - [goose.cli.main](goose/cli/main.md) | ||
| - [goose.cli.prompt](goose/cli/prompt/index.md) | ||
| - [goose.cli.prompt.completer](goose/cli/prompt/completer.md) | ||
| - [goose.cli.prompt.create](goose/cli/prompt/create.md) | ||
| - [goose.cli.prompt.goose_prompt_session](goose/cli/prompt/goose_prompt_session.md) | ||
| - [goose.cli.prompt.lexer](goose/cli/prompt/lexer.md) | ||
| - [goose.cli.prompt.prompt_validator](goose/cli/prompt/prompt_validator.md) | ||
| - [goose.cli.prompt.user_input](goose/cli/prompt/user_input.md) | ||
| - [goose.cli.session](goose/cli/session.md) |
There was a problem hiding this comment.
I think we can exclude the CLI from this ref (and they are rendering blank i think)
There was a problem hiding this comment.
When I look at go/goosedocs some of these aren't blank but when I look at the markdown I have saved locally they are blank 😂 I will find out why
There was a problem hiding this comment.
docs/reference/index.md
Outdated
| - [goose.cli.prompt.prompt_validator](goose/cli/prompt/prompt_validator.md) | ||
| - [goose.cli.prompt.user_input](goose/cli/prompt/user_input.md) | ||
| - [goose.cli.session](goose/cli/session.md) | ||
| - [goose.command](goose/command/index.md) |
docs/reference/index.md
Outdated
| - [goose.cli.session](goose/cli/session.md) | ||
| - [goose.command](goose/command/index.md) | ||
| - [goose.command.base](goose/command/base.md) | ||
| - [goose.command.file](goose/command/file.md) |
| - [goose.utils.check_shell_command](goose/utils/check_shell_command.md) | ||
| - [goose.utils.diff](goose/utils/diff.md) | ||
| - [goose.utils.file_utils](goose/utils/file_utils.md) | ||
| - [goose.utils.session_file](goose/utils/session_file.md) No newline at end of file |
codefromthecrypt
left a comment
There was a problem hiding this comment.
some questions/comments, but nothing blocking
| @@ -0,0 +1,63 @@ | |||
| # Goose CLI Commands | |||
There was a problem hiding this comment.
I assume this part is generated? and if I make a change to the CLI args, PRs will fail until this is updated, right?
There was a problem hiding this comment.
nope this one is not generated
I had to move:
• Generated new reference pages via the script docs/scripts/gen_ref_pages.py.
• Modified .gitignore to exclude new documentation-related entries.
• Added a .nojekyll file for GitHub Pages configuration.
• Updated mkdocs.yml to incorporate new documentation changes and configurations.
• Added a new GitHub Workflow file .github/workflows/deploy_docs.yaml for automating the deployment process of documentation.
• Updated project root configurations in justfile and pyproject.toml