-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update docs again #77
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I think currently the background image rendering is not showing, but we can investigate that potentially in another PR
docs/reference/index.md
Outdated
- [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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can exclude the CLI from this ref (and they are rendering blank i think)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ends up blank
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ends up blank
- [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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ends up blank
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some questions/comments, but nothing blocking
docs/cli.md
Outdated
@@ -0,0 +1,63 @@ | |||
# Goose CLI Commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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