Skip to content

Commit ceb3d0f

Browse files
authored
fix: Change title and sidebar (#187)
1 parent 35125aa commit ceb3d0f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/maintainers/maintainers-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: maintainers-guide
3-
title: "@open-sauced/maintainers-guide"
4-
sidebar_label: "@open-sauced/maintainers-guide"
3+
title: OpenSauced Maintainers Guide
4+
sidebar_label: OpenSauced Maintainers Guide
55
keywords:
6-
- "@open-sauced/maintainers-guide"
6+
- Maintainers guide
77
---
88

99
Welcome to OpenSauced Maintainers Guide for contributors who are interested in being part of the maintainer team for OpenSauced repositories.

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ module.exports = {
4848
label: `Maintainer guide`,
4949
collapsed: true,
5050
items: [
51+
"maintainers/maintainers-guide",
5152
"maintainers/setting-up-a-new-repository",
5253
"maintainers/check-engines",
5354
"maintainers/conventional-commit",
54-
"maintainers/semantic-release",
55+
"maintainers/semantic-release"
5556
],
5657
},
5758
{

0 commit comments

Comments
 (0)