Skip to content

Commit 4513e77

Browse files
authored
Merge pull request #61 from Emmanuel-Tyty/chore/new-structure-and-cleanups
chore: adding new file structure
2 parents 4f82c1b + 3b97446 commit 4513e77

File tree

78 files changed

+3460
-2583
lines changed

Some content is hidden

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

78 files changed

+3460
-2583
lines changed

.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/blog/2019-05-28-first-blog-post.md

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

contributor-beginner/blog/2019-05-29-long-blog-post.md

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

contributor-beginner/blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.
Binary file not shown.

contributor-beginner/blog/2021-08-26-welcome/index.md

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

contributor-beginner/docs/intro.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

contributor-beginner/docs/tutorial-basics/_category_.json

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

0 commit comments

Comments
 (0)