content edit
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
# Documentation theme for Jekyll
|
# Documentation theme for Jekyll
|
||||||
|
|
||||||
This is a Jekyll theme designed to be used for single-sourced documentation sites. Instructions for using the theme are in the site build. The basic idea of this theme is that you can use the same theme to create lots of different sites, such as what you would need if producing different help systems for different versions, models, etc. of a similar product suite.
|
This is a Jekyll theme designed to be used for single-sourced documentation sites. Instructions for using the theme are in the site build.
|
||||||
|
|
||||||
|
The basic idea of this theme is that you can use the same theme to create lots of different sites, such as what you would need if producing different help systems for different versions, models, etc. of a similar product.
|
||||||
|
|
||||||
|
Once you build the site, see the Getting Started section of the sidebar.
|
||||||
|
@ -86,8 +86,5 @@ collections:
|
|||||||
tooltips:
|
tooltips:
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
# if you want to show a label on each page indicating the audience that can see the content, put true here.
|
|
||||||
show_audience_label: true
|
|
||||||
|
|
||||||
# is this a print build? if so, put true. otherwise, false.
|
# is this a print build? if so, put true. otherwise, false.
|
||||||
print: false
|
print: false
|
@ -26,6 +26,11 @@ entries:
|
|||||||
audience: writer, designer
|
audience: writer, designer
|
||||||
print: true
|
print: true
|
||||||
|
|
||||||
|
- title: Setting up the configuration files
|
||||||
|
url: /config_setup/
|
||||||
|
audience: writer, designer
|
||||||
|
print: true
|
||||||
|
|
||||||
- title: Supported features
|
- title: Supported features
|
||||||
url: /supported_features/
|
url: /supported_features/
|
||||||
audience: writer, designer
|
audience: writer, designer
|
||||||
@ -121,12 +126,6 @@ entries:
|
|||||||
print: true
|
print: true
|
||||||
|
|
||||||
items:
|
items:
|
||||||
|
|
||||||
- title: Setting up the configuration files
|
|
||||||
url: /config_setup/
|
|
||||||
audience: writer, designer
|
|
||||||
print: true
|
|
||||||
|
|
||||||
- title: Build arguments
|
- title: Build arguments
|
||||||
url: /build_arguments/
|
url: /build_arguments/
|
||||||
audience: writer, designer
|
audience: writer, designer
|
||||||
|
Reference in New Issue
Block a user