Skip to content

updates docs for enterprise changelog - #6186

Merged
akshaydeo merged 1 commit into
mainfrom
08-14-updates_docs_for_enterprise_changelog
Aug 14, 2026
Merged

akshaydeo merged 1 commit into
mainfrom
08-14-updates_docs_for_enterprise_changelog

Conversation

@akshaydeo

@akshaydeo akshaydeo commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the ent-v1.5.11 changelog entry to the documentation navigation and adds a trailing newline to docs.json.

Changes

  • Added changelogs/ent-v1.5.11 as the first entry in the Enterprise changelogs section of docs.json, placing it at the top of the list in the correct chronological order
  • Added a trailing newline at the end of docs.json

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (React)
  • Docs

How to test

Navigate to the Enterprise changelogs section of the documentation and verify that the ent-v1.5.11 changelog appears at the top of the list and links correctly to its page.

Breaking changes

  • Yes
  • No

Related issues

Security considerations

None.

Checklist

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

@mintlify

mintlify Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
bifrost 🔴 Failed Aug 14, 2026, 9:36 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: ff65b80f-9ac6-491c-94a4-17b4eb50888c

📥 Commits

Reviewing files that changed from the base of the PR and between e725d4d and ff39dc3.

📒 Files selected for processing (1)
  • docs/docs.json

📝 Walkthrough

Summary by CodeRabbit

  • Documentation
    • Added the Enterprise v1.5.11 changelog page to the documentation navigation.

Walkthrough

The documentation navigation now includes the Enterprise v1.5.11 changelog page. The configuration object remains correctly closed.

Changes

Enterprise changelog navigation

Layer / File(s) Summary
Add Enterprise v1.5.11 navigation entry
docs/docs.json
Adds changelogs/ent-v1.5.11 to the Enterprise changelog page list and preserves the configuration object structure.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: bearts, pratham-mishra04

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 08-14-updates_docs_for_enterprise_changelog

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Biome (2.5.6)
docs/docs.json

File contains syntax errors that prevent linting: Line 1880: expected , but instead found "changelogs/ent-v2.0.0-prerelease3"


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

@akshaydeo
akshaydeo marked this pull request as ready for review August 14, 2026 21:36

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

akshaydeo commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Aug 14, 9:37 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Aug 14, 9:37 PM UTC: @akshaydeo merged this pull request with Graphite.

@akshaydeo
akshaydeo merged commit f33d81c into main Aug 14, 2026
10 of 14 checks passed
@akshaydeo
akshaydeo deleted the 08-14-updates_docs_for_enterprise_changelog branch August 14, 2026 21:37
akshaydeo added a commit that referenced this pull request Aug 19, 2026
## Summary

Adds the `ent-v1.5.11` changelog entry to the documentation navigation and adds a trailing newline to `docs.json`.

## Changes

- Added `changelogs/ent-v1.5.11` as the first entry in the Enterprise changelogs section of `docs.json`, placing it at the top of the list in the correct chronological order
- Added a trailing newline at the end of `docs.json`

## Type of change

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [x] Docs

## How to test

Navigate to the Enterprise changelogs section of the documentation and verify that the `ent-v1.5.11` changelog appears at the top of the list and links correctly to its page.

## Breaking changes

- [ ] Yes
- [x] No

## Related issues

## Security considerations

None.

## Checklist

- [ ] I read `docs/contributing/README.md` and followed the guidelines
- [ ] I added/updated tests where appropriate
- [x] I updated documentation where needed
- [ ] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
@coderabbitai coderabbitai Bot mentioned this pull request Aug 19, 2026
18 tasks
akhsaul pushed a commit to akhsaul/bifrost that referenced this pull request Aug 27, 2026
## Summary

Adds the `ent-v1.5.11` changelog entry to the documentation navigation and adds a trailing newline to `docs.json`.

## Changes

- Added `changelogs/ent-v1.5.11` as the first entry in the Enterprise changelogs section of `docs.json`, placing it at the top of the list in the correct chronological order
- Added a trailing newline at the end of `docs.json`

## Type of change

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [x] Docs

## How to test

Navigate to the Enterprise changelogs section of the documentation and verify that the `ent-v1.5.11` changelog appears at the top of the list and links correctly to its page.

## Breaking changes

- [ ] Yes
- [x] No

## Related issues

## Security considerations

None.

## Checklist

- [ ] I read `docs/contributing/README.md` and followed the guidelines
- [ ] I added/updated tests where appropriate
- [x] I updated documentation where needed
- [ ] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
occcat pushed a commit to occcat/bifrost that referenced this pull request Sep 2, 2026
## Summary

Adds the `ent-v1.5.11` changelog entry to the documentation navigation and adds a trailing newline to `docs.json`.

## Changes

- Added `changelogs/ent-v1.5.11` as the first entry in the Enterprise changelogs section of `docs.json`, placing it at the top of the list in the correct chronological order
- Added a trailing newline at the end of `docs.json`

## Type of change

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [x] Docs

## How to test

Navigate to the Enterprise changelogs section of the documentation and verify that the `ent-v1.5.11` changelog appears at the top of the list and links correctly to its page.

## Breaking changes

- [ ] Yes
- [x] No

## Related issues

## Security considerations

None.

## Checklist

- [ ] I read `docs/contributing/README.md` and followed the guidelines
- [ ] I added/updated tests where appropriate
- [x] I updated documentation where needed
- [ ] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
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