Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: branch_naming_convention
id: branch-naming-convention
title: Branch Naming Convention
sidebar_label: Branch Naming Convention
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: branching_strategy
id: branching-strategy
title: Branching Strategy
sidebar_label: Branching Strategy
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: code_review_checklist
id: code-review-checklist
title: Code Review Checklist
sidebar_label: Code Review Checklist
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: pull_request_best_pratices
id: pull-request-best-pratices
title: Pull Request Best Practices
sidebar_label: Pull Request Best Practices
---
Expand Down
2 changes: 1 addition & 1 deletion docs/git/smart_commit.md → docs/git/smart-commit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: smart_commit
id: smart-commit
title: Smart Commit
sidebar_label: Smart Commit
---
Expand Down
10 changes: 5 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ module.exports =
"rest-api/hateaos"
],
"Github": [
"git/branch_naming_convention",
"git/branching_strategy",
"git/smart_commit",
"git/branch-naming-convention",
"git/branching-strategy",
"git/smart-commit",
{
"type": "category",
"label": "Release Management",
"items": [
"git/tagging"
]
},
"git/pull_request_best_pratices",
"git/code_review_checklist"
"git/pull-request-best-pratices",
"git/code-review-checklist"
],
"Python": [
"python/environment-and-dependency",
Expand Down