set render styles
This commit is contained in:
parent
0db9210f17
commit
c512f41488
|
@ -23,8 +23,11 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Contribution Guide
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:toc-style:
|
||||
|
||||
:header-style: eclipse-thin
|
||||
:breadcrumb-style: eclipse-thin
|
||||
:footer-style: default
|
||||
:breadcrumb: Home:../index.html | Contribution Guide:./index.html
|
||||
|
||||
// docinfo lets you pull in shared content and/or influence via render type
|
||||
|
@ -43,12 +46,6 @@ endif::[]
|
|||
// options for special blocks, code snippets, screen, etc
|
||||
:sub-order: attributes+
|
||||
|
||||
// suppress document footer generation
|
||||
//:nofooter:
|
||||
|
||||
// suppress Eclipse footer
|
||||
:no-eclipse-footer:
|
||||
|
||||
// uncomment to allow include::https:// style content inclusion
|
||||
//:allow-uri-read: true
|
||||
|
||||
|
|
|
@ -23,8 +23,11 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Distribution Guide
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:toc-style:
|
||||
|
||||
:header-style: eclipse-thin
|
||||
:breadcrumb-style: eclipse-thin
|
||||
:footer-style: default
|
||||
:breadcrumb: Home:../index.html | Distribution Guide:./index.html
|
||||
|
||||
// docinfo lets you pull in shared content and/or influence via render type
|
||||
|
@ -43,12 +46,6 @@ endif::[]
|
|||
// options for special blocks, code snippets, screen, etc
|
||||
:sub-order: attributes+
|
||||
|
||||
// suppress document footer generation
|
||||
//:nofooter:
|
||||
|
||||
// suppress Eclipse footer
|
||||
:no-eclipse-footer:
|
||||
|
||||
// uncomment to allow include::https:// style content inclusion
|
||||
//:allow-uri-read: true
|
||||
|
||||
|
|
|
@ -23,8 +23,12 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Embedded Guide
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:toc-style:
|
||||
|
||||
:header-style: eclipse-thin
|
||||
:breadcrumb-style: eclipse-thin
|
||||
:footer-style: default
|
||||
|
||||
:breadcrumb: Home:../index.html | Embedded Guide:./index.html
|
||||
|
||||
// docinfo lets you pull in shared content and/or influence via render type
|
||||
|
@ -43,12 +47,6 @@ endif::[]
|
|||
// options for special blocks, code snippets, screen, etc
|
||||
:sub-order: attributes+
|
||||
|
||||
// suppress document footer generation
|
||||
//:nofooter:
|
||||
|
||||
// suppress Eclipse footer
|
||||
:no-eclipse-footer:
|
||||
|
||||
// uncomment to allow include::https:// style content inclusion
|
||||
//:allow-uri-read: true
|
||||
|
||||
|
|
|
@ -23,15 +23,14 @@
|
|||
:revdate: {TIMESTAMP}
|
||||
:toc: left
|
||||
:toc-title: Quickstart Guide
|
||||
:toc-image: ../../common/images/jetty-logo.svg
|
||||
:toc-image-url: /jetty/index.html
|
||||
:toc-style:
|
||||
|
||||
:header-style: eclipse-thin
|
||||
:breadcrumb-style: eclipse-thin
|
||||
:footer-style: default
|
||||
|
||||
:breadcrumb: Home:../index.html | Quickstart Guide:./index.html
|
||||
|
||||
|
||||
// docinfo lets you pull in shared content and/or influence via render type
|
||||
//:docinfodir: {DOCINFODIR}/documentation
|
||||
//:docinfo1:
|
||||
|
||||
// html specific directives
|
||||
ifdef::backend-html5[]
|
||||
:safe-mode-unsafe:
|
||||
|
@ -44,10 +43,6 @@ endif::[]
|
|||
// options for special blocks, code snippets, screen, etc
|
||||
:sub-order: attributes+
|
||||
|
||||
// suppress document footer generation
|
||||
//:nofooter:
|
||||
:no-eclipse-footer:
|
||||
|
||||
// uncomment to allow include::https:// style content inclusion
|
||||
//:allow-uri-read: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue