Skip to content

Commit d8a13c1

Browse files
Ory integration guide
1 parent 848c47a commit d8a13c1

File tree

4 files changed

+1064
-0
lines changed

4 files changed

+1064
-0
lines changed

src/current/_includes/sidebar-data-v25.4.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
{% include_cached v25.4/sidebar-data/sql.json %},
2525
{% include_cached v25.4/sidebar-data/reference.json %},
2626
{% include_cached v25.4/sidebar-data/faqs.json %},
27+
{% include_cached v25.4/sidebar-data/integrate.json %},
2728
{% include_cached sidebar-data-cockroach-university.json %}
2829
]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"title": "Integrate",
3+
"is_top_level": true,
4+
"items": [
5+
{
6+
"title": "Ory",
7+
"items": [
8+
{
9+
"title": "Ory Overview",
10+
"urls": [
11+
"/${VERSION}/ory-overview.html"
12+
]
13+
},
14+
{
15+
"title": "Integrate with Ory",
16+
"urls": [
17+
"/${VERSION}/ory-integration-guide.html"
18+
]
19+
}
20+
]
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)