mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
docs: Add Learn section to sidebar navigation
- Add "Learn" section between Tutorials and Core Concepts - Autogenerate sidebar items from /learn directory - Includes 22 important documentation files: bindings, events, windows, menus, dialogs, etc. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0002324776
commit
548c98a37f
1 changed files with 8 additions and 1 deletions
|
|
@ -92,7 +92,14 @@ export default defineConfig({
|
|||
autogenerate: { directory: "tutorials" },
|
||||
},
|
||||
|
||||
// Learn - Discrete features (Netflix: Layered approach for different skill levels)
|
||||
// Learn - Discrete features
|
||||
{
|
||||
label: "Learn",
|
||||
collapsed: true,
|
||||
autogenerate: { directory: "learn" },
|
||||
},
|
||||
|
||||
// Core Concepts
|
||||
{
|
||||
label: "Core Concepts",
|
||||
collapsed: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue