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
[V3 Docs] User guides #1734
Comments
I feel like most of the commands in the bot do not need this level of explanation. However, I do think there are certain features in the bot which could be better documented. I think this is overall a good idea, but leave off the installation section since it should be covered by a page explaining how to load cogs, and I think it may make sense to only build this level of detailed documentation for cogs and commands which are not expected to be receiving modifications for a while to prevent it from becoming an extra step all the time (Not to never do it, but to wait on these until closer to release) (for instance, commands in the general cog are unlikely to change much currently, but things like mod and permissions are still getting improvements right now as needed) |
I can remove the installation section and just write a getting started guide, like on V2 |
as someone looking into using red it would be nice to have at least a copy paste of the help messsage somewhere. almost every bot has a command list, and i think the standard cogs for this should too. i dont want to have to install it just to figure out the exact commands it has. this wouldnt be a problem with a hosted public bot, but since this is selfhosted i would have to install just to test. i need to know if its worth it before that. |
Here's the current status of this issue:
Technically the permissions cog has its cog reference that goes over how the permissions work but it is not a command reference |
The Red ReadTheDocs page currently has installation informations and API/coding guides. I think it would be good to also include some user guides, like "getting started" or detailed cog guides, as an alternative to the help command.
I can write these docs, I just need to know what you think about it and what would be the format. I already wrote detailed docs for my repo's cogs and I'm planning to do it the same way for core cogs.
Please take a look at the cog guides section of my ReadTheDocs page and see if it the format is ok for core cogs.
The text was updated successfully, but these errors were encountered: