Skip to content

Commit 63f927e

Browse files
Repoint product hub URLs at the real /products/<product>/v9/ pages
The two hub gist HTML files were a stand-in while the V2 nav wiring was unresolved. That's fixed upstream and the docs-content `hub-pages` branch now serves the real hub markdown, so product pills should link to the canonical URLs (`/products/elasticsearch/v9`, `/products/kibana/v9`) instead of the gist previews. The two visual-reference gists are no longer used by any code path. The design handoff gist is still referenced in the PR and remains the human-facing UX/technical write-up. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8c4af37 commit 63f927e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/products.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ products:
147147
elasticsearch:
148148
display: 'Elasticsearch'
149149
versioning: 'stack'
150-
hub: 'https://htmlpreview.github.io/?https://gist.github.com/florent-leborgne/b2ddb83d7b849980d1668aef600d0139/raw/elasticsearch-hub.html'
150+
hub: 'products/elasticsearch/v9'
151151
elasticsearch-client:
152152
display: 'Elasticsearch Client'
153153
versioning: 'stack'
@@ -208,7 +208,7 @@ products:
208208
kibana:
209209
display: 'Kibana'
210210
versioning: 'stack'
211-
hub: 'https://htmlpreview.github.io/?https://gist.github.com/florent-leborgne/c9075416b50ec111a09897b7be4462cc/raw/kibana-hub.html'
211+
hub: 'products/kibana/v9'
212212
logstash:
213213
display: 'Logstash'
214214
versioning: 'stack'

0 commit comments

Comments
 (0)