Closed dericksozo closed 2 months ago
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?
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
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 - test@email.com / 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!
(docs): Re-structuring the sidebar for plugins, renaming pages, and also re-writing the contents for the plugins explained page.