Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/website/blog/2026-01-06-dmq-testing-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [DMQ, decentralization, testing program]

### DMQ testing program with SPOs

:::info Update 2026/04/28
:::info[Update 2026/04/28]

With the release of the [`2617.0`](https://github.com/input-output-hk/mithril/releases/tag/2617.0) distribution, the DMQ node has been upgraded to version `0.4.2.0` on the `pre-release-preview` network. The testing program with SPOs is extended to keep gathering feedback before the stable release on `release-preprod` and `release-mainnet` networks.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [DMQ, decentralization, testing program, aggregator, follower]

### Multiple aggregators testing program

:::info Update 2026/04/28
:::info[Update 2026/04/28]

With the release of the [`2617.0`](https://github.com/input-output-hk/mithril/releases/tag/2617.0) distribution, the testing program for running multiple aggregators is extended on the `pre-release-preview` network to keep gathering feedback before the stable release on `release-preprod` and `release-mainnet` networks.

Expand Down
32 changes: 17 additions & 15 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,26 @@ const config = {
url: "https://mithril.network",
baseUrl: "/doc/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
markdown: {
mermaid: true,
hooks: {
onBrokenMarkdownLinks: "warn",
},
},
Comment on lines 17 to +23
favicon: "img/mithril-logo.svg",
organizationName: "Input Output Global",
projectName: "Mithril",

future: {
v4: {
removeLegacyPostBuildHeadAttribute: true,
useCssCascadeLayers: true,
siteStorageNamespacing: true,
fasterByDefault: false,
mdx1CompatDisabledByDefault: true,
},
},

scripts: [
{
src: "https://plausible.io/js/script.js",
Expand Down Expand Up @@ -93,17 +108,7 @@ const config = {
],

plugins: [
async function myPlugin(context, options) {
return {
name: "docusaurus-tailwindcss",
configurePostCss(postcssOptions) {
// Appends TailwindCSS and AutoPrefixer.
postcssOptions.plugins.push(require("tailwindcss"));
postcssOptions.plugins.push(require("autoprefixer"));
return postcssOptions;
},
};
},
"./src/plugins/plugin-tailwind.ts",
[
"@docusaurus/plugin-content-blog",
{
Expand Down Expand Up @@ -370,9 +375,6 @@ const config = {
theme: { light: "base", dark: "base" },
},
}),
markdown: {
mermaid: true,
},
themes: ["@docusaurus/theme-mermaid"],
stylesheets: [
{
Expand Down
4 changes: 2 additions & 2 deletions docs/website/homepage-content/why-mithril.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export const WhyMithrilContents = {
id: "homepage.whyMithril.paragraphs",
message: (
<div className="flex flex-col gap-6">
<p>
<p className="m-0 leading-normal">
The Cardano blockchain offers robust security, but starting up a new
node, syncing it with the network, or exchanging data can be slow and
resource intensive (24GB of RAM, 150GB (and growing) of storage, and
over 24 hours for initial synchronization.)
</p>
<p>
<p className="m-0 leading-normal">
Mithril was developed for Cardano as part of the Basho development
phase to support optimization, scalability, and interoperability.
</p>
Expand Down
Loading