Skip to content

Commit 800fe77

Browse files
authored
Merge pull request #71 from danbaruka/main
fix: update production URL and resolve all build warnings
2 parents 2ef8664 + aecd070 commit 800fe77

File tree

9 files changed

+45
-52
lines changed

9 files changed

+45
-52
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ dist
106106

107107
# Docusaurus cache and generated files
108108
.docusaurus
109+
build/
110+
website/build/
111+
contributor-beginner/
112+
contributor-beginner/build/
109113

110114
# Serverless directories
111115
.serverless/

website/docs/getting-started.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ This repository serves as the comprehensive guide for developers and contributor
1616
**[Complete Intersect Membership Guide →](./intersect-membership-guide.md)**
1717

1818
### 2. **New to Cardano?**
19-
Start with our comprehensive ecosystem overview: [**Directive: Kickoff & Orientation**](./Guides/directive-kickoff.md)
19+
Start with our comprehensive ecosystem overview: [**Directive: Kickoff & Orientation**](./working-group/q1-2025/sessions/01-kickoff-orientation/directive-kickoff.md)
2020

2121
This guide provides a complete map of the Cardano ecosystem, including core repositories, documentation resources, developer tools, and community support channels.
2222

2323
### 3. **Ready to Build?**
24-
Dive into our hands-on [**Beginner Guides**](./Guides/Beginner/) to start building immediately:
24+
Dive into our hands-on [**Beginner Guides**](./how-to-guide/beginner/) to start building immediately:
2525
- Understanding Cardano addresses
2626
- Creating transactions
2727
- Working with native tokens
2828

2929
### 4. **Want to Contribute?**
30-
Join our [**Developer Experience Working Group**](./Working-Group/Q1-2025/) - a quarterly initiative focused on onboarding new developers and improving the overall developer experience.
30+
Join our [**Developer Experience Working Group**](./working-group/q1-2025/) - a quarterly initiative focused on onboarding new developers and improving the overall developer experience.
3131

3232
## What You'll Find Here
3333

@@ -42,21 +42,21 @@ Built by the community, for the community. Join our working groups and help shap
4242

4343
## Repository Structure
4444

45-
### [Guides](./Guides/)
46-
- **[Beginner](./Guides/Beginner/)** - Getting started guides for newcomers
47-
- **[Intermediate](./Guides/Intermediate/)** - Next-level guides for developers with basic knowledge
48-
- **[Advanced](./Guides/Advanced/)** - Deep-dive technical guides for experienced developers
45+
### How-To Guides
46+
- **[Beginner](./how-to-guide/beginner/)** - Getting started guides for newcomers
47+
- **[Intermediate](./how-to-guide/intermediate/)** - Next-level guides for developers with basic knowledge
48+
- **[Advanced](./how-to-guide/advanced/)** - Deep-dive technical guides for experienced developers
4949

50-
### [Tutorials](./Tutorials/)
51-
- **[Hands-On](./Tutorials/Hands-On/)** - Interactive coding tutorials and workshops
50+
### Tutorials
51+
- **Hands-On** - Interactive coding tutorials and workshops
5252

53-
### [Resources](./Resources/)
54-
- **[Repositories](./Resources/Repositories/)** - Essential GitHub repositories and their purposes
55-
- **[Tools](./Resources/Tools/)** - Development tools, APIs, and utilities
56-
- **[Community](./Resources/Community/)** - Community channels, forums, and support resources
53+
### Resources
54+
- **[Repositories](./resources/repositories)** - Essential GitHub repositories and their purposes
55+
- **[Tools](./resources/tools)** - Development tools, APIs, and utilities
56+
- **[Community](./resources/community)** - Community channels, forums, and support resources
5757

58-
### [Working Group](./Working-Group/)
59-
- **[DevEx Working Group](./Working-Group/)** - Developer Experience Working Group materials and session content
58+
### [Working Group](./working-group/)
59+
- **[DevEx Working Group](./working-group/)** - Developer Experience Working Group materials and session content
6060

6161
## Current Focus: Q1 2025
6262

@@ -70,7 +70,7 @@ Our Developer Experience Working Group is running a 12-session program designed
7070
- **Provide live support** through open clinic sessions
7171
- **Foster contribution** to documentation and open source projects
7272

73-
[**Join the Working Group →**](./Working-Group/Q1-2025/)
73+
[**Join the Working Group →**](./working-group/q1-2025/)
7474

7575
## Getting Help
7676

@@ -94,7 +94,7 @@ We welcome contributions to improve the developer experience! Whether you want t
9494
- Share your developer story
9595
- Lead a workshop or session
9696

97-
See our [**Contributing Guidelines**](../CONTRIBUTING.md) to get started.
97+
See our [**Contributing Guidelines**](https://github.com/IntersectMBO/developer-experience/blob/main/CONTRIBUTING.md) to get started.
9898

9999
## Recognition
100100

@@ -118,11 +118,11 @@ By the end of Q1 2025, we aim to:
118118

119119
**Step 1**: [Join Intersect - Get Your Voice in Cardano](./intersect-membership-guide.md)
120120

121-
**Step 2**: [Directive: Kickoff & Orientation](./Guides/directive-kickoff.md)
121+
**Step 2**: [Directive: Kickoff & Orientation](./working-group/q1-2025/sessions/01-kickoff-orientation/directive-kickoff.md)
122122

123-
**Step 3**: [Beginner Guides](./Guides/Beginner/)
123+
**Step 3**: [Beginner Guides](./how-to-guide/beginner/)
124124

125-
**Step 4**: [Join the Developer Experience Working Group](./Working-Group/)
125+
**Step 4**: [Join the Developer Experience Working Group](./working-group/)
126126

127127
---
128128

website/docs/how-to-guide/advanced/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Welcome to the Advanced Guides section! These guides are for experienced develop
3232

3333
Advanced guides assume you have:
3434
- Extensive experience with Cardano development
35-
- Completed multiple [Intermediate Guides](../Intermediate/)
35+
- Completed multiple [Intermediate Guides](../intermediate/)
3636
- Deep understanding of blockchain fundamentals
3737
- Production experience with Cardano applications
3838
- Familiarity with Haskell or other functional programming languages
@@ -50,7 +50,7 @@ At this level, you're ready to:
5050

5151
- **Core Development**: Contribute to [IntersectMBO repositories](https://github.com/IntersectMBO)
5252
- **Research**: Engage with [IOG Research](https://iohk.io/en/research/library/)
53-
- **Community Leadership**: Lead [Working Group sessions](../../Working-Group/)
53+
- **Community Leadership**: Lead [Working Group sessions](../../working-group/)
5454
- **Mentorship**: Help in Discord and Stack Exchange
5555

5656
## Resources for Advanced Developers

website/docs/how-to-guide/beginner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you get stuck while following these guides:
4545

4646
## Contributing
4747

48-
Found an issue or want to improve a guide? See our [Contributing Guidelines](../../../CONTRIBUTING.md) for how to help make these resources better.
48+
Found an issue or want to improve a guide? See our [Contributing Guidelines](https://github.com/IntersectMBO/developer-experience/blob/main/CONTRIBUTING.md) for how to help make these resources better.
4949

5050
---
5151

website/docs/working-group/q1-2025/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ This theme emphasizes that Q1 2025 is about building the fundamental knowledge,
238238
### For New Participants
239239
1. First become a member at [Intersect](https://www.intersectmbo.org/) and register at [members.intersectmbo.org](https://members.intersectmbo.org/registration). After joining, you'll get access to our Discord community
240240
2. Introduce yourself in the Developer Experience channel
241-
3. Review the [Directive: Kickoff & Orientation](../../Guides/directive-kickoff.md) guide
241+
3. Review the [Directive: Kickoff & Orientation](./sessions/01-kickoff-orientation/directive-kickoff.md) guide
242242
4. Attend the weekly working group sessions
243243
5. Follow along with hands-on exercises
244244
6. Contribute to documentation and community resources

website/docs/working-group/q1-2025/sessions/01-kickoff-orientation/directive-kickoff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ _Join working groups through the [Intersect portal](https://intersectmbo.org)_
173173
- [ ] Complete a tutorial from [developers.cardano.org](https://developers.cardano.org)
174174
- [ ] After becoming an Intersect member, join relevant Discord channels and introduce yourself
175175
- [ ] Explore testnet with test ADA from [faucet](https://docs.cardano.org/cardano-testnet/tools/faucet)
176-
- [ ] Read [CONTRIBUTING.md](../../../CONTRIBUTING.md) guidelines
176+
- [ ] Read [CONTRIBUTING.md](https://github.com/IntersectMBO/developer-experience/blob/main/CONTRIBUTING.md) guidelines
177177
- [ ] Make your first contribution (documentation, code, or testing)
178178

179179
### For dApp Developers

website/docs/working-group/readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Our focus for Q1 2025 is creating a clear entry path for newcomers, addressing c
1212

1313
## Current Quarter
1414

15-
### [Q1 2025: Laying the Foundations](./Q1-2025/)
15+
### [Q1 2025: Laying the Foundations](./q1-2025/)
1616
Our current quarterly initiative focused on creating a clear entry path for newcomers to the Cardano ecosystem.
1717

18-
- **[Complete Plan](./Q1-2025/)** - Detailed session plans and logistics
19-
- **[All Sessions](./Q1-2025/sessions/)** - 12 weekly session materials
20-
- **[Resources](./Q1-2025/resources/)** - Troubleshooting guides and essential bookmarks
21-
- **[Media](./Q1-2025/media/)** - Session recordings and explainer videos
18+
- **[Complete Plan](./q1-2025/)** - Detailed session plans and logistics
19+
- **All Sessions** - 12 weekly session materials (see individual session folders)
20+
- **[Resources](./q1-2025/resources/)** - Troubleshooting guides and essential bookmarks
21+
- **Media** - Session recordings and explainer videos (coming soon)
2222

2323
## Future Quarters
2424

@@ -66,4 +66,4 @@ This working group aims to create resources that the community adopts as the go-
6666

6767
---
6868

69-
*For detailed session plans and learning objectives, see the [Q1 2025 Plan](./devex-wg-q1-2025-plan.md)*
69+
*For detailed session plans and learning objectives, see the [Q1 2025 folder](./q1-2025/)*

website/docusaurus.config.ts

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: Config = {
1010
favicon: "img/favicon.ico",
1111

1212
// Set the production url of your site here
13-
url: "https://intersectmbo.github.io",
13+
url: "https://devex.intersectmbo.org",
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: "/developer-experience/",
@@ -21,7 +21,7 @@ const config: Config = {
2121
projectName: "developer-experience", // Usually your repo name.
2222

2323
onBrokenLinks: "throw",
24-
onBrokenMarkdownLinks: "warn",
24+
onBrokenMarkdownLinks: "throw",
2525

2626
// Even if you don't use internationalization, you can use this field to set
2727
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -39,18 +39,7 @@ const config: Config = {
3939
sidebarPath: "./sidebars.ts",
4040
// Please change this to your repo.
4141
},
42-
blog: {
43-
showReadingTime: true,
44-
feedOptions: {
45-
type: ["rss", "atom"],
46-
xslt: true,
47-
},
48-
// Please change this to your repo.
49-
// Useful options to enforce blogging best practices
50-
onInlineTags: "warn",
51-
onInlineAuthors: "warn",
52-
onUntruncatedBlogPosts: "warn",
53-
},
42+
blog: false, // Disabled until blog posts are added
5443
theme: {
5544
customCss: "./src/css/custom.css",
5645
},
@@ -94,7 +83,7 @@ const config: Config = {
9483
items: [
9584
{
9685
label: "Documentation",
97-
to: "/docs/get-started",
86+
to: "/docs/getting-started",
9887
},
9988
],
10089
},
@@ -114,10 +103,10 @@ const config: Config = {
114103
{
115104
title: "More",
116105
items: [
117-
{
118-
label: "Blog",
119-
to: "/blog",
120-
},
106+
// {
107+
// label: "Blog",
108+
// to: "/blog",
109+
// },
121110
{
122111
label: "GitHub",
123112
href: "https://github.com/IntersectMBO/developer-experience",

website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)