29 lines
643 B
Handlebars
29 lines
643 B
Handlebars
////
|
|
THIS IS A COMMENT and doesn't appear in the final doc.
|
|
Edit the section below here to change the title, introduction, etc.
|
|
Just don't edit the bit after the next comment!
|
|
////
|
|
= Comcarde Bridge Architecture
|
|
(c) Comcarde Ltd
|
|
:toc: left
|
|
:toclevels: 3
|
|
:numbered:
|
|
|
|
////
|
|
WARNING: EVERYTHING BELOW HERE IS USED FOR AUTO-GENERATION OF THE FULL DOC.
|
|
Don't touch unless you know what you are doing!
|
|
////
|
|
|
|
:wikidir: wiki
|
|
{{#each options.wikidocs.sources}}
|
|
|
|
include::{wikidir}/{{filenameify slug}}.adoc[leveloffset=+{{level}}]
|
|
|
|
{{/each}}
|
|
|
|
:swaggerdir: swagger_api
|
|
:leveloffset: +1
|
|
include::{swaggerdir}/{{options.api.indexPath}}[]
|
|
:leveloffset: -1
|
|
|