@@ -557,7 +557,7 @@ flowchart LR
557557
558558For a deep dive into the schema structure, context tracking, and proxy system
559559see
560- [ DECLARATIVE_SCHEMA_OBSERVER_MAP .md] ( ./DECLARATIVE_SCHEMA_OBSERVER_MAP .md ) .
560+ [ declarative-schema-observer-map .md] ( ./declarative-schema-observer-map .md ) .
561561
562562### ` $observe ` flag on schema nodes
563563
@@ -654,7 +654,7 @@ sequenceDiagram
654654| ` hydrationComplete() ` | ` enableHydration(options) ` | Once, after all prerendered elements have completed hydration. |
655655
656656For usage examples see
657- [ DECLARATIVE_RENDERING_LIFECYCLE .md] ( ./DECLARATIVE_RENDERING_LIFECYCLE .md ) .
657+ [ declarative-rendering-lifecycle .md] ( ./declarative-rendering-lifecycle .md ) .
658658
659659---
660660
@@ -720,7 +720,7 @@ With `declarativeTemplate()`, connection gating happens before platform registra
720720```
721721
722722For detailed examples see
723- [ DECLARATIVE_RENDERING .md] ( ./DECLARATIVE_RENDERING .md ) .
723+ [ declarative-rendering .md] ( ./declarative-rendering .md ) .
724724
725725---
726726
@@ -797,10 +797,10 @@ for an example of a complex multi-feature fixture.
797797
798798| Document | Topic |
799799| ---| ---|
800- | [ DECLARATIVE_HTML .md] ( ./DECLARATIVE_HTML .md ) | Installation, syntax reference, lifecycle callbacks, usage examples |
801- | [ DECLARATIVE_RENDERING .md] ( ./DECLARATIVE_RENDERING .md ) | Hydratable HTML format: comment markers, dataset attributes, directive markers |
802- | [ DECLARATIVE_RENDERING_LIFECYCLE .md] ( ./DECLARATIVE_RENDERING_LIFECYCLE .md ) | Phase-by-phase rendering lifecycle, callback ordering, performance notes |
803- | [ DECLARATIVE_SCHEMA_OBSERVER_MAP .md] ( ./DECLARATIVE_SCHEMA_OBSERVER_MAP .md ) | Deep dive into Schema JSON structure, ObserverMap proxy system, debugging |
800+ | [ declarative-html .md] ( ./declarative-html .md ) | Installation, syntax reference, lifecycle callbacks, usage examples |
801+ | [ declarative-rendering .md] ( ./declarative-rendering .md ) | Hydratable HTML format: comment markers, dataset attributes, directive markers |
802+ | [ declarative-rendering-lifecycle .md] ( ./declarative-rendering-lifecycle .md ) | Phase-by-phase rendering lifecycle, callback ordering, performance notes |
803+ | [ declarative-schema-observer-map .md] ( ./declarative-schema-observer-map .md ) | Deep dive into Schema JSON structure, ObserverMap proxy system, debugging |
804804| [ test/declarative/fixtures/README.md] ( ./test/declarative/fixtures/README.md ) | Quick reference for fixture structure |
805805| [ test/declarative/fixtures/WRITING_FIXTURES.md] ( ./test/declarative/fixtures/WRITING_FIXTURES.md ) | Complete guide to writing new Playwright fixture tests |
806806| [ test/declarative/fixtures/extensions/observer-map-deep-merge/README.md] ( ./test/declarative/fixtures/extensions/observer-map-deep-merge/README.md ) | Complex deep-merge fixture: observable arrays, nested repeats, conditionals |
0 commit comments