Docs: Plugins Revamp
(docs): Re-structuring the sidebar for plugins, renaming pages, and also re-writing the contents for the plugins explained page.
Hey @PazYanoverr, I'm also taking care of #498 on this PR.
The latest draft for #499 is in this PR, @PazYanoverr. Please let me know if this is alright, or I should open a separate PR going forward.
@dericksozo - A different note that may be relevant here- in https://docs.amplication.com/getting-started/plugins/ when pressing develop your own custom plugins, a weird page which is not part of the documentation is opened.
I appreciate the feedback, @PazYanoverr. I'll look into this one and push a fix.
@PazYanoverr, the latest commit implements your feedback for this PR. PR #508 fixes a few things too so can it be merged first?
- Regarding the broken develop your own custom plugins sidebar link, I fixed it in #508.
- Regarding the plugin list, I updated it in #508 so we can keep it if that's alright with you.
- In terms of fleshing out the authentication guide a bit more, I will update this one again in the next commit with more examples.
I appreciate the feedback, @PazYanoverr. I just implemented it.
@PazYanoverr, I implemented your feedback. I also added a new <Tabs> component to separate out the instructions for Node.js and .NET. We can start using this more throughout the docs. What are your thoughts?
@dericksozo - Reviewed and added two more comments. I liked the <Tabs> component, and, moving forward, we can certainly use it in more places as well. I found one issue with this component- it's not clear where the component "ends", i.e. which parts/section is influenced by the tab changes. Can it be handled easily?
Hey @PazYanoverr, I implemented your feedback. I styled the tabs component a bit and it looks like this. Is that alright?
Next, how can I check for the provided users on the service dashboard?
Thanks @dericksozo. The new component looks great!
@dericksozo -regarding the users-
The seed script of the generated code contains the first user details. The generated README file of the Node.js contains it as well-
.NET example (generated code)-
Node.js example (generated code)-
Generated README file in Node.js-
Generally speaking- we can say that for Node.js a default user of admin/admin is created, and in .NET - [email protected] / P@ssw0rd!
In addition- the above info appears in the plugin settings and the user can set it before generating the code.
Hope it makes sense
The feedback is implemented for this one, @PazYanoverr. I cleaned it up a bit!