Skip to content

Commit e8a0dc0

Browse files
committed
Merge branch 'main' into add-version-3.14-docs
2 parents 18c247f + 5681dc8 commit e8a0dc0

File tree

263 files changed

+4154
-3201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+4154
-3201
lines changed

docs/releases/release-support-policy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ This page describes Scalar's support policy for major and minor version releases
7070
<td><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
7171
</tr>
7272
<tr>
73-
<td><a href="https://scalardb.scalar-labs.com/docs/3.8/releases/release-notes#v380">3.8</a></td>
74-
<td>2023-01-17</td>
75-
<td>2024-04-26</td>
76-
<td>2024-10-23</td>
77-
<td><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
73+
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/docs/3.8/releases/release-notes#v380">3.8**</a></td>
74+
<td class="version-out-of-support">2023-01-17</td>
75+
<td class="version-out-of-support">2024-04-26</td>
76+
<td class="version-out-of-support">2024-10-23</td>
77+
<td class="version-out-of-support"><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
7878
</tr>
7979
<tr>
8080
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/docs/3.7/releases/release-notes#v370">3.7</a>**</td>

docusaurus.config.js

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ const config = {
102102
banner: 'none',
103103
},
104104
"3.8": {
105-
label: '3.8',
105+
label: '3.8 (unsupported)',
106106
path: '3.8',
107-
banner: 'none',
107+
banner: 'unmaintained',
108108
},
109109
"3.7": {
110110
label: '3.7 (unsupported)',
@@ -206,6 +206,34 @@ const config = {
206206
to: '/docs/3.12/requirements#databases',
207207
from: '/docs/3.12/scalardb-supported-databases',
208208
},
209+
{
210+
to: '/docs/latest/helm-charts/getting-started-scalar-manager',
211+
from: '/docs/latest/helm-charts/how-to-deploy-scalar-manager',
212+
},
213+
{
214+
to: '/docs/3.12/helm-charts/getting-started-scalar-manager',
215+
from: '/docs/3.12/helm-charts/how-to-deploy-scalar-manager',
216+
},
217+
{
218+
to: '/docs/3.11/helm-charts/getting-started-scalar-manager',
219+
from: '/docs/3.11/helm-charts/how-to-deploy-scalar-manager',
220+
},
221+
{
222+
to: '/docs/3.10/helm-charts/getting-started-scalar-manager',
223+
from: '/docs/3.10/helm-charts/how-to-deploy-scalar-manager',
224+
},
225+
{
226+
to: '/docs/latest/scalardb-cluster-dotnet-client-sdk',
227+
from: '/docs/latest/scalardb-cluster-dotnet-client-sdk/overview',
228+
},
229+
{
230+
to: '/docs/3.12/scalardb-cluster-dotnet-client-sdk',
231+
from: '/docs/3.12/scalardb-cluster-dotnet-client-sdk/overview',
232+
},
233+
{
234+
to: '/docs/3.11/scalardb-cluster-dotnet-client-sdk',
235+
from: '/docs/3.11/scalardb-cluster-dotnet-client-sdk/overview',
236+
},
209237
],
210238
},
211239
],

sidebars.js

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const sidebars = {
211211
{
212212
type: 'doc',
213213
id: 'scalardb-cluster/scalardb-auth-with-sql',
214-
label: 'ScalarDB Auth with ScalarDB SQL',
214+
label: 'Authenticate and Authorize Users by Using SQL',
215215
},
216216
{
217217
type: 'doc',
@@ -275,7 +275,7 @@ const sidebars = {
275275
},
276276
{
277277
type: 'category',
278-
label: 'Create Sample Applications',
278+
label: 'Run Sample Applications',
279279
collapsible: true,
280280
items: [
281281
{
@@ -433,7 +433,7 @@ const sidebars = {
433433
items: [
434434
{
435435
type: 'doc',
436-
id: 'scalardb-cluster-dotnet-client-sdk/overview',
436+
id: 'scalardb-cluster-dotnet-client-sdk/index',
437437
label: 'Overview',
438438
},
439439
{
@@ -474,7 +474,7 @@ const sidebars = {
474474
{
475475
type: 'doc',
476476
id: 'scalardb-cluster-dotnet-client-sdk/getting-started-with-auth',
477-
label: 'ScalarDB Auth',
477+
label: 'Authenticate and Authorize Users',
478478
},
479479
{
480480
type: 'doc',
@@ -748,11 +748,6 @@ const sidebars = {
748748
id: 'scalar-manager/overview',
749749
label: 'Scalar Manager Overview',
750750
},
751-
{
752-
type: 'doc',
753-
id: 'helm-charts/how-to-deploy-scalar-manager',
754-
label: 'Deploy Scalar Manager',
755-
},
756751
{
757752
type: 'doc',
758753
id: 'helm-charts/how-to-deploy-scalar-admin-for-kubernetes',
@@ -818,11 +813,6 @@ const sidebars = {
818813
id: 'scalardb-cluster/scalardb-cluster-status-codes',
819814
label: 'ScalarDB Cluster',
820815
},
821-
{
822-
type: 'doc',
823-
id: 'scalardb-cluster/scalardb-auth-status-codes',
824-
label: 'ScalarDB Auth',
825-
},
826816
{
827817
type: 'doc',
828818
id: 'scalardb-graphql/scalardb-graphql-status-codes',
@@ -833,6 +823,11 @@ const sidebars = {
833823
id: 'scalardb-sql/scalardb-sql-status-codes',
834824
label: 'ScalarDB SQL',
835825
},
826+
{
827+
type: 'doc',
828+
id: 'scalardb-cluster/scalardb-auth-status-codes',
829+
label: 'Authentication and Authorization',
830+
},
836831
],
837832
},
838833
],

src/components/Cards/3.10.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.11.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.12.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.13.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.4.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.5.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.6.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

0 commit comments

Comments
 (0)