Observation
In arc42-template-EN-withhelp-asciidoc the individual chapter files contain the help content and arc42-template.adoc acts as an index that includes all the individual chapter files.
In arc42-template-EN-withhelp-gitHubMarkdownMP (MP = multi page) arc42-template.md contains all the chapters with all the help, but the individual chapter files contain no help.
It's the same for arc42-template-EN-withhelp-gitHubMarkdownMP and arc42-template-EN-withhelp-markdownMPStrict
What is missing
- The individual chapter files need to contain the content that is currently generated into
arc42-template.md.
arc42-template.md in turn needs to lose that information
Thoughts
Apparently there is no way for Github-Markdown to include other files (like asciidoc can): https://stackoverflow.com/questions/35080160/github-include-md-files-in-readme-md. I guess arc42-template.md needs to be an empty file then or rather not be there at all.
Observation
In
arc42-template-EN-withhelp-asciidocthe individual chapter files contain the help content andarc42-template.adocacts as an index thatincludes all the individual chapter files.In
arc42-template-EN-withhelp-gitHubMarkdownMP(MP = multi page)arc42-template.mdcontains all the chapters with all the help, but the individual chapter files contain no help.It's the same for
arc42-template-EN-withhelp-gitHubMarkdownMPandarc42-template-EN-withhelp-markdownMPStrictWhat is missing
arc42-template.md.arc42-template.mdin turn needs to lose that informationThoughts
Apparently there is no way for Github-Markdown to include other files (like asciidoc can): https://stackoverflow.com/questions/35080160/github-include-md-files-in-readme-md. I guess
arc42-template.mdneeds to be an empty file then or rather not be there at all.