You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What areas are we going to need to focus on so we no longer call our Oqtane.Docs project a WIP?
This is always a WIP, but at this point with all the latest updates things seem fairly complete and just need enhanced for a majority of the documentation needed to work with Oqtane.
What areas are we going to need to focus on so we no longer call our Oqtane.Docs project a WIP?
This is always a WIP, but at this point with all the latest updates things seem fairly complete and just need enhanced for a majority of the documentation needed to work with Oqtane.
Current areas to focus for this WIP issue will be the following areas:
https://docs.oqtane.org/dev/modules/index.html
Creating Modules (WIP): Resources and guidelines for creating custom modules for Oqtane.
Developing Modules (WIP): Resources and guidelines for developing custom modules for Oqtane.
Module Deployment (WIP): Resources and guidelines for deploying custom modules for Oqtane.
Troubleshooting Module Development (WIP): Troubleshooting tips and solutions for common issues encountered with developing modules.
Also finish documenting the database models in the Oqtane.Framework repo:
https://github.com/oqtane/oqtane.framework/tree/dev/Oqtane.Shared/Enums
https://github.com/oqtane/oqtane.framework/tree/dev/Oqtane.Shared/Models
Which can be generated with information from here:
https://docs.oqtane.org/guides/database-management/database-schema.html
Using comments for each class enum/model in order to be displayed here:
https://docs.oqtane.org/api/Oqtane.Models.html
Also the API generator should create a link in the menu here:

The code format for auto generating the documentation in these areas can be enhanced further to allow these to be linked in the menu when generated.
The text was updated successfully, but these errors were encountered: