docs: improvements to create plugin guide (#4285)

* docs: improvements to create plugin guide

* fix link
This commit is contained in:
Shahed Nasser
2023-06-12 10:57:40 +03:00
committed by GitHub
parent 1b748d435c
commit 8228503fa2
15 changed files with 126 additions and 27 deletions
@@ -161,4 +161,4 @@ class MySubscriber {
## See Also
- [Create a Plugin](../plugins/create.md)
- [Create a Plugin](../plugins/create.mdx)
@@ -31,7 +31,7 @@ The service must then be transpiled using the `build` command, which moves them
:::tip
If you're creating a service in a plugin, learn more about the required structure [here](../plugins/create.md#plugin-structure).
If you're creating a service in a plugin, learn more about the required structure [here](../plugins/create.mdx#plugin-structure).
:::