Skip to content

feat(docs): upgrade chronicle to v0.6.0#1582

Merged
rsbh merged 4 commits intomainfrom
feat_chronicle_version_v0.6.0
Apr 29, 2026
Merged

feat(docs): upgrade chronicle to v0.6.0#1582
rsbh merged 4 commits intomainfrom
feat_chronicle_version_v0.6.0

Conversation

@rsbh
Copy link
Copy Markdown
Member

@rsbh rsbh commented Apr 29, 2026

Summary

  • Upgrade @raystack/chronicle from 0.5.4 to 0.6.1
  • Migrate chronicle.yaml config to v0.6.0 format (site, content sections)
  • Move docs from docs/docs/ to docs/content/docs/ (new content directory structure)
  • Update Apsara Tabs.TriggerTabs.Tab component usage

Test plan

  • Verify docs build succeeds with bunx @raystack/chronicle@0.6.1 build
  • Verify search works
  • Verify all doc pages render correctly

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontier Ready Ready Preview, Comment Apr 29, 2026 4:04am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 29, 2026

📝 Walkthrough

Summary by CodeRabbit

  • Documentation

    • Documentation site configuration restructured with new schema for improved content organization and management structure.
    • Tab navigation components updated across documentation pages for consistent visual presentation and improved user experience.
  • Chores

    • Documentation build tool upgraded to version 0.6.1 with optimized build command configuration.

Walkthrough

This 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 Tabs.Trigger component is systematically replaced with Tabs.Tab throughout MDX documentation files, and the Chronicle CLI version is updated from 0.5.4 to 0.6.1.

Changes

Cohort / File(s) Summary
Configuration Updates
docs/chronicle.yaml, docs/vercel.json
Chronicle.yaml restructures configuration schema from top-level title/description to nested site object, adds content section for docs directory intake, removes llms and footer configurations. Vercel.json updates Chronicle CLI dependency from 0.5.4 to 0.6.1 and removes explicit --content argument.
Tab Component Refactoring
docs/content/docs/admin-settings.mdx, docs/content/docs/authn/serviceuser.mdx, docs/content/docs/authn/user.mdx, docs/content/docs/authz/policy.mdx, docs/content/docs/authz/role.mdx, docs/content/docs/reference/metaschemas.mdx, docs/content/docs/tenants/managing-resource.mdx, docs/content/docs/tenants/org.mdx, docs/content/docs/tenants/project.mdx, docs/content/docs/users/group.mdx, docs/content/docs/users/principal.mdx
Systematic replacement of Tabs.Trigger with Tabs.Tab component throughout MDX documentation files while preserving tab values, labels, and content structure. No functional logic changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested reviewers

  • rohanchkrabrty
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 | 🔴 Critical

Fix 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

📥 Commits

Reviewing files that changed from the base of the PR and between f44657d and 89c4247.

⛔ Files ignored due to path filters (20)
  • docs/content/docs/Frontier_23June2024_HighLevel.png is excluded by !**/*.png
  • docs/content/docs/authn/user_auth_google_oidc.png is excluded by !**/*.png
  • docs/content/docs/authn/user_auth_session_accesstoken.png is excluded by !**/*.png
  • docs/content/docs/authn/user_auth_session_proxy.png is excluded by !**/*.png
  • docs/content/docs/authn/user_auth_supported_strategy.png is excluded by !**/*.png
  • docs/content/docs/concepts/frontier-authorization-architecture.png is excluded by !**/*.png
  • docs/content/docs/concepts/frontier-proxy-architecture.png is excluded by !**/*.png
  • docs/content/docs/concepts/overall-proxy-architecture.png is excluded by !**/*.png
  • docs/content/docs/frontier-flow-diagram.png is excluded by !**/*.png
  • docs/content/docs/tour/authn-1.png is excluded by !**/*.png
  • docs/content/docs/tour/authn-2.png is excluded by !**/*.png
  • docs/content/docs/tour/authn-3.png is excluded by !**/*.png
  • docs/content/docs/tour/authn-4.png is excluded by !**/*.png
  • docs/content/docs/tour/permission-schema-after.png is excluded by !**/*.png
  • docs/content/docs/tour/permission-schema-before.png is excluded by !**/*.png
  • docs/content/docs/tour/server-start-cmd-output.png is excluded by !**/*.png
  • docs/content/docs/tour/shield-connection-config.png is excluded by !**/*.png
  • docs/content/docs/tour/shield-tables.png is excluded by !**/*.png
  • docs/content/docs/tour/spicedb-connection-config.png is excluded by !**/*.png
  • docs/content/docs/tour/spicedb-tables.png is excluded by !**/*.png
📒 Files selected for processing (46)
  • docs/chronicle.yaml
  • docs/content/docs/admin-portal.mdx
  • docs/content/docs/admin-settings.mdx
  • docs/content/docs/authn/introduction.mdx
  • docs/content/docs/authn/org-domain.mdx
  • docs/content/docs/authn/serviceuser.mdx
  • docs/content/docs/authn/session.mdx
  • docs/content/docs/authn/user.mdx
  • docs/content/docs/authz/example.mdx
  • docs/content/docs/authz/overview.mdx
  • docs/content/docs/authz/permission.mdx
  • docs/content/docs/authz/policy.mdx
  • docs/content/docs/authz/role.mdx
  • docs/content/docs/basics.mdx
  • docs/content/docs/billing/billing_customers.mdx
  • docs/content/docs/billing/billing_subscriptions.mdx
  • docs/content/docs/billing/introduction.mdx
  • docs/content/docs/concepts/architecture.mdx
  • docs/content/docs/concepts/glossary.mdx
  • docs/content/docs/configurations.mdx
  • docs/content/docs/contribution/contribute.mdx
  • docs/content/docs/contribution/development.mdx
  • docs/content/docs/index.mdx
  • docs/content/docs/installation.mdx
  • docs/content/docs/prospects/introduction.mdx
  • docs/content/docs/reference/api-auth.mdx
  • docs/content/docs/reference/api-definitions.mdx
  • docs/content/docs/reference/billing-configurations.mdx
  • docs/content/docs/reference/cli.mdx
  • docs/content/docs/reference/configurations.mdx
  • docs/content/docs/reference/metaschemas.mdx
  • docs/content/docs/reference/shell-autocomplete.mdx
  • docs/content/docs/reference/smtp.mdx
  • docs/content/docs/reference/webhook.mdx
  • docs/content/docs/sdk/web/admin/components.mdx
  • docs/content/docs/sdk/web/admin/overview.mdx
  • docs/content/docs/sdk/web/admin/utilities.mdx
  • docs/content/docs/tenants/managing-resource.mdx
  • docs/content/docs/tenants/org.mdx
  • docs/content/docs/tenants/project.mdx
  • docs/content/docs/tour/creating-user.mdx
  • docs/content/docs/tour/intro.mdx
  • docs/content/docs/tour/setup-idp-oidc.mdx
  • docs/content/docs/users/group.mdx
  • docs/content/docs/users/principal.mdx
  • docs/vercel.json

Comment thread docs/vercel.json
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 25090305428

Coverage remained the same at 42.353%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 37069
Covered Lines: 15700
Line Coverage: 42.35%
Coverage Strength: 11.76 hits per line

💛 - Coveralls

@rsbh rsbh merged commit 124f276 into main Apr 29, 2026
8 checks passed
@rsbh rsbh deleted the feat_chronicle_version_v0.6.0 branch April 29, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants