Skip to content

Commit d5ed521

Browse files
authored
chore: skeleton for polis oel (#2258)
1 parent 81486c3 commit d5ed521

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
| Image Tag | Release Date |
2+
| --------- | ------------ |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
id: changelog
3+
title: Changelog for Ory Polis OEL
4+
sidebar_label: Changelog
5+
---

docs/self-hosted/oel/quickstart.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The Ory Oathkeeper Enterprise license includes additional features and support f
4343

4444
- Regular releases addressing CVEs and security vulnerabilities.
4545

46+
## Ory Polis Enterprise License
47+
48+
The Ory Polis Enterprise license includes additional features and support for enterprise customers:
49+
50+
- Regular releases addressing CVEs and security vulnerabilities.
51+
4652
## Ory Kratos Enterprise License
4753

4854
The Ory Kratos Enterprise license includes additional features and support for enterprise customers:

src/sidebar.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,11 @@ const oel: SidebarItemsConfig = [
12101210
"self-hosted/oel/kratos/changelog",
12111211
],
12121212
},
1213+
{
1214+
type: "category",
1215+
label: "Ory Polis",
1216+
items: ["self-hosted/oel/polis/changelog"],
1217+
},
12131218
"self-hosted/oel/monitoring/monitoring",
12141219
]
12151220

0 commit comments

Comments
 (0)