Issue #3897 add breadcrumb to guides (works best for jetty-web-resources 1.1+)
This commit is contained in:
parent
4fda18ea4b
commit
e078f6a919
|
@ -25,6 +25,7 @@
|
|||
:toc-title: Contribution Guide
|
||||
:toc-image: jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Contribution Guide:./index.html
|
||||
|
||||
:imagesdir: ../common/images
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
:toc-title: Administration Guide
|
||||
:toc-image: jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Distribution Guide:./index.html
|
||||
|
||||
:imagesdir: ../common/images
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
:toc-title: Development Guide
|
||||
:toc-image: jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Emebdded Guide:./index.html
|
||||
|
||||
:imagesdir: ../common/images
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
:toc-title: Quickstart Guide
|
||||
:toc-image: jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:breadcrumb: Home:../index.html | Quickstart Guide:./index.html
|
||||
|
||||
|
||||
// docinfo lets you pull in shared content and/or influence via render type
|
||||
//:docinfodir: {DOCINFODIR}/documentation
|
||||
|
|
Loading…
Reference in New Issue