콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5933 화면

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/ ).

아바타
취소

For those who are searching the solution for similar requirements: have a look at https://apps.odoo.com/apps/modules/13.0/documentation_builder/

베스트 답변

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

아바타
취소