You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct broken links and update repository structure
- Fix broken .html links to .md format
- Update repository references from edge-mining to bitsalv
- Correct Discord invite link
- Update README to reflect actual repository structure
- Synchronize documentation between repositories
1.**Create Pull Request** for `edge-mining/docs` (content only)
112
-
2.**Create Pull Request** for `edge-mining/edgemining.energy` (VuePress site)
113
-
3.**Configure secrets** and permissions
114
-
4.**Test deployment workflow**
115
-
5.**Review and finalize content**
120
+
1.**Configure GitHub Secrets** for automatic sync
121
+
2.**Test deployment workflow**
122
+
3.**Review and finalize content**
123
+
4.**Enable GitHub Pages** with custom domain
116
124
117
125
## 📚 Documentation Files
118
126
119
-
-**`docs/docs/`** → All documentation content (this repo)
127
+
-**`docs/`** → All documentation content (this repo)
120
128
-**VuePress configuration** → In edgemining.energy repo
121
129
-**Deployment workflows** → In both repositories
122
130
123
131
---
124
132
125
-
**Note**: This repository contains ONLY the documentation content. The VuePress site and deployment infrastructure are in the `edge-mining/edgemining.energy` repository.
133
+
**Note**: This repository contains ONLY the documentation content. The VuePress site and deployment infrastructure are in the `bitsalv/edgemining.energy` repository.
Copy file name to clipboardExpand all lines: docs/intro.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ Edge Mining is currently in an **alpha stage** of development. Our research-driv
26
26
27
27
To get involved with Edge Mining:
28
28
29
-
1.**Explore the Documentation**: Start with our [About Us](/docs/about-us.html) page
30
-
2.**Understand the Product**: Learn about our [Product Cycle](/docs/product/product-cycle.html)
31
-
3.**Study the Architecture**: Dive into our [Domain-Driven Architecture](/docs/modelling/domain-driven-architecture-overview.html)
32
-
4.**Join the Community**: Connect with us on [Discord](https://discord.gg/edgemining) and [GitHub](https://github.com/edge-mining/docs)
29
+
1.**Explore the Documentation**: Start with our [About Us](./about-us.md) page
30
+
2.**Understand the Product**: Learn about our [Product Cycle](./product/product-cycle.md)
31
+
3.**Study the Architecture**: Dive into our [Domain-Driven Architecture](./modelling/domain-driven-architecture-overview.md)
32
+
4.**Join the Community**: Connect with us on [Discord](https://discord.com/invite/VQa9UY5SsS) and [GitHub](https://github.com/bitsalv/edgemining.energy)
33
33
34
34
## Next Steps
35
35
36
-
-[About Us](/docs/about-us.html) - Learn more about our mission and values
37
-
-[Product Cycle](/docs/product/product-cycle.html) - Understand our development process
38
-
-[Contribution](/docs/contribution.html) - Find out how to contribute
39
-
-[FAQ](/docs/faq.html) - Get answers to common questions
36
+
-[About Us](./about-us.md) - Learn more about our mission and values
37
+
-[Product Cycle](./product/product-cycle.md) - Understand our development process
38
+
-[Contribution](./contribution.md) - Find out how to contribute
39
+
-[FAQ](./faq.md) - Get answers to common questions
0 commit comments