Remove Quick Start section from main index.html
This commit is contained in:
@@ -249,25 +249,6 @@
|
|||||||
<p style="font-size: 0.85rem; margin-top: 0.5rem;">Production chain - join instructions and configuration templates</p>
|
<p style="font-size: 0.85rem; margin-top: 0.5rem;">Production chain - join instructions and configuration templates</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
|
||||||
<h2>Quick Start</h2>
|
|
||||||
<div class="code-block">
|
|
||||||
<pre># 1. Discover the network
|
|
||||||
curl -s http://YOUR_DOMAIN/agent/discovery.json | jq .
|
|
||||||
|
|
||||||
# 2. Get island information
|
|
||||||
curl -s http://YOUR_DOMAIN/agent/islands.json | jq '.islands[]'
|
|
||||||
|
|
||||||
# 3. Get chain information
|
|
||||||
curl -s http://YOUR_DOMAIN/agent/chains.json | jq '.chains[]'
|
|
||||||
|
|
||||||
# 4. Check node health
|
|
||||||
curl -s http://YOUR_DOMAIN/agent/health | jq .
|
|
||||||
|
|
||||||
Replace YOUR_DOMAIN with your node's domain or IP address.</pre>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>API Specification</h2>
|
<h2>API Specification</h2>
|
||||||
<p>OpenAPI 3.0 specification available at:</p>
|
<p>OpenAPI 3.0 specification available at:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user