Skip to content

Commit 83dbafb

Browse files
committed
fix : fixing issues on structure
1 parent b93b1b9 commit 83dbafb

54 files changed

Lines changed: 681 additions & 195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
- name: Install dependencies
2121
run: npm install
22-
working-directory: ./contributor-beginner # Change to your subfolder
22+
working-directory: ./website # Change to your subfolder
2323

2424
- name: Build Docusaurus
2525
run: npm run build
26-
working-directory: ./contributor-beginner # Change to your subfolder
26+
working-directory: ./website # Change to your subfolder
2727

2828
- name: Deploy to GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: ./contributor-beginner/build # Path to the build folder
32+
publish_dir: ./website/build # Path to the build folder

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Docusaurus site to Pages
33
on:
44
push:
55
branches: ["main"]
6-
paths: ["contributor-beginner/**"]
6+
paths: ["website/**"]
77

88
workflow_dispatch:
99

@@ -31,16 +31,16 @@ jobs:
3131
node-version: '20' # Or your preferred Node.js version
3232
- name: Install dependencies
3333
run: npm install
34-
working-directory: ./contributor-beginner
34+
working-directory: ./website
3535
- name: Build Docusaurus
3636
run: npm run build
37-
working-directory: ./contributor-beginner
37+
working-directory: ./website
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
43-
path: ./contributor-beginner/build
43+
path: ./website/build
4444
- name: Deploy to GitHub Pages
4545
id: deployment
4646
uses: actions/deploy-pages@v4

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to the Intersect MBO Developer Experience Working Group
22

3-
## 🎯 Our Mission
3+
## Our Mission
44
We are a community of `Developer Advocates` from `IntersectMBO` focused on enhancing the developer experience within the Cardano ecosystem. Our goal is to identify, address, and improve key aspects of the development process to make building on Cardano more accessible, efficient, and rewarding.
55

66
We believe in transparency and sharing our personal experiences. These interviews offer a glimpse into our backgrounds, motivations, and commitment to improving developer experience in the Cardano ecosystem.
@@ -25,7 +25,7 @@ We believe in transparency and sharing our personal experiences. These interview
2525
- **LinkedIn** : [Udai's LinkedIn](https://www.linkedin.com/in/solanki/)
2626
- **Discord** : thecoder0001
2727

28-
## 🚀 What We Do
28+
## What We Do
2929

3030
- Identify and prioritize developer experience issues in the Cardano ecosystem.
3131
- Propose and implement solutions to improve tooling, documentation, and workflows.
@@ -37,14 +37,14 @@ We believe in transparency and sharing our personal experiences. These interview
3737
- Address pain points and obstacles that hinder newcomer involvement and growth.
3838
- Build trust and break down silos within the developer community.
3939

40-
## 🔍 Key Focus Areas
40+
## Key Focus Areas
4141
- **Onboarding and Documentation**
4242
- **Tooling and Development Workflows**
4343
- **Collaboration with other developers in the ecosystem**
4444
- **Collecting feedback from developers**
4545
- **Community Support and Knowledge Sharing**
4646

47-
## 🤝 How to Get Involved
47+
## How to Get Involved
4848
- **Meetings**: [tobediscussed]
4949
- Meet with **Alex**: [[Alex Calendar](https://cal.com/alexeusgr)]
5050
- Meet with **Bernard**: [Bernard Calendar]
@@ -55,7 +55,7 @@ We believe in transparency and sharing our personal experiences. These interview
5555
- **Discord**: [Dev-Ex WG](https://discord.com/channels/1136727663583698984/1250047836339306526)
5656
- **Share Feedback**: Share your feedback on our discord and help us improve the ecosystem.
5757

58-
## 📁Repository Structure
58+
## Repository Structure
5959

6060
```
6161
developer-experience/
@@ -79,13 +79,13 @@ developer-experience/
7979
└── core-maintainer/
8080
```
8181

82-
## 📞 Contact & Communication
82+
## Contact & Communication
8383

8484
- **GitHub Discussions**: [Developer-Experience Working Group Repository](https://github.com/IntersectMBO/developer-experience/discussions)
8585
- **Discord Channel**: [OSC- Working Groups](https://discord.com/channels/1136727663583698984/1239886460266479696)
8686
- **Email**: [Open Source Office](oso@intersectmbo.org)
8787

88-
## 🌟 Contributing Guidelines
88+
## Contributing Guidelines
8989
- Please checkout our [Contributing Documentation](./CONTRIBUTING.md).
9090
- Read our Code of Conduct.
9191
- Check existing issues before creating new ones.

contributor-beginner/docs/Guides/Beginner/README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

contributor-beginner/docs/Guides/Intermediate/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Thank you for your interest in contributing to the Cardano Developer Experience
4242
1. **Fork and Clone**
4343
```bash
4444
git clone https://github.com/YOUR_USERNAME/developer-experience.git
45-
cd developer-experience/contributor-beginner
45+
cd developer-experience/website
4646
```
4747

4848
2. **Install Dependencies**
@@ -195,7 +195,7 @@ Brief description of changes made.
195195
## Getting Help
196196

197197
### Questions and Support
198-
- **Discord**: Join the [Intersect Discord](https://discord.com/invite/RJWdVsMkvR) #developer-experience channel
198+
- **Discord**: First become a member at [Intersect](https://www.intersectmbo.org/) and register at [members.intersectmbo.org](https://members.intersectmbo.org/registration) to get voting rights, participate in governance decisions, and access our Discord community's #developer-experience channel. See our [Intersect Membership Guide](docs/intersect-membership-guide.md) for all benefits
199199
- **Issues**: Create an issue for bug reports or feature requests
200200
- **Discussions**: Use GitHub Discussions for questions and ideas
201201

@@ -219,4 +219,4 @@ By contributing to this project, you agree that your contributions will be licen
219219

220220
Thank you for helping make Cardano more accessible to developers worldwide! 🚀
221221

222-
*For questions about contributing, reach out in the [Intersect Discord](https://discord.com/invite/RJWdVsMkvR) #developer-experience channel.*
222+
*For questions about contributing, first become a member at [Intersect](https://www.intersectmbo.org/) and register at [members.intersectmbo.org](https://members.intersectmbo.org/registration) to get voting rights and access to our Discord community's #developer-experience channel. See our [Intersect Membership Guide](docs/intersect-membership-guide.md) for all membership benefits.*
File renamed without changes.

0 commit comments

Comments
 (0)