@@ -65,25 +65,17 @@ export async function render(data) {
6565 import '/_11ty/layouts/docs.ts';
6666 </script>
6767 </head>
68-
6968 <body nve-text="body trim:none" data-pagefind-meta="section:${ section } ">
7069 <div class="visually-hidden" aria-hidden="true">${ ELEMENTS_PAGES_BASE_URL } /llms.txt is available optimized for AI and LLM tools.</div>
71- <!-- nve-page component, anchors for internal navigation links -->
7270 <nve-page style="anchor-name: --page-anchor;">
73- <!-- renders nve-page-header (logo, top nav buttons, system themes btn...) -->
7471 ${ renderBasePageHeader ( data ) }
75-
76- <!-- Left (aside) sidebar, search functionality, and tree navigation -->
7772 <nve-page-panel slot="left-aside" id="sidenav-panel" style="width: 250px;">
7873 <nve-page-panel-content>
7974 <nvd-search id="docs-search" base-url="${ BASE_URL } "></nvd-search>
8075 ${ renderDocsNav ( data ) }
8176 </nve-page-panel-content>
8277 </nve-page-panel>
83-
8478 <nve-resize-handle slot="left-aside" min="5" max="460" value="250" step="5" orientation="vertical"></nve-resize-handle>
85-
86- <!-- Subheader: component title, summary, and tab navigation (Overview/API/Examples) -->
8779 ${
8880 data . tag
8981 ? `
@@ -112,11 +104,8 @@ export async function render(data) {
112104 `
113105 : ''
114106 }
115-
116- <!-- Main content area -->
117107 <main id="docs-main">
118108 <div id="doc-content" nve-layout="column gap:xl align:horizontal-stretch pad-bottom:xl" style="anchor-name: --doc-content-anchor;">
119- <!-- Component description, default example, and support links (Overview tab only) -->
120109 ${
121110 data . tag && ! ( data . page . url . includes ( 'api' ) || data . page . url . includes ( 'examples' ) )
122111 ? `
@@ -133,19 +122,10 @@ export async function render(data) {
133122 `
134123 : ''
135124 }
136-
137- <!-- Markdown page content -->
138125 ${ data . content }
139-
140- <!-- Component status (Overview tab only) -->
141126 ${ data . tag && ! data . hideStatus && ! ( data . page . url . includes ( 'api' ) || data . page . url . includes ( 'examples' ) ) ? `${ elementStatus ( data . tag ) } ` : '' }
142127 </div>
143128 </main>
144-
145- <!-- An 11ty transform that generates anchor links for the page content -->
146- <!-- ANCHOR-GENERATOR -->
147-
148- <!-- Right sidebar: system settings panel -->
149129 <nve-page-panel closable hidden slot="right-aside" size="sm" id="system-options-panel">
150130 <nve-page-panel-content>
151131 <nvd-system-settings></nvd-system-settings>
0 commit comments