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
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Docs
sidebar_position: 1
sidebar_label: Docs
---
Expand Down
1 change: 1 addition & 0 deletions docs/beman_library_maturity_model.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Beman Library Maturity Model
sidebar_position: 2
sidebar_label: Beman Library Maturity Model
---
Expand Down
1 change: 1 addition & 0 deletions docs/beman_standard.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Beman Standard
sidebar_position: 3
sidebar_label: Beman Standard
---
Expand Down
1 change: 1 addition & 0 deletions docs/code_of_conduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Code of Conduct
sidebar_position: 7
sidebar_label: Code of Conduct
---
Expand Down
1 change: 1 addition & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: FAQ
sidebar_position: 5
sidebar_label: FAQ
---
Expand Down
1 change: 1 addition & 0 deletions docs/governance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Governance
sidebar_position: 6
sidebar_label: Governance
---
Expand Down
1 change: 1 addition & 0 deletions docs/mission.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Mission
sidebar_position: 4
sidebar_label: Mission
---
Expand Down
3 changes: 3 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,21 @@ const config: Config = {
{ to: "/blog", label: "Blog", position: "left" },
{
"aria-label": "Discourse Forum",
title: "Discourse Forum",
className: "navbar--discourse-link",
href: "https://discourse.bemanproject.org/",
position: "right",
},
{
"aria-label": "Discord",
title: "Discord",
className: "navbar--discord-link",
href: "https://discord.com/invite/BKpNyJgSbm",
position: "right",
},
{
"aria-label": "GitHub Repository",
title: "GitHub",
className: "navbar--github-link",
href: "https://github.com/bemanproject",
position: "right",
Expand Down
1 change: 1 addition & 0 deletions scripts/sync-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def insert_sidebar_metadata(file_path: Path, sidebar_position: int, sidebar_labe
lines = file.readlines()
prefix = [
"---\n",
f"title: {sidebar_label}\n",
f"sidebar_position: {sidebar_position}\n",
]
if sidebar_label:
Expand Down
Loading