File tree Expand file tree Collapse file tree 3 files changed +408
-366
lines changed Expand file tree Collapse file tree 3 files changed +408
-366
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ const links = {
3737 "/documents/forGitBranch/commit_message_rule.html" ,
3838 "/documents/forGitBranch/vscode_git_ope.html" ,
3939 ] ,
40+ "/documents/forSlack/" : [
41+ "/documents/forSlack/" ,
42+ "/documents/forSlack/slack_usage_guidelines.html" ,
43+ ] ,
4044} ;
4145console . log ( links ) ;
4246
@@ -150,7 +154,20 @@ module.exports = {
150154 } ,
151155 {
152156 text : "Gitブランチフロー規約" ,
153- link : "/documents/forGitBranch/Gitブランチフロー規約.html" ,
157+ link : "/documents/forGitBranch/git_branch_standards.html" ,
158+ } ,
159+ ] ,
160+ } ,
161+ {
162+ text : "Slack利用ガイドライン" ,
163+ items : [
164+ {
165+ text : "Home" ,
166+ link : "/documents/forSlack/" ,
167+ } ,
168+ {
169+ text : "Home" ,
170+ link : "/documents/forSlack/slack_usage_guidelines.html" ,
154171 } ,
155172 ] ,
156173 } ,
You can’t perform that action at this time.
0 commit comments