Skip to content

Commit

Permalink
Merge pull request #2119 from input-output-hk/jpraynaud/2076-update-p…
Browse files Browse the repository at this point in the history
…rotocol-insights-dashboard

Docs: update Protocol Insights Dashboard links
  • Loading branch information
jpraynaud authored Nov 18, 2024
2 parents 86abef9 + c21c70a commit a0ca998
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We have shipped stable support for the **Cardano transaction certification** wit

A threshold of at least **70%** of the stake running version `0.2.182` (within **10** days after the distribution `2437` is released) is mandatory in order to activate the certification of the Cardano transactions on the `release-mainnet` network.

The [Mithril Protocol Insights](https://lookerstudio.google.com/u/0/reporting/8b05ea4b-6a43-45ea-aef2-237906ec7a42?s=oi6CR5eZrnQ) dashboard displays the adoption rate of the different signer versions on the `release-mainnet` network.
The [Mithril Protocol Insights](https://lookerstudio.google.com/s/mbL23-8gibI) dashboard displays the adoption rate of the different signer versions on the `release-mainnet` network.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We have shipped stable support for the **Cardano stake distribution certificatio

A threshold of at least **70%** of the stake running version `0.2.182` (within **10** days after the distribution `2442` is released) is mandatory in order to activate the certification of the Cardano stake distribution on the `release-mainnet` network.

The [Mithril Protocol Insights](https://lookerstudio.google.com/u/0/reporting/8b05ea4b-6a43-45ea-aef2-237906ec7a42?s=oi6CR5eZrnQ) dashboard displays the adoption rate of the different signer versions on the `release-mainnet` network.
The [Mithril Protocol Insights](https://lookerstudio.google.com/s/mbL23-8gibI) dashboard displays the adoption rate of the different signer versions on the `release-mainnet` network.

:::

Expand Down
8 changes: 4 additions & 4 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 All @@ -193,7 +193,7 @@ const config = {
label: "Glossary",
position: "right",
},
{ to: "/dev-blog", label: "Dev Blog", position: "right" },
{ to: "/dev-blog", label: "Dev blog", position: "right" },
{ to: "/adr", label: "ADRs", position: "right" },
{
className: "header-github-link",
Expand Down Expand Up @@ -244,7 +244,7 @@ const config = {
},
{
label: "Mithril Protocol Insights",
href: "https://lookerstudio.google.com/s/oi6CR5eZrnQ",
href: "https://lookerstudio.google.com/s/mbL23-8gibI",
},
{
label: "Logbook",
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 a0ca998

Please sign in to comment.