File tree Expand file tree Collapse file tree 9 files changed +24
-11
lines changed Expand file tree Collapse file tree 9 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -185,14 +185,14 @@ export default defineConfig({
185185 text : "Introduction" ,
186186 link : "/documents/forSQL/" ,
187187 } ,
188- {
189- text : "For Oracle" ,
190- link : "/documents/forSQL/SQLコーディング規約(Oracle).html" ,
191- } ,
192188 {
193189 text : "For PostgreSQL" ,
194190 link : "/documents/forSQL/SQLコーディング規約(PostgreSQL).html" ,
195191 } ,
192+ {
193+ text : "For Oracle" ,
194+ link : "/documents/forSQL/SQLコーディング規約(Oracle).html" ,
195+ } ,
196196 ] ,
197197 } ,
198198 {
Original file line number Diff line number Diff line change 2020 opacity : 0.1 ;
2121}
2222
23+ /* タイトルが長いので調整 */
24+ @media (min-width : 960px ) {
25+ .VPNavBarTitle .title {
26+ font-size : 14px ;
27+ line-height : 18px ;
28+ }
29+ }
30+
31+ /* ヒーローページタイトルの改行は<wbr>で調整するのでnowrapにする */
32+ .VPHero .main > .name {
33+ white-space : nowrap;
34+ }
35+
2336/* メインコンテンツの幅を広げます。最大1920pxまでを許可します。 */
2437# app .VPDoc .has-aside .content-container {
2538 max-width : 1280px ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : AWSインフラ命名規約
6+ name : AWS<wbr>インフラ命名規約
77 tagline : Future Enterprise Naming Convention Standards for AWS infrastructure resource
88 actions :
99 - theme : brand
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : Gitブランチフロー規約
6+ name : Git<wbr>ブランチフロー規約
77 tagline : Future Enterprise Standards for Git branch flow
88 actions :
99 - theme : brand
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : Javaコーディング規約
6+ name : Java<wbr>コーディング規約
77 tagline : Future Enterprise Coding Standards for Java
88 image :
99 src : /images/JBee.png
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : ' <span style="white-space: nowrap"> Markdown<wbr>設計ドキュメント規約</span> '
6+ name : " Markdown<wbr>設計ドキュメント<wbr>規約 "
77 tagline : Future Enterprise Markdown Design Document Standards
88---
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : ' <span style="white-space: nowrap"> OpenAPI Specification規約</span> '
6+ name : " OpenAPI <wbr>Specification<wbr>規約 "
77 tagline : Future Enterprise Naming Convention Standards for OpenAPI Specification
88 actions :
99 - theme : brand
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : SQLコーディング規約
6+ name : SQL<wbr>コーディング規約
77 tagline : Future Enterprise Coding Standards for SQL
88 actions :
99 - theme : brand
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebarDepth: 4
33author : フューチャー株式会社
44layout : home
55hero :
6- name : ' <span style="white-space: nowrap">Slack利用 <wbr>ガイドライン</span> '
6+ name : " Slack <wbr>利用ガイドライン "
77 tagline : Slack Usage Guidelines
88 actions :
99 - theme : brand
You can’t perform that action at this time.
0 commit comments