diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 718bf20..6264711 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -36,6 +36,8 @@ nav: - roadmap.md - User Guide: - Quickstart: quickstart.md + - Notifications: notification_system.md + - Fenn Pull: pull_command.md - Contributions: - Contributing: contributing.md - Features: diff --git a/docs/todo/notification_system.md b/docs/src/notification_system.md similarity index 100% rename from docs/todo/notification_system.md rename to docs/src/notification_system.md diff --git a/docs/todo/pull_command.md b/docs/src/pull_command.md similarity index 100% rename from docs/todo/pull_command.md rename to docs/src/pull_command.md