-
Notifications
You must be signed in to change notification settings - Fork 542
consolidate history info into "what is fluent bit" page #2173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consolidate history info into "what is fluent bit" page #2173
Conversation
Signed-off-by: Alexa Kreizinger <[email protected]>
|
Caution Review failedThe pull request is closed. WalkthroughThe pull request consolidates Fluent Bit historical documentation by removing Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant User as Reader
participant Site as Docs Site
participant Page as `about/what-is-fluent-bit.md`
Note over Site: New redirect mapping in `.gitbook.yaml`
User->>Site: Request `about/history`
Site-->>User: 301/302 Redirect to `about/what-is-fluent-bit`
User->>Page: Load `about/what-is-fluent-bit.md`
Note right of Page: Page now contains integrated history content
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
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. Comment |
There was a problem hiding this 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
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.gitbook.yaml(1 hunks)SUMMARY.md(0 hunks)about/history.md(0 hunks)about/what-is-fluent-bit.md(1 hunks)
💤 Files with no reviewable changes (2)
- about/history.md
- SUMMARY.md
🧰 Additional context used
🪛 GitHub Check: runner / vale
about/what-is-fluent-bit.md
[warning] 17-17:
[vale] reported by reviewdog 🐶
[FluentBit.WordList] Use 'open source' instead of 'open-source'.
Raw Output:
{"message": "[FluentBit.WordList] Use 'open source' instead of 'open-source'.", "location": {"path": "about/what-is-fluent-bit.md", "range": {"start": {"line": 17, "column": 283}}}, "severity": "INFO"}
🪛 LanguageTool
about/what-is-fluent-bit.md
[grammar] ~19-~19: Use a hyphen to join words.
Context: ...h the new containerized world, the cloud native community asked to extend the pro...
(QB_NEW_EN_HYPHEN)
🔇 Additional comments (2)
.gitbook.yaml (1)
97-97: Redirect configuration looks good.The redirect correctly maps the old history page to the consolidated what-is-fluent-bit page, maintaining backward compatibility and following the existing redirect pattern.
about/what-is-fluent-bit.md (1)
13-19: Consolidation structure and integration are solid.The history content is seamlessly integrated after the existing embedded video. The narrative effectively covers the project's origins (2014), motivation (lightweight processor for constrained environments), founder attribution (Eduardo Silva), and evolution (from embedded systems to cloud-native deployment). The integration maintains logical flow and enhances the "What is Fluent Bit?" page without disrupting existing content.
…f-history-info-into-what Signed-off-by: Alexa Kreizinger <[email protected]>
Summary by CodeRabbit