Skip to content

Commit 5b62516

Browse files
committed
basic changes
1 parent 0634009 commit 5b62516

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

pages/_meta.en.json

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373
"support": {
7474
"title": "Support"
7575
},
76-
"credits": {
77-
"title": "Credits"
78-
},
7976
"contact": {
8077
"title": "Contact ↗",
8178
"href": "https://t.me/MadaraStarknet",

pages/credits.en.mdx

-1
This file was deleted.

pages/liscense.en.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Apache License
2-
### Version 2.0, January 2004
3-
http://www.apache.org/licenses/
1+
# Liscence
2+
3+
Madara is under the [Apache Liscence](http://www.apache.org/licenses/) Version 2.0, January 2004
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

pages/support.en.mdx

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Support
3+
lang: en-US
4+
description: Get support for Madara through Discord, Telegram, or GitHub.
5+
---
6+
7+
import { Cards, Card } from "nextra/components";
8+
import { Bot, Send, Github } from "lucide-react";
9+
10+
# Support
11+
12+
For any support or inquiries regarding Madara, feel free to reach out to us via the following channels:
13+
14+
<Cards>
15+
<Card
16+
title="Discord"
17+
href="https://discord.com/invite/4WvQpVjsn4"
18+
icon={<Bot size={24} color="#ff000d" />}
19+
/>
20+
<Card
21+
title="Telegram"
22+
href="https://t.me/MadaraStarknet"
23+
icon={<Send size={24} color="#ff000d" />}
24+
/>
25+
<Card
26+
title="GitHub Issues"
27+
href="https://github.com/madara-alliance/madara/issues"
28+
icon={<Github size={24} color="#ff000d" />}
29+
/>
30+
</Cards>
31+
32+
We are here to help you with any questions or issues related to Madara.

0 commit comments

Comments
 (0)