Skip to content
Draft
Show file tree
Hide file tree
Changes from 6 commits
Commits
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
1 change: 1 addition & 0 deletions src/current/_includes/sidebar-data-v25.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
{% include_cached v25.4/sidebar-data/sql.json %},
{% include_cached v25.4/sidebar-data/reference.json %},
{% include_cached v25.4/sidebar-data/faqs.json %},
{% include_cached v25.4/sidebar-data/integrate.json %},
{% include_cached sidebar-data-cockroach-university.json %}
]
23 changes: 23 additions & 0 deletions src/current/_includes/v25.4/sidebar-data/integrate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"title": "Integrate",
"is_top_level": true,
"items": [
{
"title": "Ory",
"items": [
{
"title": "Ory Overview",
"urls": [
"/${VERSION}/ory-overview.html"
]
},
{
"title": "Integrate with Ory",
"urls": [
"/${VERSION}/ory-integration-guide.html"
]
}
]
}
]
}
Loading