1 Commits

Author SHA1 Message Date
Jacob Nguyen
61e566eb6d fix links oops 2023-07-29 17:19:19 -05:00

View File

@@ -15,9 +15,9 @@ Welcome to our official guide. This guide will go through all the core features
* How to use sern with the [CLI](walkthrough/cli.md)
* [Your first command](walkthrough/first-command.md)
* [The Context class](walkthrough/first-command.md#context-class)
* [Autocomplete](walkthrough/autocomplete)
* [Services](walkthrough/services)
* [dependency injection](walkthrough/dependency-injection)
* [Autocomplete](walkthrough/autocomplete.md)
* [Services](walkthrough/services.md)
* [dependency injection](walkthrough/dependency-injection.md)
### Working with plugins
* [Plugins](walkthrough/plugins.md)
- [Init Plugins](walkthrough/plugins.md#command-plugins)