feat(web): add network subpages and subdomains listing page

- Add /subdomains page listing all 20 PezkuwiChain subdomains
- Add Back to Home button to Subdomains page
- Create NetworkPage reusable component for network details
- Add 7 network subpages: /mainnet, /staging, /testnet, /beta, /alfa, /development, /local
- Update ChainSpecs network cards to navigate to network subpages
- Add i18n translations for chainSpecs section in en.ts
- Add SDK docs with rebranding support (rebrand-rustdoc.cjs)
- Add generate-docs-structure.cjs for automatic docs generation
- Update shared libs: endpoints, polkadot, wallet, xcm-bridge
- Add new token logos: TYR, ZGR, pezkuwi_icon
- Add new pages: Explorer, Docs, Wallet, Api, Faucet, Developers, Grants, Wiki, Forum, Telemetry
This commit is contained in:
2025-12-11 00:33:47 +03:00
parent 2c6c4f5606
commit 11678fe7cd
976 changed files with 60601 additions and 168 deletions
@@ -0,0 +1,67 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Pezkuwi SDK Docs"><title>pezkuwi_sdk_docs - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="pezkuwi_sdk_docs" data-themes="" data-resource-suffix="" data-rustdoc-version="1.91.1 (ed61e7d7e 2025-11-07)" data-channel="1.91.1" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-c3e638e9.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="../crates.js"></script><script defer src="../static.files/main-6dc2a7f3.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="icon" href="https://pezkuwichain.io/favicon.ico"></head><body class="rustdoc mod crate"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Crate pezkuwi_sdk_docs</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../pezkuwi_sdk_docs/index.html">pezkuwi_<wbr>sdk_<wbr>docs</a><span class="version">0.0.1</span></h2></div><div class="sidebar-elems"><ul class="block"><li><a id="all-types" href="all.html">All Items</a></li></ul><section id="rustdoc-toc"><h3><a href="#">Sections</a></h3><ul class="block top-toc"><li><a href="#pezkuwi-sdk-docs" title="Pezkuwi SDK Docs">Pezkuwi SDK Docs</a><ul><li><a href="#getting-started" title="Getting Started">Getting Started</a></li><li><a href="#information-architecture" title="Information Architecture">Information Architecture</a></li></ul></li></ul><h3><a href="#modules">Crate Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><h1>Crate <span>pezkuwi_<wbr>sdk_<wbr>docs</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/pezkuwi_sdk_docs/lib.rs.html#1-50">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><h2 id="pezkuwi-sdk-docs"><a class="doc-anchor" href="#pezkuwi-sdk-docs">§</a>Pezkuwi SDK Docs</h2>
<p>The Pezkuwi SDK Developer Documentation.</p>
<p>This crate is a <em>minimal</em>, <em>always-accurate</em> and low level source of truth about Pezkuwi-SDK.
For more high level docs, please go to <a href="https://docs.pezkuwichain.io">docs.pezkuwi.com</a>.</p>
<h3 id="getting-started"><a class="doc-anchor" href="#getting-started">§</a>Getting Started</h3>
<p>We suggest the following reading sequence:</p>
<ul>
<li>Start by learning about <a href="pezkuwi_sdk/index.html" title="mod pezkuwi_sdk_docs::pezkuwi_sdk"><code>pezkuwi_sdk</code></a>, its structure and context.</li>
<li>Then, head over to the <a href="guides/index.html" title="mod pezkuwi_sdk_docs::guides"><code>guides</code></a>. This modules contains in-depth guides about the most
important user-journeys of the Pezkuwi SDK.
<ul>
<li>Whilst reading the guides, you might find back-links to <a href="reference_docs/index.html" title="mod pezkuwi_sdk_docs::reference_docs"><code>reference_docs</code></a>.</li>
</ul>
</li>
<li><a href="external_resources/index.html" title="mod pezkuwi_sdk_docs::external_resources"><code>external_resources</code></a> for a list of 3rd party guides and tutorials.</li>
<li>Finally, <a href="https://paritytech.github.io">https://paritytech.github.io</a> is the parent website of this crate that contains the
list of further tools related to the Pezkuwi SDK.</li>
</ul>
<h3 id="information-architecture"><a class="doc-anchor" href="#information-architecture">§</a>Information Architecture</h3>
<p>This section paints a picture over the high-level information architecture of this crate.</p>
<pre class="mermaid" style="text-align:center;background: transparent;">
flowchart TD
dot[pezkuwichain.io] --> devhub[pezkuwi_sdk_docs]
devhub --> pezkuwi_sdk
devhub --> reference_docs
devhub --> guides
devhub --> external_resources
pezkuwi_sdk --> substrate
pezkuwi_sdk --> frame
pezkuwi_sdk --> xcm
pezkuwi_sdk --> templates
</pre><script src="https://cdn.jsdelivr.net/npm/mermaid@9.4.3/dist/mermaid.min.js"></script>
<script>
mermaid.initialize({
startOnLoad: false,
theme: 'dark',
flowchart: { useMaxWidth: true, htmlLabels: true },
suppressErrorRendering: true
});
document.addEventListener('DOMContentLoaded', async () => {
const elements = document.querySelectorAll('.mermaid');
for (const el of elements) {
const code = el.textContent;
try {
const { svg } = await mermaid.render('mermaid-' + Math.random().toString(36).substr(2, 9), code);
el.innerHTML = svg;
} catch (e) {
// On error, show as styled code block
el.style.fontFamily = 'monospace';
el.style.whiteSpace = 'pre';
el.style.background = '#1e293b';
el.style.padding = '1rem';
el.style.borderRadius = '8px';
el.style.color = '#94a3b8';
el.style.fontSize = '0.85rem';
el.style.border = '1px solid #334155';
}
}
});
</script></div></details><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><dl class="item-table"><dt><a class="mod" href="external_resources/index.html" title="mod pezkuwi_sdk_docs::external_resources">external_<wbr>resources</a></dt><dd>A list of external resources and learning material about Pezkuwi SDK.</dd><dt><a class="mod" href="guides/index.html" title="mod pezkuwi_sdk_docs::guides">guides</a></dt><dd>In-depth guides about the most common components of the Pezkuwi SDK. They are slightly more
high level and broad than <a href="reference_docs/index.html" title="mod pezkuwi_sdk_docs::reference_docs"><code>reference_docs</code></a>.</dd><dt><a class="mod" href="meta_contributing/index.html" title="mod pezkuwi_sdk_docs::meta_contributing">meta_<wbr>contributing</a></dt><dd>Meta information about this crate, how it is built, what principles dictates its evolution and
how one can contribute to it.</dd><dt><a class="mod" href="pezkuwi_sdk/index.html" title="mod pezkuwi_sdk_docs::pezkuwi_sdk">pezkuwi_<wbr>sdk</a></dt><dd>An introduction to the Pezkuwi SDK. Read this module to learn about the structure of the SDK,
the tools that are provided as a part of it, and to gain a high level understanding of each.</dd><dt><a class="mod" href="reference_docs/index.html" title="mod pezkuwi_sdk_docs::reference_docs">reference_<wbr>docs</a></dt><dd>Reference documents covering in-depth topics across the Pezkuwi SDK. It is suggested to read
these on-demand, while you are going through the <a href="guides/index.html" title="mod pezkuwi_sdk_docs::guides"><code>guides</code></a> or other content.</dd></dl><script type="text/json" id="notable-traits-data">{"&'static [u8]":"<h3>Notable traits for <code>&amp;[<a class=\"primitive\" href=\"https://doc.rust-lang.org/1.91.1/std/primitive.u8.html\">u8</a>]</code></h3><pre><code><div class=\"where\">impl <a class=\"trait\" href=\"https://doc.rust-lang.org/1.91.1/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a> for &amp;[<a class=\"primitive\" href=\"https://doc.rust-lang.org/1.91.1/std/primitive.u8.html\">u8</a>]</div>","Vec<u8>":"<h3>Notable traits for <code><a class=\"struct\" href=\"https://doc.rust-lang.org/1.91.1/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a>&lt;<a class=\"primitive\" href=\"https://doc.rust-lang.org/1.91.1/std/primitive.u8.html\">u8</a>, A&gt;</code></h3><pre><code><div class=\"where\">impl&lt;A&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.91.1/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/1.91.1/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a>&lt;<a class=\"primitive\" href=\"https://doc.rust-lang.org/1.91.1/std/primitive.u8.html\">u8</a>, A&gt;<div class=\"where\">where\n A: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.91.1/core/alloc/trait.Allocator.html\" title=\"trait core::alloc::Allocator\">Allocator</a>,</div></div>"}</script></section></div></main></body></html>