-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improve documentation #37
Comments
Do you want to do this? |
Sure, you can do it @joblo2213. You probably have more experience working with mkdocs than I do. |
Why wouldn't you simply serve the docs/ folder instead of creating an extra repo? |
Separation of concerns 😜 |
Added a prorgess checklist including my further plans for the wiki |
Still wondering if we should add a markdown linter. Stuff that could be usefull: |
Should be fixed! Thanks! |
Currently each sample doc explains how you get on the dashboard, set a password after first start, create a new service instance and how to set a service instance to a bundle, so it can be used by it. It even mentions the monaco bug, which was only present in the very first versions and that has long been fixed. This repetition is not great because things might change and you propably don't want to change it everywhere. The sample docs should imho be centered arround the service and not the sample, because it mostly explains how you can use the service and what config you need to provide. Writing what the sample does with the service and how it is named should be enough. Actually the ChatOverflow docs are a good example of how I would want them again with nodecg-io. Have a guide how to use the dashboard and then a entry for each service that describes what config it needs and where you can get tokens. Instead of a code snipped I would then explain what the sample does and link to it. |
Description
Currently the Wiki is just in this repo and should be moved into a separate repository just like the one of ChatOverflow.
It should also be built by a GitHub Actions and be hosted by GitHub Pages.
Progress
Add clarifications where needed.
The text was updated successfully, but these errors were encountered: