feat: Rebrand Polkadot/Substrate references to PezkuwiChain
This commit systematically rebrands various references from Parity Technologies' Polkadot/Substrate ecosystem to PezkuwiChain within the kurdistan-sdk. Key changes include: - Updated external repository URLs (zombienet-sdk, parity-db, parity-scale-codec, wasm-instrument) to point to pezkuwichain forks. - Modified internal documentation and code comments to reflect PezkuwiChain naming and structure. - Replaced direct references to with or specific paths within the for XCM, Pezkuwi, and other modules. - Cleaned up deprecated issue and PR references in various and files, particularly in and modules. - Adjusted image and logo URLs in documentation to point to PezkuwiChain assets. - Removed or rephrased comments related to external Polkadot/Substrate PRs and issues. This is a significant step towards fully customizing the SDK for the PezkuwiChain ecosystem.
This commit is contained in:
+11
-11
@@ -15,7 +15,7 @@ Successfully deployed official Pezkuwi SDK documentation website at https://docs
|
||||
https://docs.pezkuwichain.io/
|
||||
├── / # Main page (whitepaper content + navigation)
|
||||
├── /pezkuwi/ # Pezkuwi SDK documentation
|
||||
├── /substrate/ # Substrate framework documentation
|
||||
├── /bizinikiwi/ # Bizinikiwi framework documentation
|
||||
└── /whitepaper/
|
||||
├── whitepaper.html # Full whitepaper HTML
|
||||
├── Whitepaper.pdf # Downloadable PDF
|
||||
@@ -29,7 +29,7 @@ https://docs.pezkuwichain.io/
|
||||
- PezkuwiChain branding
|
||||
- Header with navigation buttons
|
||||
- Embedded whitepaper overview
|
||||
- Quick action buttons (Download Whitepaper, View Pezkuwi SDK, View Substrate)
|
||||
- Quick action buttons (Download Whitepaper, View Pezkuwi SDK, View Bizinikiwi)
|
||||
- Status: ✅ HTTP 200 OK
|
||||
|
||||
2. **Pezkuwi SDK Page (`/pezkuwi/`)**
|
||||
@@ -37,19 +37,19 @@ https://docs.pezkuwichain.io/
|
||||
- Content: Official Pezkuwi SDK documentation
|
||||
- Sections:
|
||||
- Getting Started
|
||||
- Components (Substrate, FRAME, Cumulus, XCM, Pezkuwi)
|
||||
- Components (Bizinikiwi, FRAME, Pezcumulus, XCM, Pezkuwi)
|
||||
- Binaries
|
||||
- Notable Upstream Crates
|
||||
- Trophy Section (Downstream Projects)
|
||||
- Status: ✅ HTTP 200 OK
|
||||
|
||||
3. **Substrate Page (`/substrate/`)**
|
||||
- Source: `/home/mamostehp/Pezkuwi-SDK/docs/sdk/src/pezkuwi_sdk/substrate.rs`
|
||||
- Content: Official Substrate framework documentation
|
||||
3. **Bizinikiwi Page (`/bizinikiwi/`)**
|
||||
- Source: `/home/mamostehp/Pezkuwi-SDK/docs/sdk/src/pezkuwi_sdk/bizinikiwi.rs`
|
||||
- Content: Official Bizinikiwi framework documentation
|
||||
- Sections:
|
||||
- Overview & Philosophy
|
||||
- How to Get Started
|
||||
- Structure (sc-*, sp-*, pallet-*, frame-* crates)
|
||||
- Structure (pezsc-*, pezsp-*, pezpallet-*, frame-* crates)
|
||||
- WASM Build
|
||||
- Anatomy of a Binary Crate
|
||||
- Teyrchain
|
||||
@@ -105,7 +105,7 @@ https://docs.pezkuwichain.io/
|
||||
- **Issue:** docs.pezkuwichain.io returned 500 errors
|
||||
- **Root Cause:** nginx config had escaped `\$uri` instead of `$uri`
|
||||
- **Solution:** Fixed nginx config, deployed content, site now returns HTTP 200 OK
|
||||
- **Deployment:** Main page, Pezkuwi SDK, Substrate, and Whitepaper pages all working
|
||||
- **Deployment:** Main page, Pezkuwi SDK, Bizinikiwi, and Whitepaper pages all working
|
||||
|
||||
## Files Modified
|
||||
|
||||
@@ -123,7 +123,7 @@ curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/
|
||||
curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/pezkuwi/
|
||||
# Output: 200
|
||||
|
||||
curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/substrate/
|
||||
curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/bizinikiwi/
|
||||
# Output: 200
|
||||
|
||||
curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/whitepaper/whitepaper.html
|
||||
@@ -143,7 +143,7 @@ curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/whitepaper/W
|
||||
2. **Additional Pages:**
|
||||
- Consider adding more specialized documentation pages
|
||||
- FRAME runtime development guide
|
||||
- Cumulus teyrchain guide
|
||||
- Pezcumulus teyrchain guide
|
||||
- XCM cross-consensus messaging guide
|
||||
|
||||
3. **SSL Certificate:**
|
||||
@@ -156,4 +156,4 @@ curl -s -o /dev/null -w "%{http_code}" https://docs.pezkuwichain.io/whitepaper/W
|
||||
|
||||
## Conclusion
|
||||
|
||||
The docs.pezkuwichain.io website is now fully operational with professional-quality documentation pages for Pezkuwi SDK, Substrate framework, and the project whitepaper. All link checker errors related to this domain have been resolved.
|
||||
The docs.pezkuwichain.io website is now fully operational with professional-quality documentation pages for Pezkuwi SDK, Bizinikiwi framework, and the project whitepaper. All link checker errors related to this domain have been resolved.
|
||||
|
||||
Reference in New Issue
Block a user