Skip to content

Commit

Permalink
added more relevent categories and removed others
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 17, 2024
1 parent ec8b66b commit 1602529
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 31 deletions.
15 changes: 12 additions & 3 deletions pages/_meta.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"display": "hidden"
},

"--- Tutorials": {
"--- TUTORIALS": {
"title": "TUTORIALS",
"type": "separator"
},
Expand All @@ -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 ↗",
Expand Down
25 changes: 0 additions & 25 deletions pages/about/_meta.en.json

This file was deleted.

1 change: 0 additions & 1 deletion pages/about/contribute.en.mdx

This file was deleted.

1 change: 0 additions & 1 deletion pages/about/ecosystem.en.mdx

This file was deleted.

1 change: 0 additions & 1 deletion pages/about/version.en.mdx

This file was deleted.

File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions pages/releases.en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Madara Release Notes
---

import { Steps } from "nextra-theme-docs";

Check warning on line 5 in pages/releases.en.mdx

View workflow job for this annotation

GitHub Actions / Run vale / runner / vale

[vale] reported by reviewdog 🐶 [madara-docs.SentenceLength] Try to keep sentences short ( less than 25 words). Raw Output: {"message": "[madara-docs.SentenceLength] Try to keep sentences short ( less than 25 words).", "location": {"path": "pages/releases.en.mdx", "range": {"start": {"line": 5, "column": 1}}}, "severity": "INFO"}
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 |

Check warning on line 28 in pages/releases.en.mdx

View workflow job for this annotation

GitHub Actions / Run vale / runner / vale

[vale] reported by reviewdog 🐶 [madara-docs.EmDash] Instead of '-' or '--', use '—'. Markdown renders this nicely. Raw Output: {"message": "[madara-docs.EmDash] Instead of '-' or '--', use '\u0026mdash;'. Markdown renders this nicely.", "location": {"path": "pages/releases.en.mdx", "range": {"start": {"line": 28, "column": 28}}}, "severity": "INFO"}

## Madara v0.9.0 (October 24, 2024)

### New Features and Enhancements
File renamed without changes.

0 comments on commit 1602529

Please sign in to comment.