Closed
Description
What Dev Docs changes are you proposing?
-
To help setup the workflow from Create GitHub Action to Render Docs into AsyncAPI Website Pages glee#481, we need to import the existing docs. Also, we need to add the weights and categorization to match same as the existing docs format.
-
Sample format: tutorials section. We can see that there is the sub-categorization of docs which is present inside the
getting-started
folder and how it relates to its parents. -
Make a separate branch and do your work on that branch only. Don't make changes to the
master
branch. -
Follow this guide before working on this issue.
Tasks
- Create
glee
folder underwebsite/pages/docs/tools/glee
(I'm assuming Glee falls under tools section, please correct me if I'm wrong) - Copy
reference
folder from here and paste it insideglee
folder. - Inside
reference
folder, there are three sub-folders namely,classes
,interfaces
andmodules
. In each file under the three sub-folders, we need to add a parent child relation similar to this.
cc: @alequetzalli @thulieblack
Code of Conduct
- I agree to follow this project's Code of Conduct