Skip to content

Commit c5b254d

Browse files
Osman Abdoutclaude
authored andcommitted
docs: add Get Started section with repository, discord, whatsapp pages
Add new documentation pages for the Get Started section: - repository.mdx - GitHub repository info and clone instructions - discord.mdx - Discord community link and guidelines - whatsapp.mdx - WhatsApp group info Update meta.json to create Get Started section with order: 1. Get Started 2. Repository 3. Discord 4. WhatsApp 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ccd3218 commit c5b254d

17 files changed

Lines changed: 147 additions & 73 deletions

.claude.zip

-47.1 KB
Binary file not shown.

.source/index.ts

Lines changed: 76 additions & 73 deletions
Large diffs are not rendered by default.

content/docs/(root)/discord.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Discord"
3+
description: "Join our Discord community for discussions and support."
4+
---
5+
6+
## Join Discord
7+
8+
Connect with the community on Discord:
9+
10+
[https://discord.gg/uPa4gGG62c](https://discord.gg/uPa4gGG62c)
11+
12+
## Channels
13+
14+
- **#general** - General discussions
15+
- **#help** - Get help with setup and development
16+
- **#announcements** - Project updates and news
17+
18+
## Guidelines
19+
20+
- Be respectful and helpful
21+
- Search before asking questions
22+
- Share your progress and contributions

content/docs/(root)/meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"pitch",
66
"mvp",
77
"prd",
8+
"---Get Started---",
89
"get-started",
10+
"repository",
11+
"discord",
12+
"whatsapp",
13+
"---",
914
"architecture",
1015
"structure",
1116
"pattern",

content/docs/(root)/repository.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Repository"
3+
description: "Access the source code and contribute to the project."
4+
---
5+
6+
## GitHub Repository
7+
8+
The source code is hosted on GitHub:
9+
10+
[https://github.com/databayt/hogwarts](https://github.com/databayt/hogwarts)
11+
12+
## Clone the Repository
13+
14+
```bash
15+
git clone https://github.com/databayt/hogwarts.git
16+
```
17+
18+
## Fork the Repository
19+
20+
1. Go to [github.com/databayt/hogwarts](https://github.com/databayt/hogwarts)
21+
2. Click the **Fork** button in the top right
22+
3. Clone your fork locally
23+
24+
## Contributing
25+
26+
See the [Contributing Guide](/docs/contributing) for how to submit pull requests.

content/docs/(root)/whatsapp.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "WhatsApp"
3+
description: "Join our WhatsApp group for quick communication."
4+
---
5+
6+
## Join WhatsApp Group
7+
8+
Connect with the team on WhatsApp for quick updates and coordination.
9+
10+
## Environment Variables
11+
12+
The `.env` file content is shared in the WhatsApp group. Request access to get the necessary environment variables for local development.
13+
14+
## Guidelines
15+
16+
- Keep messages relevant to the project
17+
- Use Discord for detailed technical discussions
18+
- Share updates and coordinate with the team
File renamed without changes.
File renamed without changes.

harry-potter-automation-fanfic/Glossary-of-Magical-Automation-Terms.md renamed to harry-potter/Glossary-of-Magical-Automation-Terms.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)