Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
07eb1d9
Add unified navigation test playbook and umbrella components
JakeSCahill May 12, 2026
8d13500
Use git reference for unified-navigation extension
JakeSCahill May 12, 2026
e6b41b9
Use git reference for unified-navigation extension testing
JakeSCahill May 12, 2026
22ff2ee
Fix glob overflow by using remote URLs for labs and adp-docs
JakeSCahill May 12, 2026
381965f
Upgrade Antora to 3.1.14 to fix glob overflow with local repos
JakeSCahill May 12, 2026
b8698a0
Update test playbook to use local repos for all components
JakeSCahill May 12, 2026
481a4f7
Add version branches to test playbook for multi-version navigation
JakeSCahill May 12, 2026
17e33f7
Fix heading case on self-managed landing page
JakeSCahill May 12, 2026
74bbfe7
Rename Redpanda Self-Managed to Redpanda Streaming
JakeSCahill May 12, 2026
b4dbb96
Fix data platform page resource ID paths
JakeSCahill May 15, 2026
c6b6d77
Rename page-header-data to component-metadata in antora.yml files
JakeSCahill May 15, 2026
ef8e007
Update home page content and layout
JakeSCahill May 15, 2026
6c2f536
Add quickstart link to self-managed navigation
JakeSCahill May 15, 2026
e0b44f6
Update playbooks to use v3.0.0-beta1 UI and WIP content branches
JakeSCahill May 15, 2026
c398eac
Fix extensions dependency for Netlify preview builds
JakeSCahill May 15, 2026
e68f94c
Update UI bundle to v3.0.0-beta.2
JakeSCahill May 18, 2026
2c6df5c
Merge remote-tracking branch 'origin/main' into feature/unified-navig…
JakeSCahill May 18, 2026
4cc86e1
Sync package-lock.json with package.json
JakeSCahill May 18, 2026
4816b72
Trigger Netlify rebuild with latest edge function fixes
JakeSCahill May 18, 2026
cc18aca
Remove duplicate edge function config from serve-markdown.js
JakeSCahill May 18, 2026
701ce52
Debug: Temporarily disable serve-markdown edge function
JakeSCahill May 18, 2026
eae362a
Update preview playbook to use renamed labs component branch
JakeSCahill May 18, 2026
5dd07ad
Update UI bundle to beta.3 with CodeRabbit fixes
JakeSCahill May 18, 2026
509255a
Add Algolia indexer to preview playbook
JakeSCahill May 18, 2026
46bcb0b
Increase Node version and memory for build
JakeSCahill May 18, 2026
eaede9e
Update UI bundle to v3.0.0-beta.4
JakeSCahill May 18, 2026
d52ff0b
Update UI bundle to v3.0.0-beta.5
JakeSCahill May 18, 2026
a34a784
Bump bundle
JakeSCahill May 19, 2026
9259036
Fix edge function crash: add try-catch for DOMParser WASM initialization
JakeSCahill May 19, 2026
06f7b44
Fix home component navigation
JakeSCahill May 19, 2026
758e9bc
Add component-metadata to home component for navigation system
JakeSCahill May 20, 2026
0127333
Update landing pages and playbooks for interim data-platform home
JakeSCahill May 20, 2026
a4484bf
Update playbook to use remote branches and published UI bundle v3.0.0…
JakeSCahill May 20, 2026
0260a78
Update UI bundle to v3.0.0-beta.10
JakeSCahill May 20, 2026
ecd4436
Update local playbook to use local UI bundle and rp-connect-docs
JakeSCahill May 20, 2026
b802d4a
Update preview playbook to v3.0.0-beta.10
JakeSCahill May 20, 2026
79af60b
Fix whats_new_doc reference to resolve within version context
JakeSCahill May 20, 2026
3a2a5f7
Update data-platform/modules/ROOT/pages/index.adoc
micheleRP May 21, 2026
22433e7
Update self-managed/modules/ROOT/pages/index.adoc
micheleRP May 21, 2026
69842ae
Update data-platform/modules/ROOT/pages/index.adoc
micheleRP May 21, 2026
4b4e81f
Update netlify/edge-functions/skill-search-docs.ts
micheleRP May 21, 2026
fbfe564
Update data-platform/modules/ROOT/pages/index.adoc
micheleRP May 21, 2026
e20c12b
Add adp-infographic.gif to home component images
JakeSCahill May 21, 2026
079baff
Add component-specific AI suggestions for chat drawer
JakeSCahill May 22, 2026
b2cea90
Fix critical component rename issues and update colors
JakeSCahill May 26, 2026
68fe23a
Update unified navigation playbooks and fix component xrefs
JakeSCahill May 26, 2026
7e1caaf
Update data-platform config to include itself in hierarchy
JakeSCahill May 26, 2026
9945f59
Add comprehensive 'How to Use These Docs' page
JakeSCahill May 26, 2026
3b872f6
Fix package-lock.json with complete dependencies
JakeSCahill May 26, 2026
922a8b1
Fix redirects
JakeSCahill May 26, 2026
cdcee70
Fix redirects
JakeSCahill May 26, 2026
ebdee3d
Add wildcard redirects for component renames
JakeSCahill May 26, 2026
e830c81
Fix UI
JakeSCahill May 26, 2026
d43f115
Update based on feedback
JakeSCahill May 26, 2026
ac30bde
Fix playbook
JakeSCahill May 26, 2026
1d2f82c
Remove announcement
JakeSCahill May 26, 2026
2fd424a
Fix header color injection for API widget
JakeSCahill May 26, 2026
961069c
Fix playbook
JakeSCahill May 26, 2026
d9dd4d4
Use color-mix for API header backgrounds
JakeSCahill May 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ node_modules
# Local Netlify folder
.netlify
.env
*.pem
*.pem
/drafts
42 changes: 30 additions & 12 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ site:
User-agent: FacebookBot
Allow: /
keys:
announcement: true
announcement-text: 'New! Redpanda Agentic Data Plane is here: a governed, high-performance foundation for AI agents.'
announcement: false
announcement-text: 'New! Redpanda SQL is here: query your event streams with familiar SQL syntax.'
announcement-link-text: 'Learn more'
announcement-link: 'https://www.redpanda.com/blog/agentic-data-plane-adp'
announcement-link: 'https://www.redpanda.com/blog/redpanda-sql-ga'
google_analytics: GTM-WB2CSV5
urls:
html_extension_style: indexify
Expand All @@ -68,9 +68,10 @@ runtime:
fetch: true
content:
sources:
# docs-site components (local - umbrella components with WIP content)
- url: .
branches: HEAD
start_paths: [home]
start_paths: [home, data-platform, self-managed]
- url: https://github.com/redpanda-data/docs
branches: [main, v/*, shared, 'site-search', '!v-end-of-life/*']
- url: https://github.com/redpanda-data/redpanda-labs
Expand All @@ -82,7 +83,7 @@ content:
branches: main
ui:
bundle:
url: https://github.com/redpanda-data/docs-ui/releases/latest/download/ui-bundle.zip
url: https://github.com/redpanda-data/docs-ui/releases/download/v3.0.0-beta.23/ui-bundle.zip
snapshot: true
asciidoc:
attributes:
Expand Down Expand Up @@ -300,7 +301,7 @@ asciidoc:
# ---------------------------------------------------------------------------
# These apply to all pages in a component version:
#
# - page-header-data: Header customization object with color field
# - component-metadata: Header customization object with color field
# - (All announcement-*, toc-tools-* attributes also work at component level)

# ---------------------------------------------------------------------------
Expand All @@ -313,6 +314,15 @@ asciidoc:
# idprefix: '' # ID prefix for auto-generated IDs
# idseparator: '-' # Separator for auto-generated IDs

# ---------------------------------------------------------------------------
# CONDITIONAL CONTENT ATTRIBUTES
# ---------------------------------------------------------------------------
# site-adp-enabled: Controls whether ADP (Agentic Data Plane) content is shown
# - When true: Home page shows full content with ADP options
# - When false: Home page redirects to Data Platform landing
# Set this to false when building without adp-docs component
site-adp-enabled: 'false'

extensions:
- '@asciidoctor/tabs'
- '@redpanda-data/docs-extensions-and-macros/macros/rp-connect-components'
Expand All @@ -323,6 +333,13 @@ asciidoc:
- '@redpanda-data/docs-extensions-and-macros/asciidoc-extensions/add-line-numbers-highlights'
antora:
extensions:
# Conditional home page redirect when agentic-data-plane component doesn't exist
- require: '@redpanda-data/docs-extensions-and-macros/extensions/conditional-home-redirect'
# Unified navigation extension (config-driven)
# Components with page-navigation attribute use that config
# Components without page-navigation use standard Antora navigation
- require: '@redpanda-data/docs-extensions-and-macros/extensions/unified-navigation'

- require: '@redpanda-data/docs-extensions-and-macros/extensions/git-full-clone'
# Configuration:
# unshallowTimeout: 120000 # Timeout in ms (default: 60000). Increase for very large repos
Expand All @@ -337,7 +354,7 @@ antora:
data:
sets:
docker_labs:
component: redpanda-labs
component: labs
filter: docker-compose
env_type: Docker
attribute_name: docker-labs-index
Expand All @@ -349,18 +366,19 @@ antora:
- require: '@redpanda-data/docs-extensions-and-macros/extensions/archive-attachments'
data:
archives:
- component: 'ROOT'
- component: 'streaming'
output_archive: 'redpanda-quickstart.tar.gz'
file_patterns:
- '**/test-resources/**/docker-compose/**'
- require: '@redpanda-data/docs-extensions-and-macros/extensions/compute-end-of-life'
data:
eol_settings:
- component: 'ROOT'
- component: 'streaming'
supported_months: 12
warning_weeks: 13
eol_doc: https://support.redpanda.com/hc/en-us/articles/20617574366743-Redpanda-Supported-Versions
upgrade_doc: ROOT:upgrade:index.adoc
upgrade_doc: streaming:upgrade:index.adoc
whats_new_doc: streaming:get-started:release-notes/redpanda.adoc
- require: '@sntke/antora-mermaid-extension'
mermaid_library_url: https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
script_stem: mermaid-scripts
Expand All @@ -378,8 +396,8 @@ antora:
data:
replacements:
- components:
- 'ROOT'
- 'redpanda-labs'
- 'streaming'
- 'labs'
file_patterns:
- '**/docker-compose.yaml'
- '**/docker-compose.yml'
Expand Down
28 changes: 28 additions & 0 deletions data-platform/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: data-platform
title: Data Platform
version: ~
start_page: index.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
component-metadata:
title: "Data Platform"
description: "The streaming foundation for everything you build"
color: "#5239CC"
icon: "stack-2"
# Component home links
cloud-home: "cloud-data-platform:home:index.adoc"
self-managed-home: "streaming:home:index.adoc"
# AI suggestions for chat drawer (component-specific)
ai-suggestion-1: "How do I write from Redpanda Streaming to Snowflake?"
ai-suggestion-2: "What's the difference between Redpanda and Kafka?"
ai-suggestion-3: "How do I create a CDC pipeline from Postgres to Redpanda Cloud?"
ai-suggestion-4: "Deploy a Kafka-compatible cluster"
# Navigation hierarchy configuration (config-driven navigation)
page-navigation:
- data-platform:
- cloud-data-platform
- self-managed:
- streaming
- connect
2 changes: 2 additions & 0 deletions data-platform/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* xref:index.adoc[Overview]
* xref:how-to-use-these-docs.adoc[How to Use These Docs]
Loading
Loading