@@ -16,23 +16,23 @@ Welcome to the community-maintained documentation for building plugins for [Unra
1616
1717New to plugin development? Start here:
1818
19- 1 . [ Introduction to Plugins] ( docs/introduction.md ) - What are plugins and how do they work?
20- 2 . [ Your First Plugin] ( docs/getting-started.md ) - Step-by-step tutorial
21- 3 . [ PLG File Reference] ( docs/plg-file.md ) - The plugin installer format
22- 4 . [ Page Files] ( docs/page-files.md ) - Creating web UI pages
19+ 1 . [ Introduction to Plugins] ({% link docs/introduction.md %} ) - What are plugins and how do they work?
20+ 2 . [ Your First Plugin] ({% link docs/getting-started.md %} ) - Step-by-step tutorial
21+ 3 . [ PLG File Reference] ({% link docs/plg-file.md %} ) - The plugin installer format
22+ 4 . [ Page Files] ({% link docs/page-files.md %} ) - Creating web UI pages
2323
2424## Documentation Sections
2525
2626### Core Concepts
27- - [ Introduction] ( docs/introduction.md ) - Plugin system overview
28- - [ File System Layout] ( docs/filesystem.md ) - Where files go and why
29- - [ PLG File Reference] ( docs/plg-file.md ) - Plugin installer XML format
30- - [ Page Files] ( docs/page-files.md ) - Web UI development
31- - [ Event System] ( docs/events.md ) - Responding to system events
27+ - [ Introduction] ({% link docs/introduction.md %} ) - Plugin system overview
28+ - [ File System Layout] ({% link docs/filesystem.md %} ) - Where files go and why
29+ - [ PLG File Reference] ({% link docs/plg-file.md %} ) - Plugin installer XML format
30+ - [ Page Files] ({% link docs/page-files.md %} ) - Web UI development
31+ - [ Event System] ({% link docs/events.md %} ) - Responding to system events
3232
3333### Reference
34- - [ Plugin Command] ( docs/plugin-command.md ) - CLI tool usage
35- - [ Example Plugins] ( docs/examples.md ) - Learn from real plugins
34+ - [ Plugin Command] ({% link docs/plugin-command.md %} ) - CLI tool usage
35+ - [ Example Plugins] ({% link docs/examples.md %} ) - Learn from real plugins
3636
3737## Why This Documentation?
3838
0 commit comments