Remove Quick Start section from main index.html

This commit is contained in:
aitbc
2026-05-19 19:30:22 +02:00
parent 034e3e2386
commit 9804a68437

View File

@@ -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>