-
-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[📑 Docs]: import Glee docs under tools folder #2003
Comments
/gfi docs |
what are the docs to import first as to get the workflow started? |
to start pushing Glee or any other docs to website, there is nothing that must be done in the website you need automation in glee, like:
the only thing that is not there in examples, is something that was added later, a config file for |
@derberg can I add this manually? or do I have to use automation/script?
|
the intention is that this edit button, if possible, is done automatically by the integration script, this is why we have it in JSON file. |
Okay. Let me figure it out then... |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
resolved with asyncapi/glee#548 |
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
glee
folder underwebsite/pages/docs/tools/glee
(I'm assuming Glee falls under tools section, please correct me if I'm wrong)reference
folder from here and paste it insideglee
folder.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
The text was updated successfully, but these errors were encountered: