-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Header add Access-Control-Allow-Origin "*" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Page Not Found" | ||
description: "Page not found." | ||
sitemap: false | ||
search: exclude | ||
related_pages: none | ||
--- | ||
|
||
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it. | ||
|
||
{%comment%} | ||
<script type="text/javascript"> | ||
var GOOG_FIXURL_LANG = 'en'; | ||
var GOOG_FIXURL_SITE = '{{ site.url }}' | ||
</script> | ||
<script type="text/javascript" | ||
src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"> | ||
</script> | ||
{%endcomment%} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# jekyll-doc | ||
A Jekyll-based theme designed for documentation and help systems. | ||
# 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. You can see the site build in the following two locations: | ||
|
||
* [http://idratherbewriting.com/documentation-theme-jekyll/designer/](http://idratherbewriting.com/documentation-theme-jekyll/designer/) | ||
* [http://idratherbewriting.com/documentation-theme-jekyll/writer/](http://idratherbewriting.com/documentation-theme-jekyll/writer/) | ||
|
||
The two different builds demonstrate the single-source publishing capabilities of the theme. The designer version is comprehensive, whereas the writer version is a subset of the designer version. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Password screen | ||
|
||
changepassword_password: > | ||
<p>This is a sample list of stuff:<br/> | ||
- more stuff<br/> | ||
- another line<br/> | ||
</p> | ||
|
||
elephant: "This is a sample definition." | ||
|
||
baseball: "Baseball is considered America's pasttime sport, though that may be more of a historical term than a current one. There's a lot more excitement about football than baseball. A baseball game is somewhat of a snooze to watch, for the most part." | ||
|
||
basketball: "Basketball is a sport involving two teams of five players each competing to put a ball through a small circular rim 10 feet above the ground. Basketball requires players to be in top physical condition, since they spend most of the game running back and forth along a 94-foot-long floor." | ||
|
||
football: "No doubt the most fun sport to watch, football also manages to accrue the most injuries with the players. From concussions to blown knees, football players have short sport lives." | ||
|
||
soccer: "If there's one sport that dominates the world landscape, it's soccer. However, US soccer fans are few and far between. Apart from the popularity of soccer during the World Cup, most people don't even know the name of the professional soccer organization in their area." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
some_term: "some definition" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
videonote: > | ||
This is a sample note. Everything under the note title needs to be indented one space. The > means that | ||
you start the string on the next line. | ||
samplenote: "something else" | ||
|
||
another_note: "hey there" | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# You can store various options here, such as audience. Then you can access the option with {{site.data.options.audience}}. | ||
# This allows you to do conditional logic. Options you set here work similarly to options set in the configuration file, | ||
# but the advantage here is that you don't have to restart the jekyll server to see changes. Also note that you access this location | ||
# using site.data instead of just site. And the location of data is defined in the configuration file through the data-source property. | ||
|
||
# Sample logic: | ||
# {% if {{site.data.options.widget_toggle}} == "mac" %} | ||
# do this for mac | ||
# {% elsif {{site.data.options.widget_toggle}} == "pc" %} | ||
# do this for pc | ||
# {% endif %} | ||
|
||
# This logic works in Markdown and HTML. You can compress onto the same line if the spacing creates issues in Markdown. | ||
|
||
widget_toggle: mac |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,211 @@ | ||
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting. | ||
# Spacing is really important here. A two-space indent appears below each level to indicate a new depth. | ||
# | ||
# Sidebar | ||
entries: | ||
- title: Sidebar # this title doesn't appear anywhere | ||
subcategories: | ||
- title: Overview | ||
audience: writer, designer | ||
print: true | ||
|
||
items: | ||
- title: Cover | ||
url: /titlepage/ | ||
audience: writer, designer | ||
print: true | ||
web: false | ||
|
||
- title: Home | ||
url: / | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Getting started | ||
url: /getting_started/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Supported features | ||
url: /supported_features/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Formatting | ||
audience: writer, designer | ||
print: true | ||
|
||
items: | ||
- title: Pages and posts | ||
url: /pages/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Alerts | ||
url: /alerts/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Images | ||
url: /images/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Links | ||
url: /links/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Syntax highlighting | ||
url: /syntax_highlighting/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Videos | ||
url: /videos/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Labels | ||
url: /labels/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Icons | ||
url: /icons/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Tables | ||
url: /tables/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Single Sourcing | ||
audience: writer, designer | ||
print: true | ||
|
||
items: | ||
- title: Conditional logic | ||
url: /conditional_logic/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Content re-use | ||
url: /content_reuse/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Excluding files | ||
url: /excluding_files/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Publishing | ||
audience: writer, designer | ||
print: true | ||
|
||
items: | ||
- title: Build Arguments | ||
url: /build_arguments/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Create a PDF | ||
url: /create_pdf/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Creating a Help API | ||
url: /help_api/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Navigation | ||
audience: writer | ||
print: true | ||
items: | ||
- title: Configuring sidebar and top navigation | ||
url: /navigation/ | ||
audience: designer, writer | ||
print: true | ||
|
||
- title: Tags | ||
url: /tags/ | ||
audience: writer, designer | ||
print: true | ||
|
||
- title: Special Layouts | ||
audience: designer | ||
print: false | ||
items: | ||
- title: Special layouts | ||
url: /special_layouts/ | ||
audience: designer | ||
print: true | ||
|
||
- title: FAQ layout | ||
url: /faq/ | ||
audience: designer | ||
print: true | ||
|
||
- title: KB layout | ||
url: /kb_layout/ | ||
audience: designer | ||
print: true | ||
|
||
- title: Scroll | ||
url: /scroll/ | ||
audience: designer | ||
print: true | ||
|
||
- title: Shuffle | ||
url: /shuffle/ | ||
audience: designer | ||
print: true | ||
|
||
- title: Tag archives | ||
audience: designer, w riter | ||
print: false | ||
items: | ||
- title: Overview | ||
audience: writer, designer | ||
url: /tag-archives-overview/ | ||
print: false | ||
|
||
thirdlevel: #demo's how to add a third level to the sidebar nav. | ||
- title: Third level title | ||
audience: writer, designer | ||
print: false | ||
|
||
thirdlevelitems: | ||
- title: Overview pages | ||
url: /tag-overview/ | ||
audience: writer, designer | ||
print: false | ||
|
||
- title: Getting Started pages | ||
url: /tag-getting-started/ | ||
audience: writer, designer | ||
print: false | ||
|
||
- title: Single Sourcing pages | ||
url: /tag-single-sourcing/ | ||
audience: writer, designer | ||
print: false | ||
|
||
- title: Publishing pages | ||
url: /tag-publishing/ | ||
audience: writer, designer | ||
print: false | ||
|
||
- title: Formatting pages | ||
url: /tag-formatting/ | ||
audience: writer, designer | ||
print: false | ||
|
||
- title: Special layout pages | ||
url: /tag-special-layouts/ | ||
audience: writer, designer | ||
print: false | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
|
||
# placed here for translation purposes | ||
search_placeholder_text: search... | ||
search_no_results_text: No results found. |