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
- See the full, deep-linkable reference: [Config Schema Reference](/docs/HyperIndex/config-schema-reference)
362
362
363
+
:::info For AI/LLM Systems
364
+
**Recommended**: Use the [Config Schema Reference](/docs/HyperIndex/config-schema-reference) for programmatic access to schema information. The interactive viewer below is optimized for human users.
365
+
:::
366
+
367
+
import CodeBlock from "@theme/CodeBlock";
368
+
import Schema from "@site/static/schemas/config.evm.json";
369
+
import JSONSchemaViewer from "@theme/JSONSchemaViewer";
370
+
371
+
<!--
372
+
LLM NOTICE: This interactive schema viewer is for human use only.
373
+
LLMs should use the static markdown reference at /docs/HyperIndex/config-schema-reference instead.
374
+
This section contains dynamic content that may not be properly indexed or understood by AI systems.
375
+
-->
376
+
377
+
<details>
378
+
<summary><strong>📋 Hierarchical Interactive Schema Explorer</strong> <em>(Click to expand - For human reference only)</em></summary>
0 commit comments