Skip to content

Commit c44d381

Browse files
authored
Merge pull request #3458 from Blargian/fix_academic_overview
fixes
2 parents 68c1823 + fbca353 commit c44d381

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

i18n/jp/docusaurus-plugin-content-docs/current/managing-data/core-concepts/academic_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'アーキテクチャ概要'
44
description: '2024年のVLDB論文のドキュメント版'
55
keywords: ['アーキテクチャ']
66
---
7-
```
7+
88
import useBrokenLinks from "@docusaurus/useBrokenLinks";
99
import image_01 from '@site/static/images/managing-data/core-concepts/_vldb2024_1_Figure_0.png'
1010
import image_02 from '@site/static/images/managing-data/core-concepts/_vldb2024_2_Figure_0.png'

i18n/jp/docusaurus-plugin-content-docs/current/sql-reference/dictionaries/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ slug: '/sql-reference/dictionaries'
33
sidebar_label: '辞書の定義'
44
sidebar_position: 35
55
---
6-
```
76

7+
import SelfManaged from '@site/docs/_snippets/_self_managed_only_no_roadmap.md';
8+
import CloudDetails from '@site/docs/sql-reference/dictionaries/_snippet_dictionary_in_cloud.md';
9+
import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';
810

911
# 辞書
1012

i18n/jp/docusaurus-plugin-content-docs/current/sql-reference/functions/other-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
---
12
title: 'その他の関数'
23
sidebar_label: 'その他'
34
keywords: ['ClickHouse', '関数', 'SQL', 'データベース']
45
description: 'ClickHouseの他の関数についての詳細な説明'
5-
```
6+
---
67

78
import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
89
import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';

0 commit comments

Comments
 (0)