diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -58,6 +58,8 @@ nav: - General Mod List: 'mod-lists/general-mod-list.md' - Development: - Getting started with Mod Development: 'development/getting-started.md' + - Events: 'development/events.md' + - Creating your first command: 'development/commands.md' - Tools: - Website List: 'tools/website-list.md' - Discord Bot List: 'tools/discord-bot-list.md' @@ -65,4 +67,4 @@ nav: - Discord Server List: 'communities/discord-server-list.md' - Discord: 'https://discord.gg/mFhutDvHAe' extra_javascript: - - 'js/open-in-new-tab.js'
\ No newline at end of file + - 'js/open-in-new-tab.js' |