Hi, We are building a small app and would like to add the documentation to it.
I like odoo does its documentation, is this a module we could use? How would we duplicate the same structure? ( \https://www.odoo.com/documentation/user/11.0/ ).
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, We are building a small app and would like to add the documentation to it.
I like odoo does its documentation, is this a module we could use? How would we duplicate the same structure? ( \https://www.odoo.com/documentation/user/11.0/ ).
Hi Robert,
You can create very similar documentation but it is not an app within or Odoo or some default Odoo app you can install. All the documentation at Odoo is built in a separate repository on Github at https://github.com/odoo/documentation-user
Every documentation page is actually an rst file which is converted into an HTML file with the Python library sphinx. You can find the technical explanation about how it works at https://github.com/odoo/documentation-user/blob/12.0/README.rst
If you create a own repository (or just a folder on your system) and build out the pages the same you can also build them with Sphinx and have your own documentation.
Regards,
Yenthe
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
For those who are searching the solution for similar requirements: have a look at https://apps.odoo.com/apps/modules/13.0/documentation_builder/