-
Notifications
You must be signed in to change notification settings - Fork 623
Fix for doc referenced samples #99
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
Conversation
MaesterChestnut
commented
May 9, 2024
- Move samples referenced from docs so that they can install, build, and run without issues
- Add readme to docs-menu-basic sample
- Update readme for docs-menu-rag sample
67c3b95 to
0dfa59f
Compare
0dfa59f to
39b9aee
Compare
1421b66 to
062d94b
Compare
js/samples/docs-menu-basic/README.md
Outdated
| cd </path/to/genkit>; pnpm run setup; cd - | ||
| ``` | ||
|
|
||
| where `</path/to/genkit>` is the top level of the genkit repo |
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.
nit: add period at the end
js/samples/docs-menu-rag/README.md
Outdated
| cd </path/to/genkit>; pnpm run setup; cd - | ||
| ``` | ||
|
|
||
| where `</path/to/genkit>` is the top level of the genkit repo |
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.
nit: add period at the end
js/samples/docs-menu-rag/README.md
Outdated
|
|
||
| ## Run setup | ||
|
|
||
| This will add the `GenkitGrubPub.pdf` to your index |
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.
nit: add colon : at the end
js/samples/docs-menu-basic/README.md
Outdated
| genkit start | ||
| ``` | ||
|
|
||
| Click on menuSuggestionFlow in the lefthand navigation panel to playground the new flow. |
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.
nit: wrap menuSuggestionFlow in backticks:
`menuSuggestionFlow`
(same in js/samples/docs-menu-rag/README.md)
js/samples/docs-menu-basic/README.md
Outdated
| genkit start | ||
| ``` | ||
|
|
||
| Click on menuSuggestionFlow in the lefthand navigation panel to playground the new flow. |
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.
nit: playground -> run
(same in js/samples/docs-menu-rag/README.md)