docs: fix index.html comment to reference components/ after the reorg

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-30 07:43:58 +01:00
parent 2b3a3429d7
commit 474c518df1

View File

@ -111,9 +111,9 @@
<script src="/core/kernel/feature-registry.js"></script> <script src="/core/kernel/feature-registry.js"></script>
<script src="/core/kernel/services.js"></script> <script src="/core/kernel/services.js"></script>
<script src="/core/kernel/lifecycle.js"></script> <script src="/core/kernel/lifecycle.js"></script>
<!-- Feature modules are NOT listed here: the kernel loads each feature's <!-- Component (page) modules are NOT listed here: the kernel loads each one's
self-registering index.js from the manifest (features/manifest.dev.json) self-registering index.js from the manifest (components/manifest.dev.json)
before routing. Adding a page = drop a features/<id>/ folder + a manifest before routing. Adding a page = drop a components/<id>/ folder + a manifest
entry, no index.html edit. Heavy controllers stay lazy (loaded by mount). --> entry, no index.html edit. Heavy controllers stay lazy (loaded by mount). -->
<!-- <!--
Page-specific controllers are loaded on demand by spa.js / config-manager.js Page-specific controllers are loaded on demand by spa.js / config-manager.js