Skip to content

Commit

Permalink
docs: apply sentence case to remaining titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Nov 15, 2024
1 parent ac8f135 commit f68ca80
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config = {
blog: {
path: "blog/",
routeBasePath: "dev-blog",
blogTitle: "Dev Blog",
blogTitle: "Dev blog",
blogSidebarTitle: "Dev blog",
sortPosts: "descending",
showReadingTime: true,
Expand Down Expand Up @@ -170,7 +170,7 @@ const config = {
type: "doc",
docId: "manual/welcome",
position: "left",
label: "User Manual",
label: "User manual",
},
{
type: "doc",
Expand Down
2 changes: 1 addition & 1 deletion docs/website/root/manual/getting-started/README.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Get Started
title: Get started
---

import DocCardList from "@theme/DocCardList";
Expand Down
2 changes: 1 addition & 1 deletion docs/website/root/manual/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Get Started",
"label": "Get started",
"collapsible": true,
"collapsed": false,
"position": 2
Expand Down
4 changes: 2 additions & 2 deletions docs/website/root/mithril/mithril-protocol/_category_.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"label": "Mithril Protocol",
"label": "Mithril protocol",
"collapsible": true,
"collapsed": false,
"position": 1,
"link": {
"type": "generated-index",
"title": "Mithril Protocol Topics"
"title": "Mithril protocol Topics"
}
}
2 changes: 1 addition & 1 deletion docs/website/root/mithril/mithril-protocol/certificates.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
sidebar_label: Certificate Chain in depth
sidebar_label: Certificate chain in depth
---

# Mithril certificate chain in depth
Expand Down
4 changes: 2 additions & 2 deletions docs/website/root/mithril/threat-model.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_position: 3
sidebar_label: Mithril Threat Model
sidebar_label: Mithril threat model
---

# Mithril Threat Model
# Mithril threat model

:::danger

Expand Down
6 changes: 3 additions & 3 deletions docs/website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styles from "./styles.module.css";

const FeatureList = [
{
title: "User Manual",
title: "User manual",
Svg: require("@site/static/img/card-get-started.svg").default,
description: (
<>
Expand All @@ -15,15 +15,15 @@ const FeatureList = [
link: "/doc/manual/welcome",
},
{
title: "The Mithril Protocol",
title: "The Mithril protocol",
Svg: require("@site/static/img/card-native-tokens.svg").default,
description: (
<>Discover how the Mithril protocol works and find more about the Mithril multi signature.</>
),
link: "/doc/mithril/mithril-protocol/protocol",
},
{
title: "The Mithril Network",
title: "The Mithril network",
Svg: require("@site/static/img/card-operate-a-stake-pool.svg").default,
description: (
<>Learn about the Mithril network and find more about its nodes and architecture.</>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Get Started
title: Get started
---

import DocCardList from "@theme/DocCardList";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Get Started",
"label": "Get started",
"collapsible": true,
"collapsed": false,
"position": 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"label": "Mithril Protocol",
"label": "Mithril protocol",
"collapsible": true,
"collapsed": false,
"position": 1,
"link": {
"type": "generated-index",
"title": "Mithril Protocol Topics"
"title": "Mithril protocol Topics"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
sidebar_label: Certificate Chain in depth
sidebar_label: Certificate chain in depth
---

# Mithril certificate chain in depth
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_position: 3
sidebar_label: Mithril Threat Model
sidebar_label: Mithril threat model
---

# Mithril Threat Model
# Mithril threat model

:::danger

Expand Down

0 comments on commit f68ca80

Please sign in to comment.