diff --git a/pages/_meta.en.json b/pages/_meta.en.json index 20e7cb2..01d3da8 100644 --- a/pages/_meta.en.json +++ b/pages/_meta.en.json @@ -49,7 +49,7 @@ "display": "hidden" }, - "--- Tutorials": { + "--- TUTORIALS": { "title": "TUTORIALS", "type": "separator" }, @@ -67,8 +67,17 @@ "title": "ABOUT", "type": "separator" }, - "about": { - "type": "page" + "releases": { + "title": "Releases Notes" + }, + "liscense": { + "title": "Liscence" + }, + "support": { + "title": "Support" + }, + "credits": { + "title": "Credits" }, "contact": { "title": "Contact ↗", diff --git a/pages/about/_meta.en.json b/pages/about/_meta.en.json deleted file mode 100644 index 840de9d..0000000 --- a/pages/about/_meta.en.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "version": { - "title": "Version", - "display": "hidden" - }, - "license": { - "title": "License" - }, - "contribute": { - "title": "Contribute", - "display": "hidden" - }, - "ecosystem": { - "title": "Ecosystem", - "display": "hidden" - }, - "support": { - "title": "Support", - "display": "hidden" - }, - "credits": { - "title": "Credits", - "display": "hidden" - } -} diff --git a/pages/about/contribute.en.mdx b/pages/about/contribute.en.mdx deleted file mode 100644 index e862618..0000000 --- a/pages/about/contribute.en.mdx +++ /dev/null @@ -1 +0,0 @@ -## contribute page diff --git a/pages/about/ecosystem.en.mdx b/pages/about/ecosystem.en.mdx deleted file mode 100644 index 99ef6fe..0000000 --- a/pages/about/ecosystem.en.mdx +++ /dev/null @@ -1 +0,0 @@ -## ecosystem page diff --git a/pages/about/version.en.mdx b/pages/about/version.en.mdx deleted file mode 100644 index 4aa4573..0000000 --- a/pages/about/version.en.mdx +++ /dev/null @@ -1 +0,0 @@ -## this is about diff --git a/pages/about/credits.en.mdx b/pages/credits.en.mdx similarity index 100% rename from pages/about/credits.en.mdx rename to pages/credits.en.mdx diff --git a/pages/about/license.en.mdx b/pages/liscense.en.mdx similarity index 100% rename from pages/about/license.en.mdx rename to pages/liscense.en.mdx diff --git a/pages/releases.en.mdx b/pages/releases.en.mdx new file mode 100644 index 0000000..fe5e7fd --- /dev/null +++ b/pages/releases.en.mdx @@ -0,0 +1,32 @@ +--- +title: Madara Release Notes +--- + +import { Steps } from "nextra-theme-docs"; +import { Callout } from "nextra-theme-docs"; +import { Cards, Card } from "nextra/components"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; +import { + faLinux, + faApple, + faWindows, +} from "@fortawesome/free-brands-svg-icons"; +import { Tabs, Tab } from "nextra/components"; + +# Madara Release Notes + +The following release notes cover the ongoing version changes to Madara. + +## Madara Environments + +Within Madara's client, there are separate and distinct components that operate independently of each other. + +### Current Versions Supported of Each Components + +| Starknet | Sierra | Cairo | JSON-RPC | Blockifier | +|----------|--------|---------------|----------|------------| +| 0.13.2 | 1.6.0 | 2.0.0 - 2.8.2 | >= 0.7.1 | >=0.8.0 | + +## Madara v0.9.0 (October 24, 2024) + +### New Features and Enhancements diff --git a/pages/about/support.en.mdx b/pages/support.en.mdx similarity index 100% rename from pages/about/support.en.mdx rename to pages/support.en.mdx