releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects.

This commit is contained in:
Tom Johnson
2015-11-30 13:53:18 -08:00
parent 2687f779d2
commit f8b960225e
181 changed files with 20112 additions and 20270 deletions

View File

@ -1,64 +0,0 @@
# project definitions
project: doc_designers
audience: designers
product: all
platform: all
version: all
destination: ../doc_designers
topnav_title: Jekyll Documentation Theme
homepage_title: Jekyll Documentation Theme — Designers
site_title: Jekyll Documentation Theme — Designers
disqus_shortname: idrbwjekyll
google_analytics: UA-66296557-1
github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages
# don't use a slash before or after the above path. here's how this url gets written out in page.html: https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}}
# variables
sidebar_tagline: designers
sidebar_version: version 3.0
project_file_name: doc
port: 4001
exclude:
- doc_writer*
- configs/
- _site
- di_multi*
# same for all
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
markdown: redcarpet
print: false
theme_file: theme-blue.css
# only use suffix if you need to force index.html to display
# suffix: index.html
highlighter: pygments
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections:
tooltips:
output: true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true

View File

@ -1,16 +0,0 @@
destination: ../doc_designers-pdf
url: "http://127.0.0.1:4002"
baseurl: "/doc_designers"
port: 4002
print: true
print_title: Jekyll Documentation Theme for Designers
print_subtitle: version 3.0
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page_print"
comments: true
search: true

View File

@ -1,66 +0,0 @@
# project definitions
project: doc_writers
audience: writers
product: all
platform: all
version: all
destination: ../doc_writers
topnav_title: Jekyll Documentation Theme
homepage_title: Jekyll Documentation Theme — Writers
site_title: Jekyll Documentation Theme — Writers
disqus_shortname: idrbwjekyll
google_analytics: UA-66296557-1
github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages
# don't use a slash before or after the above path. here's how this url gets written out in page.html: https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}}
# variables
sidebar_tagline: writers
sidebar_version: version 3.0
theme_file: theme-green.css
project_file_name: doc
port: 4003
exclude:
- doc_designers*
- configs/
- _site
- _drafts
- di_multi*
# same for all
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
sidebar_accordion: true
markdown: redcarpet
print: false
# only use suffix if you need to force index.html to display
# suffix: index.html
highlighter: pygments
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections:
tooltips:
output: true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true

View File

@ -1,16 +0,0 @@
destination: ../doc_writers-pdf
url: "http://127.0.0.1:4004"
baseurl: "/doc_writers"
port: 4004
print: true
print_title: Jekyll Documentation Theme for Writers
print_subtitle: version 3.0
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page_print"
comments: true
search: true

View File

@ -0,0 +1,64 @@
# project definitions
project: mydoc_designers
audience: designers
product: doc
platform: all
version: all
output: web
destination: ../doc_outputs/mydoc/designers
topnav_title: Jekyll Documentation Theme
homepage_title: Jekyll doc theme for designers
site_title: Jekyll theme for designers
project_folder: mydoc
company_name: Your company
footer_image_location: ../common_images/company_logo.png
github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
# variables
sidebar_tagline: Designers
sidebar_version: Version 4.0
theme_file: theme-blue.css
pdf_file_name: mydoc_designers_pdf.pdf
port: 4009
exclude:
- _site
- _drafts
- configs/
- doc/mydoc_writers*
# same for all
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
collections:
tooltips:
output: false
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true

View File

@ -0,0 +1,17 @@
destination: ../doc_outputs/mydoc/designers-pdf
url: "http://127.0.0.1:4010"
baseurl: "/mydoc/designers-pdf"
port: 4010
output: pdf
print_title: Jekyll theme for documentation — designers
print_subtitle: version 4.0
output: pdf
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page_print"
comments: true
search: true

View File

@ -0,0 +1,64 @@
# project definitions
project: mydoc_writers
audience: writers
product: doc
platform: all
version: all
output: web
destination: ../doc_outputs/mydoc/writers
topnav_title: Jekyll Documentation Theme
homepage_title: Jekyll doc theme for writers
site_title: Jekyll theme for writers
project_folder: mydoc
company_name: Your company
footer_image_location: ../common_images/company_logo.png
github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
# variables
sidebar_tagline: Writers
sidebar_version: Version 4.0
theme_file: theme-green.css
pdf_file_name: mydoc_writers_pdf.pdf
port: 4009
exclude:
- _site
- _drafts
- configs/
- doc/mydoc_designers*
# same for all
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
collections:
tooltips:
output: false
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true

View File

@ -0,0 +1,17 @@
destination: ../doc_outputs/mydoc/writers-pdf
url: "http://127.0.0.1:4012"
baseurl: "/mydoc/writers-pdf"
port: 4012
output: pdf
print_title: Jekyll theme for documentation — writers
print_subtitle: version 4.0
output: pdf
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page_print"
comments: true
search: true