Skip to content

Commit 0deeb44

Browse files
authored
Update news date / add SDK key limitation (#599)
1 parent fc580d9 commit 0deeb44

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

website/docs/news.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here, you'll find all the latest updates, enhancements, and new features we've a
1010

1111
## Automatic ConfigCat Proxy configuration with Proxy profiles / OpenFeature Remote Evaluation Protocol
1212

13-
#### Aug 19, 2025
13+
#### Aug 22, 2025
1414

1515
We have two exciting [ConfigCat Proxy](/docs/advanced/proxy/overview.mdx) related news:
1616

website/docs/subscription-plan-limits.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: subscription-plan-limits
33
title: Subscription Plan Limits
44
description: This page lists the limits of the different ConfigCat subscription plans.
5+
hide_table_of_contents: true
56
---
67

78
This page lists the limits of the different subscription plans. See the [pricing page](https://configcat.com/pricing) for more information about the plans.
@@ -32,3 +33,4 @@ Every value marked with a \* in the table marks a technical limit. If you reach
3233
| User Provisioning (SCIM) synced groups | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* |
3334
| User Provisioning (SCIM) groups with permissions | 2 | 5 | 10 | 500\* | 500\* | 5\* | 5\* |
3435
| Proxy profiles | 1 | 2 | 10 | 100\* | 100\* | 2\* | 2\* |
36+
| Proxy profile max selected SDK keys | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* |

website/src/css/custom.scss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,15 @@ ul.feature-list {
105105
-moz-padding-start: 1em;
106106
}
107107

108-
[data-theme="dark"] .monochrome-image.theme-aware {
108+
[data-theme='dark'] .monochrome-image.theme-aware {
109109
-webkit-filter: invert(1);
110110
filter: invert(1);
111-
}
111+
}
112+
113+
.docs-doc-id-subscription-plan-limits {
114+
table {
115+
th:first-of-type {
116+
width: 100%;
117+
}
118+
}
119+
}

website/versioned_docs/version-V1/news.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here, you'll find all the latest updates, enhancements, and new features we've a
1010

1111
## Automatic ConfigCat Proxy configuration with Proxy profiles / OpenFeature Remote Evaluation Protocol
1212

13-
#### Aug 19, 2025
13+
#### Aug 22, 2025
1414

1515
We have two exciting [ConfigCat Proxy](./advanced/proxy/overview.mdx) related news:
1616

website/versioned_docs/version-V1/subscription-plan-limits.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: subscription-plan-limits
33
title: Subscription Plan Limits
44
description: This page lists the limits of the different ConfigCat subscription plans.
5+
hide_table_of_contents: true
56
---
67

78
This page lists the limits of the different subscription plans. See the [pricing page](https://configcat.com/pricing) for more information about the plans.
@@ -32,3 +33,4 @@ Every value marked with a \* in the table marks a technical limit. If you hit a
3233
| User Provisioning (SCIM) synced groups | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* |
3334
| User Provisioning (SCIM) groups with permissions | 2 | 5 | 10 | 500\* | 500\* | 5\* | 5\* |
3435
| Proxy profiles | 1 | 2 | 10 | 100\* | 100\* | 2\* | 2\* |
36+
| Proxy profile max selected SDK keys | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* | 1000\* |

0 commit comments

Comments
 (0)