File tree Expand file tree Collapse file tree 1 file changed +32
-40
lines changed Expand file tree Collapse file tree 1 file changed +32
-40
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,38 @@ module.exports =
44 "Overview" : [
55 "introduction"
66 ] ,
7+ "REST API" : [
8+ "rest-api/headers" ,
9+ {
10+ "type" : "category" ,
11+ "label" : "Methods" ,
12+ "items" : [
13+ "rest-api/naming-convention" ,
14+ "rest-api/get" ,
15+ "rest-api/post" ,
16+ "rest-api/put" ,
17+ "rest-api/patch" ,
18+ "rest-api/delete"
19+ ]
20+ } ,
21+ "rest-api/security" ,
22+ "rest-api/versioning" ,
23+ "rest-api/hateaos"
24+ ] ,
25+ "Github" : [
26+ "git/branch_naming_convention" ,
27+ "git/branching_strategy" ,
28+ "git/smart_commit" ,
29+ {
30+ "type" : "category" ,
31+ "label" : "Release Management" ,
32+ "items" : [
33+ "git/tagging"
34+ ]
35+ } ,
36+ "git/pull_request_best_pratices" ,
37+ "git/code_review_checklist"
38+ ] ,
739 "Python" : [
840 {
941 "type" : "category" ,
@@ -41,46 +73,6 @@ module.exports =
4173 "java/effective-java"
4274 ]
4375 }
44- ] ,
45- "Naming Convention" : [
46- "files" ,
47- "classes" ,
48- "functions" ,
49- "variables" ,
50- "constants" ,
51- "folders"
52- ] ,
53- "REST API" : [
54- "rest-api/headers" ,
55- {
56- "type" : "category" ,
57- "label" : "Methods" ,
58- "items" : [
59- "rest-api/naming-convention" ,
60- "rest-api/get" ,
61- "rest-api/post" ,
62- "rest-api/put" ,
63- "rest-api/patch" ,
64- "rest-api/delete"
65- ]
66- } ,
67- "rest-api/security" ,
68- "rest-api/versioning" ,
69- "rest-api/hateaos"
70- ] ,
71- "Github" : [
72- "git/branch_naming_convention" ,
73- "git/branching_strategy" ,
74- "git/smart_commit" ,
75- {
76- "type" : "category" ,
77- "label" : "Release Management" ,
78- "items" : [
79- "git/tagging"
80- ]
81- } ,
82- "git/pull_request_best_pratices" ,
83- "git/code_review_checklist"
8476 ]
8577 }
8678}
You can’t perform that action at this time.
0 commit comments