Skip to content

fix(docs): changelogs fixes#26

Merged
Lftobs merged 3 commits into
devfrom
bugs
Jul 18, 2026
Merged

fix(docs): changelogs fixes#26
Lftobs merged 3 commits into
devfrom
bugs

Conversation

@Lftobs

@Lftobs Lftobs commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • New Features
    • Added a dedicated Changelog page with release entries sorted by date.
    • Published release notes for versions 0.1.0, 0.1.1, and 0.2.0.
    • Documented deployment, authentication, monitoring, configuration, and maintenance improvements.
    • Added responsive documentation navigation and layouts.
  • Bug Fixes
    • Documented fixes for deployment timeouts, log display, authentication compatibility, network reconciliation, and project deletion.
  • Documentation
    • Expanded changelog coverage with detailed additions, changes, and fixes.

Lftobs added 3 commits July 18, 2026 01:07
collection

Split single changelog file into individual
versioned files within a new
`changelogs` content collection.
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e1cfd883-2263-4a98-9522-bceac25120bc

📥 Commits

Reviewing files that changed from the base of the PR and between 37f7f39 and 6c3acc7.

📒 Files selected for processing (7)
  • apps/docs/.astro/astro/content.d.ts
  • apps/docs/.astro/settings.json
  • apps/docs/src/content.config.ts
  • apps/docs/src/content/changelogs/v0.1.0.md
  • apps/docs/src/content/changelogs/v0.1.1.md
  • apps/docs/src/content/docs/changelog.md
  • apps/docs/src/pages/docs/changelog.astro

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.


📝 Walkthrough

Walkthrough

Adds a structured Astro changelog collection with release entries and a documentation page that sorts, renders, and displays releases by date.

Changes

Changelog feature

Layer / File(s) Summary
Changelog collection and release entries
apps/docs/src/content.config.ts, apps/docs/src/content/changelogs/*, apps/docs/src/content/docs/changelog.md, apps/docs/.astro/astro/content.d.ts, apps/docs/.astro/settings.json
Registers and types the changelogs collection, adds versioned release entries, expands existing changelog content, and updates generated Astro metadata.
Changelog page rendering
apps/docs/src/pages/docs/changelog.astro
Loads changelog entries, sorts them by date, renders each entry, and displays version and date sections with an empty-state fallback.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

sequenceDiagram
  participant Visitor
  participant ChangelogPage as changelog.astro
  participant AstroContent as Astro content collection
  participant Layout
  Visitor->>ChangelogPage: Open changelog page
  ChangelogPage->>AstroContent: Fetch changelogs
  AstroContent-->>ChangelogPage: Return dated entries
  ChangelogPage->>Layout: Render release sections
  Layout-->>Visitor: Display changelog
Loading

Possibly related PRs

  • Lftobs/dequel#21: Adds the changelog generator that creates and de-duplicates files in the new changelog content directory.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bugs

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

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

@Lftobs
Lftobs merged commit 915d9bb into dev Jul 18, 2026
4 of 5 checks passed
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.

1 participant