@@ -19,35 +19,38 @@ US (global) English is used throughout.
1919
2020## Kroxylicious guide
2121
22- The Kroxylicious documentation is organized into a single ** Kroxylicious** guide.
23- The content for the guide is encapsulated in a main index file:
22+ The Kroxylicious documentation is organized into specific ** Kroxylicious** guides.
2423
25- - [ Index file] ( index.adoc )
24+ The content for the guide to the proxy is encapsulated in a main index file:
25+
26+ - [ kroxylicious-proxy.adoc] ( kroxylicious-proxy/kroxylicious-proxy.adoc )
2627
2728## Documentation folder structure
2829
2930The index file is used to build the documentation.
3031Documentation folders contain the content that's incorporated into the main source files.
3132An assembly is like a sub-section or chapter in a book.
32- A module contain a procedure (` proc- ` ), concepts (` con- ` ), or reference (` ref- ` ) content.
33+ A module contains a procedure (` proc- ` ), concepts (` con- ` ), or reference (` ref- ` ) content.
3334
3435** Documentation folders**
35- | Folder | Description |
36- | -------------- | ------------------------------------------------- |
37- | ` assemblies/ ` | Assemblies (chapters) group related content |
38- | ` modules/ ` | Modules provide content for assemblies |
39- | ` _assets/ ` | Content common to all doc files |
40- | ` shared/attributes.adoc ` | Global book attributes |
36+
37+ | Folder | Description |
38+ | --------------------------| ---------------------------------------------|
39+ | ` assemblies/ ` | Assemblies (chapters) group related content |
40+ | ` modules/ ` | Modules provide content for assemblies |
41+ | ` _assets/ ` | Content common to all doc files |
42+ | ` shared/attributes.adoc ` | Global book attributes |
43+ | ` kroxylicious-proxy/ ` | The Kroxylicious Proxy guide |
4144
4245## Generating the guide
4346
4447To generate the guide in HTML, run the following Maven command:
4548
4649``` shell
47- mvn org.asciidoctor:asciidoctor-maven-plugin:process-asciidoc@convert-to-html
50+ mvn org.asciidoctor:asciidoctor-maven-plugin:process-asciidoc@convert-kroxylicious-proxy- to-html
4851```
4952
50- The HTML is output to ` target/html/index.html ` .
53+ The HTML is output to ` target/kroxylicious-proxy/ html/index.html ` .
5154
5255## Contributing to the documentation
5356
0 commit comments