File tree Expand file tree Collapse file tree 7 files changed +18
-2
lines changed Expand file tree Collapse file tree 7 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ id : clean-code
3+ title : Clean code cheat sheet
4+ ---
5+
6+ import useBaseUrl from '@docusaurus/useBaseUrl ';
7+
8+ #### [ Original Source link] ( https://www.planetgeek.ch/wp-content/uploads/2014/11/Clean-Code-V2.4.pdf )
9+ <img alt="Docusaurus with Keytar" src={useBaseUrl('clean-code/page-1.png')} width = "2500px" />
10+
11+ <img alt="Docusaurus with Keytar" src={useBaseUrl('clean-code/page-2.png')} width = "2500px" />
12+
13+ <img alt="Docusaurus with Keytar" src={useBaseUrl('clean-code/page-3.png')} width = "2500px" />
14+
15+ <img alt="Docusaurus with Keytar" src={useBaseUrl('clean-code/page-4.png')} width = "2500px" />
Original file line number Diff line number Diff line change 11---
2- id : general- guidelines
2+ id : guidelines
33title : General Coding Standards
44---
55
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ module.exports =
33 "docs" : {
44 "Overview" : [
55 "introduction" ,
6- "general-guidelines"
6+ "general/guidelines" ,
7+ "general/clean-code"
78 ] ,
89 "REST API" : [
910 "rest-api/headers" ,
You can’t perform that action at this time.
0 commit comments