diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index b159a31f..adb4b3b8 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -185,14 +185,14 @@ export default defineConfig({ text: "Introduction", link: "/documents/forSQL/", }, - { - text: "For Oracle", - link: "/documents/forSQL/SQLコーディング規約(Oracle).html", - }, { text: "For PostgreSQL", link: "/documents/forSQL/SQLコーディング規約(PostgreSQL).html", }, + { + text: "For Oracle", + link: "/documents/forSQL/SQLコーディング規約(Oracle).html", + }, ], }, { diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index e75d1d90..0ecbfa54 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -20,6 +20,19 @@ opacity: 0.1; } +/* タイトルが長いので調整 */ +@media (min-width: 960px) { + .VPNavBarTitle .title { + font-size: 14px; + line-height: 18px; + } +} + +/* ヒーローページタイトルの改行はで調整するのでnowrapにする */ +.VPHero .main > .name { + white-space: nowrap; +} + /* メインコンテンツの幅を広げます。最大1920pxまでを許可します。 */ #app .VPDoc.has-aside .content-container { max-width: 1280px; diff --git a/documents/forAWSResource/index.md b/documents/forAWSResource/index.md index c7107840..0c3b8d4b 100644 --- a/documents/forAWSResource/index.md +++ b/documents/forAWSResource/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: AWSインフラ命名規約 + name: AWSインフラ命名規約 tagline: Future Enterprise Naming Convention Standards for AWS infrastructure resource actions: - theme: brand diff --git a/documents/forGitBranch/index.md b/documents/forGitBranch/index.md index 459e1c34..85e94d75 100644 --- a/documents/forGitBranch/index.md +++ b/documents/forGitBranch/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: Gitブランチフロー規約 + name: Gitブランチフロー規約 tagline: Future Enterprise Standards for Git branch flow actions: - theme: brand diff --git a/documents/forJava/index.md b/documents/forJava/index.md index 8ca69dae..ce83959b 100644 --- a/documents/forJava/index.md +++ b/documents/forJava/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: Javaコーディング規約 + name: Javaコーディング規約 tagline: Future Enterprise Coding Standards for Java image: src: /images/JBee.png diff --git a/documents/forMarkdown/index.md b/documents/forMarkdown/index.md index 6ed98bac..9d2e97d3 100644 --- a/documents/forMarkdown/index.md +++ b/documents/forMarkdown/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: 'Markdown設計ドキュメント規約' + name: "Markdown設計ドキュメント規約" tagline: Future Enterprise Markdown Design Document Standards --- diff --git a/documents/forOpenAPISpecification/index.md b/documents/forOpenAPISpecification/index.md index b2ed8a53..b4bf0eb3 100644 --- a/documents/forOpenAPISpecification/index.md +++ b/documents/forOpenAPISpecification/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: 'OpenAPI Specification規約' + name: "OpenAPI Specification規約" tagline: Future Enterprise Naming Convention Standards for OpenAPI Specification actions: - theme: brand diff --git a/documents/forSQL/index.md b/documents/forSQL/index.md index 5484059e..7b4b1a48 100644 --- a/documents/forSQL/index.md +++ b/documents/forSQL/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: SQLコーディング規約 + name: SQLコーディング規約 tagline: Future Enterprise Coding Standards for SQL actions: - theme: brand diff --git a/documents/forSlack/index.md b/documents/forSlack/index.md index 9cf94677..5ffbbb4c 100644 --- a/documents/forSlack/index.md +++ b/documents/forSlack/index.md @@ -3,7 +3,7 @@ sidebarDepth: 4 author: フューチャー株式会社 layout: home hero: - name: 'Slack利用ガイドライン' + name: "Slack利用ガイドライン" tagline: Slack Usage Guidelines actions: - theme: brand