File tree Expand file tree Collapse file tree 4 files changed +44
-72
lines changed Expand file tree Collapse file tree 4 files changed +44
-72
lines changed Original file line number Diff line number Diff line change @@ -158,46 +158,46 @@ export default defineConfig({
158158 } ,
159159 nav : [
160160 {
161- text : "Java " ,
161+ text : "Standards " ,
162162 items : [
163163 {
164- text : "Introduction" ,
165- link : "/documents/forJava/" ,
166- } ,
167- {
168- text : "For Java17" ,
169- link : "/documents/forJava/Javaコーディング規約.html" ,
170- } ,
171- {
172- text : "For Java11" ,
173- link : "/documents/forJava/Javaコーディング規約_for_11.html" ,
174- } ,
175- {
176- text : "For Java8" ,
177- link : "/documents/forJava/Javaコーディング規約_for_8.html" ,
178- } ,
179- ] ,
180- } ,
181- {
182- text : "SQL" ,
183- items : [
184- {
185- text : "Introduction" ,
186- link : "/documents/forSQL/" ,
187- } ,
188- {
189- text : "For PostgreSQL" ,
190- link : "/documents/forSQL/SQLコーディング規約(PostgreSQL).html" ,
164+ text : "Java" ,
165+ items : [
166+ {
167+ text : "Introduction" ,
168+ link : "/documents/forJava/" ,
169+ } ,
170+ {
171+ text : "For Java17" ,
172+ link : "/documents/forJava/Javaコーディング規約.html" ,
173+ } ,
174+ {
175+ text : "For Java11" ,
176+ link : "/documents/forJava/Javaコーディング規約_for_11.html" ,
177+ } ,
178+ {
179+ text : "For Java8" ,
180+ link : "/documents/forJava/Javaコーディング規約_for_8.html" ,
181+ } ,
182+ ] ,
191183 } ,
192184 {
193- text : "For Oracle" ,
194- link : "/documents/forSQL/SQLコーディング規約(Oracle).html" ,
185+ text : "SQL" ,
186+ items : [
187+ {
188+ text : "Introduction" ,
189+ link : "/documents/forSQL/" ,
190+ } ,
191+ {
192+ text : "For PostgreSQL" ,
193+ link : "/documents/forSQL/SQLコーディング規約(PostgreSQL).html" ,
194+ } ,
195+ {
196+ text : "For Oracle" ,
197+ link : "/documents/forSQL/SQLコーディング規約(Oracle).html" ,
198+ } ,
199+ ] ,
195200 } ,
196- ] ,
197- } ,
198- {
199- text : "Others" ,
200- items : [
201201 {
202202 text : "AWS インフラリソース" ,
203203 items : [
Original file line number Diff line number Diff line change 2727 line-height : 18px ;
2828 }
2929}
30- @media (max-width : 768 px ) {
30+ @media (max-width : 820 px ) {
3131 .VPNavBar .title {
32- max-width : calc (100vw - 120 px );
32+ max-width : calc (100vw - 450 px );
3333 font-size : 14px ;
3434 line-height : 18px ;
3535 }
3636}
37- @media (min-width : 768px ) {
38- .VPNavBarMenu .menu {
39- display : none;
40- }
41- .VPNavBarHamburger .hamburger {
42- display : flex;
43- }
44- .VPNavBarExtra .extra {
45- display : none;
46- }
47- .VPNav .VPNavScreen {
48- display : block;
49- }
50- }
51- @media (min-width : 940px ) {
52- .VPNavBarMenu .menu {
53- display : flex;
54- }
55- .VPNavBarHamburger .hamburger {
56- display : none;
57- }
58- .VPNavBarExtra .extra {
59- display : block;
60- }
61- .VPNav .VPNavScreen {
62- display : none;
37+ @media (max-width : 768px ) {
38+ .VPNavBar .title {
39+ max-width : calc (100vw - 120px );
40+ font-size : 14px ;
41+ line-height : 18px ;
6342 }
6443}
6544
Original file line number Diff line number Diff line change 2828| 3 | [ AWS インフラリソース命名規約] ( ./documents/forAWSResource/ ) |
2929| 4 | [ OpenAPI Specification 規約] ( ./documents/forOpenAPISpecification/ ) |
3030| 5 | [ Gitブランチフロー規約] ( ./documents/forGitBranch/ ) |
31- | 6 | [ Markdown設計ドキュメント規約] ( ./documents/forMarkdown/ ) |
3231
3332---
3433
Original file line number Diff line number Diff line change 1919 text : OpenAPI Specification 規約
2020 link : ./documents/forOpenAPISpecification
2121 - theme : alt
22- text : Markdown設計ドキュメント規約
23- link : ./documents/forMarkdown
22+ text : Gitブランチフロー規約
23+ link : ./documents/forGitBranch/
2424features :
2525 - title : Readability
2626 details : ソースコードの可読性を高く保つことで、保守性・拡張性の高いソフトウェアを作ることができます。 しかし、可読性の指標は複数あり、デベロッパーごとに判断がブレ、それぞれのスタイルで記述すると、ソフトウェア全体で見たときの可読性が下がってしまいます。 本コーディング規約は、コーディング時の判断のブレを防ぎます。
@@ -33,12 +33,6 @@ features:
3333[ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/future-architect/coding-standards.svg )] ( https://github.com/future-architect/coding-standards )
3434[ ![ GitHub stars] ( https://img.shields.io/github/stars/future-architect/coding-standards.svg?style=social&label=Stars&logo=github )] ( https://github.com/future-architect/coding-standards/stargazers )
3535
36- ---
37-
38- > 他の開発言語のコーディング規約も順次作成中です
39-
40- ---
41-
4236# License
4337
4438[ ![ CC-By-4.0] ( https://licensebuttons.net/l/by/4.0/88x31.png )] ( https://creativecommons.org/licenses/by/4.0/deed.ja )
You can’t perform that action at this time.
0 commit comments