diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index e9ed5d7a8f7..13f1b32bf87 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -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, @@ -170,7 +170,7 @@ const config = { type: "doc", docId: "manual/welcome", position: "left", - label: "User Manual", + label: "User manual", }, { type: "doc", diff --git a/docs/website/root/manual/getting-started/README.mdx b/docs/website/root/manual/getting-started/README.mdx index eb48056dcc5..038c7186dd3 100644 --- a/docs/website/root/manual/getting-started/README.mdx +++ b/docs/website/root/manual/getting-started/README.mdx @@ -1,5 +1,5 @@ --- -title: Get Started +title: Get started --- import DocCardList from "@theme/DocCardList"; diff --git a/docs/website/root/manual/getting-started/_category_.json b/docs/website/root/manual/getting-started/_category_.json index 17391de84bd..a10e738de15 100644 --- a/docs/website/root/manual/getting-started/_category_.json +++ b/docs/website/root/manual/getting-started/_category_.json @@ -1,5 +1,5 @@ { - "label": "Get Started", + "label": "Get started", "collapsible": true, "collapsed": false, "position": 2 diff --git a/docs/website/root/mithril/mithril-protocol/_category_.json b/docs/website/root/mithril/mithril-protocol/_category_.json index c27873bdb13..6f6217665d0 100644 --- a/docs/website/root/mithril/mithril-protocol/_category_.json +++ b/docs/website/root/mithril/mithril-protocol/_category_.json @@ -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" } } diff --git a/docs/website/root/mithril/mithril-protocol/certificates.md b/docs/website/root/mithril/mithril-protocol/certificates.md index 9b4c956e3fa..efcb0c6eaaf 100644 --- a/docs/website/root/mithril/mithril-protocol/certificates.md +++ b/docs/website/root/mithril/mithril-protocol/certificates.md @@ -1,6 +1,6 @@ --- sidebar_position: 2 -sidebar_label: Certificate Chain in depth +sidebar_label: Certificate chain in depth --- # Mithril certificate chain in depth diff --git a/docs/website/root/mithril/threat-model.md b/docs/website/root/mithril/threat-model.md index 9d0c0c6fe62..ad2af874b75 100644 --- a/docs/website/root/mithril/threat-model.md +++ b/docs/website/root/mithril/threat-model.md @@ -1,9 +1,9 @@ --- sidebar_position: 3 -sidebar_label: Mithril Threat Model +sidebar_label: Mithril threat model --- -# Mithril Threat Model +# Mithril threat model :::danger diff --git a/docs/website/src/components/HomepageFeatures/index.js b/docs/website/src/components/HomepageFeatures/index.js index 9c228be0f0e..a8f3b681e74 100644 --- a/docs/website/src/components/HomepageFeatures/index.js +++ b/docs/website/src/components/HomepageFeatures/index.js @@ -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: ( <> @@ -15,7 +15,7 @@ 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. @@ -23,7 +23,7 @@ const FeatureList = [ 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. diff --git a/docs/website/versioned_docs/version-maintained/manual/getting-started/README.mdx b/docs/website/versioned_docs/version-maintained/manual/getting-started/README.mdx index eb48056dcc5..038c7186dd3 100644 --- a/docs/website/versioned_docs/version-maintained/manual/getting-started/README.mdx +++ b/docs/website/versioned_docs/version-maintained/manual/getting-started/README.mdx @@ -1,5 +1,5 @@ --- -title: Get Started +title: Get started --- import DocCardList from "@theme/DocCardList"; diff --git a/docs/website/versioned_docs/version-maintained/manual/getting-started/_category_.json b/docs/website/versioned_docs/version-maintained/manual/getting-started/_category_.json index 17391de84bd..a10e738de15 100644 --- a/docs/website/versioned_docs/version-maintained/manual/getting-started/_category_.json +++ b/docs/website/versioned_docs/version-maintained/manual/getting-started/_category_.json @@ -1,5 +1,5 @@ { - "label": "Get Started", + "label": "Get started", "collapsible": true, "collapsed": false, "position": 2 diff --git a/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/_category_.json b/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/_category_.json index c27873bdb13..6f6217665d0 100644 --- a/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/_category_.json +++ b/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/_category_.json @@ -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" } } diff --git a/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/certificates.md b/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/certificates.md index 9b4c956e3fa..efcb0c6eaaf 100644 --- a/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/certificates.md +++ b/docs/website/versioned_docs/version-maintained/mithril/mithril-protocol/certificates.md @@ -1,6 +1,6 @@ --- sidebar_position: 2 -sidebar_label: Certificate Chain in depth +sidebar_label: Certificate chain in depth --- # Mithril certificate chain in depth diff --git a/docs/website/versioned_docs/version-maintained/mithril/threat-model.md b/docs/website/versioned_docs/version-maintained/mithril/threat-model.md index 9d0c0c6fe62..ad2af874b75 100644 --- a/docs/website/versioned_docs/version-maintained/mithril/threat-model.md +++ b/docs/website/versioned_docs/version-maintained/mithril/threat-model.md @@ -1,9 +1,9 @@ --- sidebar_position: 3 -sidebar_label: Mithril Threat Model +sidebar_label: Mithril threat model --- -# Mithril Threat Model +# Mithril threat model :::danger