diff --git a/docToolchainConfig.groovy b/docToolchainConfig.groovy index b9e8c582f..f43eadd51 100644 --- a/docToolchainConfig.groovy +++ b/docToolchainConfig.groovy @@ -20,18 +20,6 @@ inputFiles = [ //[file: 'arc42-template.adoc', formats: ['html','pdf']], /** inputFiles **/ ] -jbake.with { - // possibility to configure additional asciidoctorj plugins used by jbake - plugins = [ ] - - // possibiltiy to configure additional asciidoctor attributes passed to the jbake task - asciidoctorAttributes = [ - "project-name": "Pillars", - "source-highlighter": "rouge", - "rouge-style": "base16.monokai.dark", - "icons": "font" - ] -} //folders in which asciidoc will find images. //these will be copied as resources to ./images //folders are relative to inputPath diff --git a/modules/docs/src/docs/user-guide/index.adoc b/modules/docs/src/docs/user-guide/index.adoc index 5303c1646..0d62c89c7 100644 --- a/modules/docs/src/docs/user-guide/index.adoc +++ b/modules/docs/src/docs/user-guide/index.adoc @@ -1,4 +1,6 @@ == Overview +:project-name: Pillars +:author: {project-name} Team :toc: preamble :icons: font :jbake-type: page