Merge pull request #823 from WalkerWatch/docupdates/Cleanup
Doc flow cleanup.
|
@ -20,11 +20,10 @@
|
|||
include::embedding/chapter.adoc[]
|
||||
include::clients/http/chapter.adoc[]
|
||||
include::maven/chapter.adoc[]
|
||||
include::ant/chapter.adoc[]
|
||||
include::handlers/chapter.adoc[]
|
||||
include::debugging/chapter.adoc[]
|
||||
include::websockets/intro/chapter.adoc[]
|
||||
include::websockets/jetty/chapter.adoc[]
|
||||
//include::websockets/java/chapter.adoc[]
|
||||
include::continuations/chapter.adoc[]
|
||||
include::frameworks/chapter.adoc[]
|
||||
include::ant/chapter.adoc[]
|
||||
|
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 269 KiB |
Before Width: | Height: | Size: 433 KiB After Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 275 KiB |
Before Width: | Height: | Size: 542 KiB After Width: | Height: | Size: 542 KiB |
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 396 KiB |
|
@ -15,7 +15,7 @@
|
|||
// ========================================================================
|
||||
|
||||
[[reference-section]]
|
||||
== Reference Section
|
||||
== Jetty XML Reference
|
||||
|
||||
include::jetty-xml-syntax.adoc[]
|
||||
include::jetty-xml-usage.adoc[]
|
||||
|
@ -23,4 +23,4 @@ include::jetty-xml-config.adoc[]
|
|||
include::jetty-web-xml-config.adoc[]
|
||||
include::jetty-env-xml.adoc[]
|
||||
include::webdefault-xml.adoc[]
|
||||
include::override-web-xml.adoc[]
|
||||
include::override-web-xml.adoc[]
|
||||
|
|
|
@ -13,12 +13,14 @@
|
|||
//
|
||||
// You may elect to redistribute this code under either of these licenses.
|
||||
// ========================================================================
|
||||
// #TODO Remove chapter in Jetty 10
|
||||
[[jetty-ref-guide]]
|
||||
|
||||
= Jetty Reference Guide
|
||||
|
||||
include::platforms/chapter.adoc[]
|
||||
include::architecture/chapter.adoc[]
|
||||
include::contributing/chapter.adoc[]
|
||||
include::platforms/chapter.adoc[]
|
||||
include::jetty-xml/chapter.adoc[]
|
||||
include::troubleshooting/chapter.adoc[]
|
||||
include::debugging/chapter.adoc[]
|
||||
include::contributing/chapter.adoc[]
|
||||
|
|