Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates the documentation configuration schema and refactors tab UI components across multiple documentation files. The chronicle.yaml configuration is restructured to use a nested site object and content section. The Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/content/docs/tenants/project.mdx (1)
198-202:⚠️ Potential issue | 🔴 CriticalFix malformed Markdown code fence in "project edit" snippet.
Line 199 has 4 extra backticks appended to the command (`$ frontier project edit 457944c2-2a4c-4e6f-b1f7-3e1e109fe94c --file=project.yaml````), which breaks the code block structure and will prevent MDX parsing.
Proposed fix
```bash -$ frontier project edit 457944c2-2a4c-4e6f-b1f7-3e1e109fe94c --file=project.yaml```` +$ frontier project edit 457944c2-2a4c-4e6f-b1f7-3e1e109fe94c --file=project.yaml</details> </blockquote></details> </blockquote></details>
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID:
779054b6-65d0-4576-8caf-ccea0e8f4c6f⛔ Files ignored due to path filters (20)
docs/content/docs/Frontier_23June2024_HighLevel.pngis excluded by!**/*.pngdocs/content/docs/authn/user_auth_google_oidc.pngis excluded by!**/*.pngdocs/content/docs/authn/user_auth_session_accesstoken.pngis excluded by!**/*.pngdocs/content/docs/authn/user_auth_session_proxy.pngis excluded by!**/*.pngdocs/content/docs/authn/user_auth_supported_strategy.pngis excluded by!**/*.pngdocs/content/docs/concepts/frontier-authorization-architecture.pngis excluded by!**/*.pngdocs/content/docs/concepts/frontier-proxy-architecture.pngis excluded by!**/*.pngdocs/content/docs/concepts/overall-proxy-architecture.pngis excluded by!**/*.pngdocs/content/docs/frontier-flow-diagram.pngis excluded by!**/*.pngdocs/content/docs/tour/authn-1.pngis excluded by!**/*.pngdocs/content/docs/tour/authn-2.pngis excluded by!**/*.pngdocs/content/docs/tour/authn-3.pngis excluded by!**/*.pngdocs/content/docs/tour/authn-4.pngis excluded by!**/*.pngdocs/content/docs/tour/permission-schema-after.pngis excluded by!**/*.pngdocs/content/docs/tour/permission-schema-before.pngis excluded by!**/*.pngdocs/content/docs/tour/server-start-cmd-output.pngis excluded by!**/*.pngdocs/content/docs/tour/shield-connection-config.pngis excluded by!**/*.pngdocs/content/docs/tour/shield-tables.pngis excluded by!**/*.pngdocs/content/docs/tour/spicedb-connection-config.pngis excluded by!**/*.pngdocs/content/docs/tour/spicedb-tables.pngis excluded by!**/*.png📒 Files selected for processing (46)
docs/chronicle.yamldocs/content/docs/admin-portal.mdxdocs/content/docs/admin-settings.mdxdocs/content/docs/authn/introduction.mdxdocs/content/docs/authn/org-domain.mdxdocs/content/docs/authn/serviceuser.mdxdocs/content/docs/authn/session.mdxdocs/content/docs/authn/user.mdxdocs/content/docs/authz/example.mdxdocs/content/docs/authz/overview.mdxdocs/content/docs/authz/permission.mdxdocs/content/docs/authz/policy.mdxdocs/content/docs/authz/role.mdxdocs/content/docs/basics.mdxdocs/content/docs/billing/billing_customers.mdxdocs/content/docs/billing/billing_subscriptions.mdxdocs/content/docs/billing/introduction.mdxdocs/content/docs/concepts/architecture.mdxdocs/content/docs/concepts/glossary.mdxdocs/content/docs/configurations.mdxdocs/content/docs/contribution/contribute.mdxdocs/content/docs/contribution/development.mdxdocs/content/docs/index.mdxdocs/content/docs/installation.mdxdocs/content/docs/prospects/introduction.mdxdocs/content/docs/reference/api-auth.mdxdocs/content/docs/reference/api-definitions.mdxdocs/content/docs/reference/billing-configurations.mdxdocs/content/docs/reference/cli.mdxdocs/content/docs/reference/configurations.mdxdocs/content/docs/reference/metaschemas.mdxdocs/content/docs/reference/shell-autocomplete.mdxdocs/content/docs/reference/smtp.mdxdocs/content/docs/reference/webhook.mdxdocs/content/docs/sdk/web/admin/components.mdxdocs/content/docs/sdk/web/admin/overview.mdxdocs/content/docs/sdk/web/admin/utilities.mdxdocs/content/docs/tenants/managing-resource.mdxdocs/content/docs/tenants/org.mdxdocs/content/docs/tenants/project.mdxdocs/content/docs/tour/creating-user.mdxdocs/content/docs/tour/intro.mdxdocs/content/docs/tour/setup-idp-oidc.mdxdocs/content/docs/users/group.mdxdocs/content/docs/users/principal.mdxdocs/vercel.json
Coverage Report for CI Build 25090305428Coverage remained the same at 42.353%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Summary
@raystack/chroniclefrom0.5.4to0.6.1chronicle.yamlconfig to v0.6.0 format (site,contentsections)docs/docs/todocs/content/docs/(new content directory structure)Tabs.Trigger→Tabs.Tabcomponent usageTest plan
bunx @raystack/chronicle@0.6.1 build🤖 Generated with Claude Code