Skip to content

Commit

Permalink
Merge pull request #43 from madara-alliance/feat/prod
Browse files Browse the repository at this point in the history
basic changes
  • Loading branch information
antiyro authored Oct 24, 2024
2 parents 0634009 + 5b62516 commit b76799b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
3 changes: 0 additions & 3 deletions pages/_meta.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
"support": {
"title": "Support"
},
"credits": {
"title": "Credits"
},
"contact": {
"title": "Contact ↗",
"href": "https://t.me/MadaraStarknet",
Expand Down
1 change: 0 additions & 1 deletion pages/credits.en.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions pages/liscense.en.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Apache License
### Version 2.0, January 2004
http://www.apache.org/licenses/
# Liscence

Madara is under the [Apache Liscence](http://www.apache.org/licenses/) Version 2.0, January 2004

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down
32 changes: 32 additions & 0 deletions pages/support.en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Support
lang: en-US
description: Get support for Madara through Discord, Telegram, or GitHub.
---

import { Cards, Card } from "nextra/components";
import { Bot, Send, Github } from "lucide-react";

# Support

For any support or inquiries regarding Madara, feel free to reach out to us via the following channels:

<Cards>
<Card
title="Discord"
href="https://discord.com/invite/4WvQpVjsn4"
icon={<Bot size={24} color="#ff000d" />}
/>
<Card
title="Telegram"
href="https://t.me/MadaraStarknet"
icon={<Send size={24} color="#ff000d" />}
/>
<Card
title="GitHub Issues"
href="https://github.com/madara-alliance/madara/issues"
icon={<Github size={24} color="#ff000d" />}
/>
</Cards>

We are here to help you with any questions or issues related to Madara.

0 comments on commit b76799b

Please sign in to comment.