diff --git a/src/components/Cards/3.13.tsx b/src/components/Cards/3.13.tsx
index c50dc97d..bf3ff8ec 100644
--- a/src/components/Cards/3.13.tsx
+++ b/src/components/Cards/3.13.tsx
@@ -16,26 +16,27 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: 'New content',
+ name: 'Recent features',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
- links: ['api-guide#group-commit-for-the-coordinator-table'],
- labels: ['Group commit for the Coordinator table']
+ links: ['run-non-transactional-storage-operations-through-library'],
+ labels: ['Configure ScalarDB to run non-transactional storage operations']
},
{
cell: 1, // Second cell
- links: ['run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations'],
- labels: ['Configure ScalarDB to run non-transactional storage operations']
+ links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface'],
+ labels: ['Configure ScalarDB Cluster to run non-transactional storage operations']
},
{
cell: 2, // Third cell
- links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations'],
- labels: ['Configure ScalarDB Cluster to run non-transactional storage operations']
+ links: ['scalardb-cluster/scalardb-auth-with-sql'],
+ labels: ['Authenticate and Authorize Users']
}
]
}
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/3.14.tsx b/src/components/Cards/3.14.tsx
index be2d15b2..a5065d85 100644
--- a/src/components/Cards/3.14.tsx
+++ b/src/components/Cards/3.14.tsx
@@ -16,12 +16,13 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: 'New content',
+ name: 'Recent features',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
links: ['scalardb-cluster/encrypt-data-at-rest'],
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/3.15.tsx b/src/components/Cards/3.15.tsx
index 4ae4f883..3cf30e91 100644
--- a/src/components/Cards/3.15.tsx
+++ b/src/components/Cards/3.15.tsx
@@ -16,26 +16,27 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: 'New content',
+ name: 'Recent features',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
- links: ['features'],
- labels: ['ScalarDB Features']
- },
- {
- cell: 1, // Second cell
links: ['scalardb-cluster/getting-started-with-vector-search'],
labels: ['Getting Started with ScalarDB Cluster for Vector Search']
},
{
- cell: 2, // Third cell
+ cell: 1, // Second cell
links: ['scalardb-cluster/authorize-with-abac'],
labels: ['Control User Access in a Fine-Grained Manner']
+ },
+ {
+ cell: 2, // Third cell
+ links: ['scalardb-cluster/encrypt-data-at-rest'],
+ labels: ['Encrypt Data at Rest']
}
]
}
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/3.16.tsx b/src/components/Cards/3.16.tsx
index dd722fde..3cf30e91 100644
--- a/src/components/Cards/3.16.tsx
+++ b/src/components/Cards/3.16.tsx
@@ -16,26 +16,27 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: 'New content',
+ name: 'Recent features',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
- links: ['api-guide#begin-or-start-a-transaction-in-read-only-mode'],
- labels: ['Begin or start a transaction in read-only mode']
+ links: ['scalardb-cluster/getting-started-with-vector-search'],
+ labels: ['Getting Started with ScalarDB Cluster for Vector Search']
},
{
cell: 1, // Second cell
- links: ['consensus-commit#one-phase-commit'],
- labels: ['One-phase commit']
+ links: ['scalardb-cluster/authorize-with-abac'],
+ labels: ['Control User Access in a Fine-Grained Manner']
},
{
cell: 2, // Third cell
- links: ['configurations#scan-fetch-size'],
- labels: ['Scan fetch size']
+ links: ['scalardb-cluster/encrypt-data-at-rest'],
+ labels: ['Encrypt Data at Rest']
}
]
}
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/ja-jp/3.13.tsx b/src/components/Cards/ja-jp/3.13.tsx
index 7cb7bf2c..1204a3b8 100644
--- a/src/components/Cards/ja-jp/3.13.tsx
+++ b/src/components/Cards/ja-jp/3.13.tsx
@@ -16,26 +16,27 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: '新着コンテンツ',
+ name: '最近の機能',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
- links: ['api-guide#coordinator-テーブルのグループコミット'],
- labels: ['Coordinator テーブルのグループコミット']
+ links: ['run-non-transactional-storage-operations-through-library'],
+ labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB の設定']
},
{
cell: 1, // Second cell
- links: ['run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations'],
- labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB の設定']
+ links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface'],
+ labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB Cluster の設定']
},
{
cell: 2, // Third cell
- links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations'],
- labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB Cluster の設定']
+ links: ['scalardb-cluster/scalardb-auth-with-sql'],
+ labels: ['ユーザーの認証と認可']
}
]
}
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/ja-jp/3.14.tsx b/src/components/Cards/ja-jp/3.14.tsx
index 22ac1895..42451432 100644
--- a/src/components/Cards/ja-jp/3.14.tsx
+++ b/src/components/Cards/ja-jp/3.14.tsx
@@ -16,12 +16,13 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: '新着コンテンツ',
+ name: '最近の機能',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
links: ['scalardb-cluster/encrypt-data-at-rest'],
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/ja-jp/3.15.tsx b/src/components/Cards/ja-jp/3.15.tsx
index 8c1410ca..9491d804 100644
--- a/src/components/Cards/ja-jp/3.15.tsx
+++ b/src/components/Cards/ja-jp/3.15.tsx
@@ -16,26 +16,27 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: '新着コンテンツ',
+ name: '最近の機能',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
- links: ['features'],
- labels: ['ScalarDB の機能']
- },
- {
- cell: 1, // Second cell
links: ['scalardb-cluster/getting-started-with-vector-search'],
labels: ['ScalarDB Cluster でベクトル検索をはじめよう']
},
{
- cell: 2, // Third cell
+ cell: 1, // Second cell
links: ['scalardb-cluster/authorize-with-abac'],
labels: ['ユーザーアクセスをきめ細かく制御する']
+ },
+ {
+ cell: 2, // Third cell
+ links: ['scalardb-cluster/encrypt-data-at-rest'],
+ labels: ['保存データの暗号化']
}
]
}
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/components/Cards/ja-jp/3.16.tsx b/src/components/Cards/ja-jp/3.16.tsx
index 52fa5fc9..9491d804 100644
--- a/src/components/Cards/ja-jp/3.16.tsx
+++ b/src/components/Cards/ja-jp/3.16.tsx
@@ -16,26 +16,27 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBook } from '@fortawesome/free-solid-svg-icons';
-const new_content = [
+const recentFeatures = [
{
- name: '新着コンテンツ',
+ name: '最近の機能',
categoryLinks: [
- // To add a link, use the format ['link1', 'link2']
- // To add a label, use the format ['label1', 'label2']
+ // Links should be to docs about features that have been introduced in this version or the previous version.
+ // To add a link, use the format ['link1', 'link2']. Links should be relative to the docs directory and not be anchor links.
+ // To add a label, use the format ['label1', 'label2'].
{
cell: 0, // First cell
- links: ['api-guide#読み取り専用モードでトランザクションを開始またはスタートする'],
- labels: ['読み取り専用モードでトランザクションを開始またはスタートする']
+ links: ['scalardb-cluster/getting-started-with-vector-search'],
+ labels: ['ScalarDB Cluster でベクトル検索をはじめよう']
},
{
cell: 1, // Second cell
- links: ['consensus-commit#1フェーズコミット'],
- labels: ['1フェーズコミット']
+ links: ['scalardb-cluster/authorize-with-abac'],
+ labels: ['ユーザーアクセスをきめ細かく制御する']
},
{
cell: 2, // Third cell
- links: ['configurations#スキャンフェッチサイズ'],
- labels: ['スキャンフェッチサイズ']
+ links: ['scalardb-cluster/encrypt-data-at-rest'],
+ labels: ['保存データの暗号化']
}
]
}
@@ -198,12 +199,12 @@ const CategoryGrid = () => {
- {/* New content table */}
+ {/* Recent features table */}
- {new_content.map((doc, i) => (
+ {recentFeatures.map((doc, i) => (
- {/*
+ {/*
{doc.name}*/}
{doc.name}
@@ -215,7 +216,7 @@ const CategoryGrid = () => {
{categoryLinkCell.labels[k]}
) : (
-
+
{categoryLinkCell.labels[k]}
)
diff --git a/src/css/custom.css b/src/css/custom.css
index 8bacb5ed..5959ed0a 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -252,7 +252,7 @@ table, pre, code, img, iframe { /* Fix for common elements that might cause over
margin-top: 1.25rem;
}
- .category-cell, .new-content-cell {
+ .category-cell, .recent-features-cell {
width: 100%;
margin-bottom: 0.5rem;
}
@@ -280,7 +280,7 @@ table, pre, code, img, iframe { /* Fix for common elements that might cause over
}
}
-.new-content-icon {
+.recent-features-icon {
color: #78C740;
/* Fix for FontAwesome icon FOUC. */
width: 1em !important;