Conversation
|
@kartikaysaxena is attempting to deploy a commit to the Authzed Team on Vercel. A member of the Team first needs to authorize it. |
miparnisari
left a comment
There was a problem hiding this comment.
How did you create these files? Manually?
If so, could we create a Github workflow that automatically updates this documentation? Similar to https://github.com/authzed/zed/blob/main/.github/workflows/docs.yaml but it would live in the SpiceDB repo.
pages/spicedb/_meta.json
Outdated
| "api": "API Reference", | ||
| "links": "Links" | ||
| "links": "Links", | ||
| "docs": "CLI Docs" |
There was a problem hiding this comment.
Instead of creating a new section, please
- Re-use the existing page: https://github.com/authzed/docs/blob/main/pages/spicedb/concepts/commands.mdx
- Put everything in one file
There was a problem hiding this comment.
Hey @miparnisari just merged everything into one file under commands.mdx, used something similar to the mage gen:docs of the zed repo, if this looks good, would raise a subsequent PR for adding the workflow in the SpiceDB repo.
There was a problem hiding this comment.
Also including the mage command and helper functions used for this.
There was a problem hiding this comment.
Hey @kartikaysaxena! Do you mind sending the PR to SpiceDB that adds mage gen:docs and pushes a PR to this repo?
8e7f169 to
cf4321f
Compare
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
cf4321f to
ff2bcb0
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
miparnisari
left a comment
There was a problem hiding this comment.
Looks good! Thanks for sending this!
Generated docs for SpiceDB similar to how it was done for zed.