Merge pull request #823 from WalkerWatch/docupdates/Cleanup

Doc flow cleanup.
This commit is contained in:
Jesse McConnell 2016-08-10 09:58:39 -05:00 committed by GitHub
commit 1bff5c0d6a
14 changed files with 7 additions and 6 deletions

View File

@ -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[]

View File

@ -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[]

View File

@ -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[]