Skip to content

Commit af44f1a

Browse files
format sidebar content
1 parent 27ec723 commit af44f1a

File tree

1 file changed

+32
-40
lines changed

1 file changed

+32
-40
lines changed

sidebars.js

Lines changed: 32 additions & 40 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)