Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic changes #43

Merged
merged 1 commit into from
Oct 24, 2024
Merged
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
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
@@ -1,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";

Check failure on line 8 in pages/support.en.mdx

View workflow job for this annotation

GitHub Actions / Run vale / runner / vale

[vale] reported by reviewdog 🐶 [madara-docs.Consistency] Consider using 'GitHub' instead of 'Github' Raw Output: {"message": "[madara-docs.Consistency] Consider using 'GitHub' instead of 'Github'", "location": {"path": "pages/support.en.mdx", "range": {"start": {"line": 8, "column": 21}}}, "severity": "ERROR"}

# 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.
Loading