Fixed TOC image rendering and Distro guide content.
This commit is contained in:
parent
84ff558fa8
commit
4fda18ea4b
|
@ -23,9 +23,10 @@
|
||||||
:revdate: {TIMESTAMP}
|
:revdate: {TIMESTAMP}
|
||||||
:toc: left
|
:toc: left
|
||||||
:toc-title: Contribution Guide
|
:toc-title: Contribution Guide
|
||||||
:toc-image: ../common/images/jetty-logo.svg
|
:toc-image: jetty-logo.svg
|
||||||
:toc-image-url: /jetty/index.html
|
:toc-image-url: /jetty/index.html
|
||||||
|
|
||||||
|
:imagesdir: ../common/images
|
||||||
|
|
||||||
// docinfo lets you pull in shared content and/or influence via render type
|
// docinfo lets you pull in shared content and/or influence via render type
|
||||||
//:docinfodir: {DOCINFODIR}/documentation
|
//:docinfodir: {DOCINFODIR}/documentation
|
||||||
|
|
|
@ -24,9 +24,10 @@
|
||||||
:revdate: {TIMESTAMP}
|
:revdate: {TIMESTAMP}
|
||||||
:toc: left
|
:toc: left
|
||||||
:toc-title: Administration Guide
|
:toc-title: Administration Guide
|
||||||
:toc-image: ../common/images/jetty-logo.svg
|
:toc-image: jetty-logo.svg
|
||||||
:toc-image-url: /jetty/index.html
|
:toc-image-url: /jetty/index.html
|
||||||
|
|
||||||
|
:imagesdir: ../common/images
|
||||||
|
|
||||||
// docinfo lets you pull in shared content and/or influence via render type
|
// docinfo lets you pull in shared content and/or influence via render type
|
||||||
//:docinfodir: {DOCINFODIR}/documentation
|
//:docinfodir: {DOCINFODIR}/documentation
|
||||||
|
@ -60,21 +61,20 @@ endif::[]
|
||||||
:sectids!:
|
:sectids!:
|
||||||
|
|
||||||
|
|
||||||
|
include::startup/chapter.adoc[]
|
||||||
include::administration/startup/chapter.adoc[]
|
include::sessions/chapter.adoc[]
|
||||||
include::administration/sessions/chapter.adoc[]
|
include::logging/chapter.adoc[]
|
||||||
include::administration/logging/chapter.adoc[]
|
include::jndi/chapter.adoc[]
|
||||||
include::administration/jndi/chapter.adoc[]
|
include::annotations/chapter.adoc[]
|
||||||
include::administration/annotations/chapter.adoc[]
|
include::jmx/chapter.adoc[]
|
||||||
include::administration/jmx/chapter.adoc[]
|
include::alpn/chapter.adoc[]
|
||||||
include::administration/alpn/chapter.adoc[]
|
include::http2/chapter.adoc[]
|
||||||
include::administration/http2/chapter.adoc[]
|
include::fastcgi/chapter.adoc[]
|
||||||
include::administration/fastcgi/chapter.adoc[]
|
include::extras/chapter.adoc[]
|
||||||
include::administration/extras/chapter.adoc[]
|
include::runner/chapter.adoc[]
|
||||||
include::administration/runner/chapter.adoc[]
|
include::tuning/chapter.adoc[]
|
||||||
include::administration/tuning/chapter.adoc[]
|
include::deploying/chapter.adoc[]
|
||||||
include::configuring/deploying/chapter.adoc[]
|
include::contexts/chapter.adoc[]
|
||||||
include::configuring/contexts/chapter.adoc[]
|
include::connectors/chapter.adoc[]
|
||||||
include::configuring/connectors/chapter.adoc[]
|
include::security/chapter.adoc[]
|
||||||
include::configuring/security/chapter.adoc[]
|
include::jsp/chapter.adoc[]
|
||||||
include::configuring/jsp/chapter.adoc[]
|
|
||||||
|
|
|
@ -24,13 +24,15 @@
|
||||||
:revdate: {TIMESTAMP}
|
:revdate: {TIMESTAMP}
|
||||||
:toc: left
|
:toc: left
|
||||||
:toc-title: Quickstart Guide
|
:toc-title: Quickstart Guide
|
||||||
:toc-image: ../common/images/jetty-logo.svg
|
:toc-image: jetty-logo.svg
|
||||||
:toc-image-url: /jetty/index.html
|
:toc-image-url: /jetty/index.html
|
||||||
|
|
||||||
// docinfo lets you pull in shared content and/or influence via render type
|
// docinfo lets you pull in shared content and/or influence via render type
|
||||||
//:docinfodir: {DOCINFODIR}/documentation
|
//:docinfodir: {DOCINFODIR}/documentation
|
||||||
//:docinfo1:
|
//:docinfo1:
|
||||||
|
|
||||||
|
:imagesdir: ../common/images
|
||||||
|
|
||||||
// html specific directives
|
// html specific directives
|
||||||
ifdef::backend-html5[]
|
ifdef::backend-html5[]
|
||||||
:safe-mode-unsafe:
|
:safe-mode-unsafe:
|
||||||
|
|
Loading…
Reference in New Issue