Open cDelage opened 4 years ago
Hello, i agree with you for everything you proposed except the separation between user doc & dev doc. Not all team work this way. This might be not clear for new user.
We speak about it today, we concluded several points :
We must respecify the need with the community
for me the ideal structure of doc application would be :
What for
It wil be great to include documentation and learning section to new front Cerberus. Idealy the information tab should contain the sections :
It should be great to include more sections than cerberus-source for simplify user life. I recommend using a single format for all sections to standardize our documentation.
Our proposed solution
Tools
the tools we can use : Asciidoc : markup langage to script all documentation Asciidoctorjs : framework to compile html file from asciidoc file
Steps
First step to implements : We can construct docs folder in project root : -> create tree into "/src/" to store .adoc files -> create tree into "/build/" to store generated html doc files -> create bin folder / compile_documentation.bat to generate documentation build
Second step :
We can display it in the tree of this type :
Finally : It's great to include compile_documentation.bat in project build.
We begin POC locally, give us your opinion in commentary to understand your expectations. @Nouxx if you agree on our proceed method, i can commit the beginning of issues with the docs folder content.