Skip to content

Commit 128750e

Browse files
committed
Fix broken Examples link and reorganize docs site navigation
Point Examples link to docfx/_site/EXAMPLES.html instead of non-existent EXAMPLES.html. Add Dialogs, Configuration, and Status System links. Reorganize into core docs and advanced docs rows.
1 parent 017d04f commit 128750e

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1>SharpConsoleUI</h1>
220220

221221
<div class="quick-links">
222222
<a href="docfx/_site/BUILDERS.html" class="btn btn-primary">Get Started</a>
223-
<a href="EXAMPLES.html" class="btn btn-primary">Examples</a>
223+
<a href="docfx/_site/EXAMPLES.html" class="btn btn-primary">Examples</a>
224224
<a href="docfx/_site/api/SharpConsoleUI.html" class="btn btn-secondary">API Reference</a>
225225
<a href="https://github.com/nickprotop/ConsoleEx" class="btn btn-secondary">GitHub</a>
226226
</div>
@@ -291,13 +291,18 @@ <h2>Quick Start</h2>
291291
</section>
292292

293293
<section class="quick-links">
294-
<a href="EXAMPLES.html" class="btn btn-secondary">Examples Gallery</a>
295-
<a href="docfx/_site/CONTROLS.html" class="btn btn-secondary">Controls Documentation</a>
294+
<a href="docfx/_site/CONTROLS.html" class="btn btn-secondary">Controls</a>
295+
<a href="docfx/_site/DIALOGS.html" class="btn btn-secondary">Dialogs</a>
296+
<a href="docfx/_site/THEMES.html" class="btn btn-secondary">Theming</a>
297+
<a href="docfx/_site/CONFIGURATION.html" class="btn btn-secondary">Configuration</a>
296298
<a href="docfx/_site/STATE-SERVICES.html" class="btn btn-secondary">State Services</a>
299+
</section>
300+
301+
<section class="quick-links">
297302
<a href="docfx/_site/COMPOSITOR_EFFECTS.html" class="btn btn-secondary">Compositor Effects</a>
298-
<a href="docfx/_site/THEMES.html" class="btn btn-secondary">Theming Guide</a>
299-
<a href="docfx/_site/PLUGINS.html" class="btn btn-secondary">Plugin Development</a>
303+
<a href="docfx/_site/PLUGINS.html" class="btn btn-secondary">Plugins</a>
300304
<a href="docfx/_site/PORTAL_SYSTEM.html" class="btn btn-secondary">Portal System</a>
305+
<a href="docfx/_site/STATUS_SYSTEM.html" class="btn btn-secondary">Status System</a>
301306
</section>
302307

303308
<footer>

0 commit comments

Comments
 (0)