Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy for any feedback on where to put these pages or what to call them.

"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