Issue #3897 fix toc image loc
This commit is contained in:
parent
7f86b4bedf
commit
64351f838f
|
@ -147,10 +147,10 @@ images::
|
|||
Images are placed in the `/images*` directory of the guide they should appear in and then referenced with a `image:` tag.
|
||||
|
||||
....
|
||||
image:small_powered_by.gif
|
||||
image:small_powered_by.gif[image,width=340]
|
||||
....
|
||||
|
||||
image:small_powered_by.gif
|
||||
image:small_powered_by.gif[image,width=340]
|
||||
|
||||
version differences::
|
||||
In general differences in functionality within a release should go into nested sections and use titles like 'Prior to: ##' or 'In version: ##'.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Contribution Guide
|
||||
:toc-image: ../common/images/jetty-logo.svg
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Contribution Guide:./index.html
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Distribution Guide
|
||||
:toc-image: ../common/images/jetty-logo.svg
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Distribution Guide:./index.html
|
||||
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Embedded Guide
|
||||
:toc-image: ../common/images/jetty-logo.svg
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Emebdded Guide:./index.html
|
||||
:breadcrumb: Home:../index.html | Embedded Guide:./index.html
|
||||
|
||||
// docinfo lets you pull in shared content and/or influence via render type
|
||||
//:docinfodir: {DOCINFODIR}/documentation
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Quickstart Guide
|
||||
:toc-image: ../common/images/jetty-logo.svg
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Quickstart Guide:./index.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue