fixing permalinks
This commit is contained in:
parent
bce638b7ab
commit
cce99619c0
@ -96,6 +96,7 @@ sidebars:
|
||||
- mydoc_sidebar
|
||||
- product1_sidebar
|
||||
- product2_sidebar
|
||||
- other
|
||||
|
||||
description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features."
|
||||
# the description is used in the feed.xml file
|
||||
|
@ -9,14 +9,14 @@ entries:
|
||||
output: web
|
||||
folderitems:
|
||||
- title: News
|
||||
url: /news
|
||||
url: /news.html
|
||||
output: web
|
||||
- title: Theme instructions
|
||||
url: /mydoc_introduction
|
||||
url: /mydoc_introduction.html
|
||||
output: web
|
||||
- title: Product 1
|
||||
url: /p1_landing_page
|
||||
url: /p1_landing_page.html
|
||||
output: web
|
||||
- title: Product 2
|
||||
url: /p2_landing_page
|
||||
url: /p2_landing_page.html
|
||||
output: web
|
||||
|
@ -11,11 +11,11 @@ entries:
|
||||
type: frontmatter
|
||||
folderitems:
|
||||
- title:
|
||||
url: /titlepage
|
||||
url: /titlepage.html
|
||||
output: pdf
|
||||
type: frontmatter
|
||||
- title:
|
||||
url: /tocpage
|
||||
url: /tocpage.html
|
||||
output: pdf
|
||||
type: frontmatter
|
||||
|
||||
@ -24,23 +24,24 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Get started
|
||||
url: /index
|
||||
url: /index.html
|
||||
output: web, pdf
|
||||
type: homepage
|
||||
|
||||
- title: Introduction
|
||||
url: /mydoc_introduction
|
||||
url: /mydoc_introduction.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Supported features
|
||||
url: /mydoc_supported_features
|
||||
url: /mydoc_supported_features.html
|
||||
output: web, pdf
|
||||
|
||||
- title: About the theme author
|
||||
url: /mydoc_about
|
||||
url: /mydoc_about.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Support
|
||||
url: /mydoc_support
|
||||
url: /mydoc_support.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Release Notes
|
||||
@ -48,11 +49,11 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: 6.0 Release notes
|
||||
url: /mydoc_release_notes_60
|
||||
url: /mydoc_release_notes_60.html
|
||||
output: web, pdf
|
||||
|
||||
- title: 5.0 Release notes
|
||||
url: /mydoc_release_notes_50
|
||||
url: /mydoc_release_notes_50.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Installation
|
||||
@ -60,15 +61,15 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: About Ruby, Gems, Bundler, etc.
|
||||
url: /mydoc_about_ruby_gems_etc
|
||||
url: /mydoc_about_ruby_gems_etc.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Install Jekyll on Mac
|
||||
url: /mydoc_install_jekyll_on_mac
|
||||
url: /mydoc_install_jekyll_on_mac.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Install Jekyll on Windows
|
||||
url: /mydoc_install_jekyll_on_windows
|
||||
url: /mydoc_install_jekyll_on_windows.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Authoring
|
||||
@ -76,35 +77,35 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Pages
|
||||
url: /mydoc_pages
|
||||
url: /mydoc_pages.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Posts
|
||||
url: /mydoc_posts
|
||||
url: /mydoc_posts.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Lists
|
||||
url: /mydoc_lists
|
||||
url: /mydoc_lists.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Conditional logic
|
||||
url: /mydoc_conditional_logic
|
||||
url: /mydoc_conditional_logic.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Content reuse
|
||||
url: /mydoc_content_reuse
|
||||
url: /mydoc_content_reuse.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Collections
|
||||
url: /mydoc_collections
|
||||
url: /mydoc_collections.html
|
||||
output: web, pdf
|
||||
|
||||
- title: WebStorm editor tips
|
||||
url: /mydoc_webstorm_text_editor
|
||||
url: /mydoc_webstorm_text_editor.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Atom editor tips
|
||||
url: /mydoc_atom_text_editor
|
||||
url: /mydoc_atom_text_editor.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Navigation
|
||||
@ -112,19 +113,19 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Sidebar navigation
|
||||
url: /mydoc_sidebar_navigation
|
||||
url: /mydoc_sidebar_navigation.html
|
||||
output: web, pdf
|
||||
|
||||
- title: YAML tutorial in the context of Jekyll
|
||||
url: /mydoc_yaml_tutorial
|
||||
url: /mydoc_yaml_tutorial.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Tags
|
||||
url: /mydoc_tags
|
||||
url: /mydoc_tags.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Series
|
||||
url: /mydoc_series
|
||||
url: /mydoc_series.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Formatting
|
||||
@ -132,47 +133,47 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Tooltips
|
||||
url: /mydoc_adding_tooltips
|
||||
url: /mydoc_adding_tooltips.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Alerts
|
||||
url: /mydoc_alerts
|
||||
url: /mydoc_alerts.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Icons
|
||||
url: /mydoc_icons
|
||||
url: /mydoc_icons.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Images
|
||||
url: /mydoc_images
|
||||
url: /mydoc_images.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Code samples
|
||||
url: /mydoc_code_samples
|
||||
url: /mydoc_code_samples.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Labels
|
||||
url: /mydoc_labels
|
||||
url: /mydoc_labels.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Links
|
||||
url: /mydoc_hyperlinks
|
||||
url: /mydoc_hyperlinks.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Navtabs
|
||||
url: /mydoc_navtabs
|
||||
url: /mydoc_navtabs.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Tables
|
||||
url: /mydoc_tables
|
||||
url: /mydoc_tables.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Syntax highlighting
|
||||
url: /mydoc_syntax_highlighting
|
||||
url: /mydoc_syntax_highlighting.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Workflow maps
|
||||
url: /mydoc_workflow_maps
|
||||
url: /mydoc_workflow_maps.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Handling reviews
|
||||
@ -180,7 +181,7 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Commenting on files
|
||||
url: /mydoc_commenting_on_files
|
||||
url: /mydoc_commenting_on_files.html
|
||||
output: web, pdf
|
||||
|
||||
# - title: Git collaboration
|
||||
@ -192,39 +193,39 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Build arguments
|
||||
url: /mydoc_build_arguments
|
||||
url: /mydoc_build_arguments.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Themes
|
||||
url: /mydoc_themes
|
||||
url: /mydoc_themes.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Generating PDFs
|
||||
url: /mydoc_generating_pdfs
|
||||
url: /mydoc_generating_pdfs.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Help APIs and UI tooltips
|
||||
url: /mydoc_help_api
|
||||
url: /mydoc_help_api.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Search configuration
|
||||
url: /mydoc_search_configuration
|
||||
url: /mydoc_search_configuration.html
|
||||
output: web, pdf
|
||||
|
||||
- title: iTerm profiles
|
||||
url: /mydoc_iterm_profiles
|
||||
url: /mydoc_iterm_profiles.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Pushing builds to server
|
||||
url: /mydoc_push_build_to_server
|
||||
url: /mydoc_push_build_to_server.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Getting around the password prompts in SCP
|
||||
url: /mydoc_no_password_prompts_scp
|
||||
url: /mydoc_no_password_prompts_scp.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Publishing on Github Pages
|
||||
url: /mydoc_publishing_github_pages
|
||||
url: /mydoc_publishing_github_pages.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Special layouts
|
||||
@ -232,15 +233,15 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Knowledge-base layout
|
||||
url: /mydoc_kb_layout
|
||||
url: /mydoc_kb_layout.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Glossary layout
|
||||
url: /mydoc_glossary
|
||||
url: /mydoc_glossary.html
|
||||
output: web, pdf
|
||||
|
||||
- title: FAQ layout
|
||||
url: /mydoc_faq_layout
|
||||
url: /mydoc_faq_layout.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Troubleshooting
|
||||
@ -249,7 +250,7 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Troubleshooting
|
||||
url: /mydoc_troubleshooting
|
||||
url: /mydoc_troubleshooting.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Tag archives
|
||||
@ -257,7 +258,7 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Tag archives overview
|
||||
url: /mydoc_tag_archives_overview
|
||||
url: /mydoc_tag_archives_overview.html
|
||||
output: web
|
||||
|
||||
subfolders:
|
||||
@ -266,29 +267,29 @@ entries:
|
||||
subfolderitems:
|
||||
|
||||
- title: Formatting pages
|
||||
url: /tag_formatting
|
||||
url: /tag_formatting.html
|
||||
output: web
|
||||
|
||||
- title: Navigation pages
|
||||
url: /tag_navigation
|
||||
url: /tag_navigation.html
|
||||
output: web
|
||||
|
||||
- title: Content types pages
|
||||
url: /tag_content_types
|
||||
url: /tag_content_types.html
|
||||
output: web
|
||||
|
||||
- title: Publishing pages
|
||||
url: /tag_publishing
|
||||
url: /tag_publishing.html
|
||||
output: web
|
||||
|
||||
- title: Special layout pages
|
||||
url: /tag_special_layouts
|
||||
url: /tag_special_layouts.html
|
||||
output: web
|
||||
|
||||
- title: Collaboration pages
|
||||
url: /tag_collaboration
|
||||
url: /tag_collaboration.html
|
||||
output: web
|
||||
|
||||
- title: Troubleshooting pages
|
||||
url: /tag_troubleshooting
|
||||
url: /tag_troubleshooting.html
|
||||
output: web
|
||||
|
@ -9,13 +9,13 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Automated links bookmark
|
||||
exact_url: mydoc_hyperlinks.html#automatedlinks
|
||||
url: mydoc_hyperlinks.html#automatedlinks
|
||||
ref: mydoc_hyperlinks-automatedlinks
|
||||
|
||||
- title: Bookmark links
|
||||
exact_url: mydoc_hyperlinks.html#bookmarklinks
|
||||
url: mydoc_hyperlinks.html#bookmarklinks
|
||||
ref: mydoc_hyperlinks-bookmarklinks
|
||||
|
||||
- title: Some link bookmark
|
||||
exact_url: mydoc_pages.html#someIdTag
|
||||
url: mydoc_pages.html#someIdTag
|
||||
ref: someIdTag
|
@ -12,11 +12,11 @@ entries:
|
||||
type: frontmatter
|
||||
folderitems:
|
||||
- title:
|
||||
url: /titlepage
|
||||
url: /titlepage.html
|
||||
output: pdf
|
||||
type: frontmatter
|
||||
- title:
|
||||
url: /tocpage
|
||||
url: /tocpage.html
|
||||
output: pdf
|
||||
type: frontmatter
|
||||
|
||||
@ -24,19 +24,19 @@ entries:
|
||||
output: web, pdf
|
||||
folderitems:
|
||||
- title: Product 1 home
|
||||
url: /p1_landing_page
|
||||
url: /p1_landing_page.html
|
||||
output: web
|
||||
|
||||
- title: Sample 1
|
||||
url: /p1_sample1
|
||||
url: /p1_sample1.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 2
|
||||
url: /p1_sample2
|
||||
url: /p1_sample2.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 3
|
||||
url: /p1_sample3
|
||||
url: /p1_sample3.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Another heading
|
||||
@ -44,17 +44,17 @@ entries:
|
||||
|
||||
folderitems:
|
||||
- title: Sample 4
|
||||
url: /p1_sample4
|
||||
url: /p1_sample4.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 5
|
||||
url: /p1_sample5
|
||||
url: /p1_sample5.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 6
|
||||
url: /p1_sample6
|
||||
url: /p1_sample6.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 7
|
||||
url: /p1_sample7
|
||||
url: /p1_sample7.html
|
||||
output: web, pdf
|
||||
|
@ -11,11 +11,11 @@ entries:
|
||||
type: frontmatter
|
||||
folderitems:
|
||||
- title:
|
||||
url: /titlepage
|
||||
url: /titlepage.html
|
||||
output: pdf
|
||||
type: frontmatter
|
||||
- title:
|
||||
url: /tocpage
|
||||
url: /tocpage.html
|
||||
output: pdf
|
||||
type: frontmatter
|
||||
|
||||
@ -24,7 +24,7 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Overview
|
||||
url: /p2_landing_page
|
||||
url: /p2_landing_page.html
|
||||
output: web
|
||||
|
||||
- title: Simple Workflow
|
||||
@ -32,23 +32,23 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Sample 1
|
||||
url: /p2_sample1
|
||||
url: /p2_sample1.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 2
|
||||
url: /p2_sample2
|
||||
url: /p2_sample2.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 3
|
||||
url: /p2_sample3
|
||||
url: /p2_sample3.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 4
|
||||
url: /p2_sample4
|
||||
url: /p2_sample4.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 5
|
||||
url: /p2_sample5
|
||||
url: /p2_sample5.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Complex Workflow
|
||||
@ -56,37 +56,37 @@ entries:
|
||||
folderitems:
|
||||
|
||||
- title: Sample 6
|
||||
url: /p2_sample6
|
||||
url: /p2_sample6.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 7
|
||||
url: /p2_sample7
|
||||
url: /p2_sample7.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 8
|
||||
url: /p2_sample8
|
||||
url: /p2_sample8.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 9
|
||||
url: /p2_sample9
|
||||
url: /p2_sample9.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 10
|
||||
url: /p2_sample10
|
||||
url: /p2_sample10.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 11
|
||||
url: /p2_sample11
|
||||
url: /p2_sample11.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 12
|
||||
url: /p2_sample12
|
||||
url: /p2_sample12.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 13
|
||||
url: /p2_sample13
|
||||
url: /p2_sample13.html
|
||||
output: web, pdf
|
||||
|
||||
- title: Sample 14
|
||||
url: /p2_sample14
|
||||
url: /p2_sample14.html
|
||||
output: web, pdf
|
||||
|
@ -25,8 +25,8 @@ topnav_dropdowns:
|
||||
- title: Products
|
||||
folderitems:
|
||||
- title: Jekyll Documentation Theme
|
||||
url: /mydoc_introduction
|
||||
url: /mydoc_introduction.html
|
||||
- title: Product 1
|
||||
url: /p1_landing_page
|
||||
url: /p1_landing_page.html
|
||||
- title: Product 2
|
||||
url: /p2_landing_page
|
||||
url: /p2_landing_page.html
|
||||
|
@ -4,10 +4,10 @@
|
||||
{% for entry in site.data.sidebars[sidebar].entries %}
|
||||
{% for folder in entry.folders %}
|
||||
{% for folderitem in folder.folderitems %}
|
||||
[{{folderitem.url | remove: "/" }}]: {{folderitem.url | remove: "/" | append: ".html"}}
|
||||
[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}}
|
||||
{% for subfolders in folderitem.subfolders %}
|
||||
{% for subfolderitem in subfolders.subfolderitems %}
|
||||
[{{subfolderitem.url | remove: "/" }}]: {{subfolderitem.url | remove: "/" | append: ".html"}}
|
||||
[{{subfolderitem.url | remove: "/" | remove: ".html"}}]: {{subfolderitem.url | remove: "/"}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@ -21,7 +21,7 @@
|
||||
{% for entry in site.data.topnav.topnav %}
|
||||
{% for item in entry.items %}
|
||||
{% if item.external_url == null %}
|
||||
[{{item.url | remove: "/" }}]: {{item.url | remove: "/" | append: ".html"}}
|
||||
[{{item.url | remove: "/" | remove: ".html"}}]: {{item.url | remove: "/"}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@ -32,23 +32,9 @@
|
||||
{% for folder in entry.folders %}
|
||||
{% for folderitem in folder.folderitems %}
|
||||
{% if folderitem.external_url == null %}
|
||||
[{{folderitem.url | remove: "/" }}]: {{folderitem.url | remove: "/" | append: ".html"}}
|
||||
[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
{% comment %}Get links for otherlinks.yml file {% endcomment %}
|
||||
|
||||
{% for entry in site.data.otherlinks.entries %}
|
||||
{% for folder in entry.folders %}
|
||||
{% for folderitem in folder.folderitems %}
|
||||
[{{folderitem.ref}}]: {{folderitem.exact_url}}
|
||||
{% for subfolders in folderitem.subfolders %}
|
||||
{% for subfolderitem in subfolders.subfolderitems %}
|
||||
[{{subfolderitem.ref}}]: {{subfolderitem.exact_url}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
@ -13,9 +13,9 @@
|
||||
{% if folderitem.external_url %}
|
||||
<li><a href="{{folderitem.external_url}}" target="_blank">{{folderitem.title}}</a></li>
|
||||
{% elsif page.url == folderitem.url %}
|
||||
<li class="active"><a href="{{folderitem.url | remove: "/" | append: ".html"}}">{{folderitem.title}}</a></li>
|
||||
<li class="active"><a href="{{folderitem.url | remove: "/"}}">{{folderitem.title}}</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{folderitem.url | remove: "/" | append: ".html"}}">{{folderitem.title}}</a></li>
|
||||
<li><a href="{{folderitem.url | remove: "/"}}">{{folderitem.title}}</a></li>
|
||||
{% endif %}
|
||||
{% for subfolders in folderitem.subfolders %}
|
||||
{% if subfolders.output contains "web" %}
|
||||
@ -27,9 +27,9 @@
|
||||
{% if subfolderitem.external_url %}
|
||||
<li><a href="{{subfolderitem.external_url}}" target="_blank">{{subfolderitem.title}}</a></li>
|
||||
{% elsif page.url == subfolderitem.url %}
|
||||
<li class="active"><a href="{{subfolderitem.url | remove: "/" | append: ".html"}}">{{subfolderitem.title}}</a></li>
|
||||
<li class="active"><a href="{{subfolderitem.url | remove: "/"}}">{{subfolderitem.title}}</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{subfolderitem.url | remove: "/" | append: ".html"}}">{{subfolderitem.title}}</a></li>
|
||||
<li><a href="{{subfolderitem.url | remove: "/"}}">{{subfolderitem.title}}</a></li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -6,7 +6,7 @@
|
||||
{% for tag in page.tags %}
|
||||
{% if tag == thisTag %}
|
||||
|
||||
<tr><td><a href="{{ page.url | remove: "/" | append: ".html" }}">{{page.title}}</a></td>
|
||||
<tr><td><a href="{{ page.url | remove: "/" }}">{{page.title}}</a></td>
|
||||
<td><span class="label label-default">Page</span></td>
|
||||
<td>{% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ page.content | truncatewords: 50 | strip_html }} {% endif %}</td>
|
||||
</tr>
|
||||
@ -19,7 +19,7 @@
|
||||
{% for tag in post.tags %}
|
||||
{% if tag == thisTag %}
|
||||
|
||||
<tr><td><a href="{{ post.url | remove: "/" | append: ".html" }}">{{post.title}}</a></td>
|
||||
<tr><td><a href="{{ post.url | remove: "/" }}">{{post.title}}</a></td>
|
||||
<td><span class="label label-primary">Post</span></td>
|
||||
<td>{% if post.summary %} {{ post.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}</td>
|
||||
</tr>
|
||||
|
@ -18,9 +18,9 @@
|
||||
{% if item.external_url %}
|
||||
<li><a href="{{item.external_url}}" target="_blank">{{item.title}}</a></li>
|
||||
{% elsif page.url contains item.url %}
|
||||
<li class="active"><a href="{{item.url | remove: "/" | append: ".html"}}">{{item.title}}</a></li>
|
||||
<li class="active"><a href="{{item.url | remove: "/"}}">{{item.title}}</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{item.url | remove: "/" | append: ".html"}}">{{item.title}}</a></li>
|
||||
<li><a href="{{item.url | remove: "/"}}">{{item.title}}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@ -35,9 +35,9 @@
|
||||
{% if folderitem.external_url %}
|
||||
<li><a href="{{folderitem.external_url}}" target="_blank">{{folderitem.title}}</a></li>
|
||||
{% elsif page.url contains folderitem.url %}
|
||||
<li class="dropdownActive"><a href="{{folderitem.url | remove: "/" | append: ".html"}}">{{folderitem.title}}</a></li>
|
||||
<li class="dropdownActive"><a href="{{folderitem.url | remove: "/"}}">{{folderitem.title}}</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{folderitem.url | remove: "/" | append: ".html"}}">{{folderitem.title}}</a></li>
|
||||
<li><a href="{{folderitem.url | remove: "/"}}">{{folderitem.title}}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -55,7 +55,7 @@ layout: default
|
||||
{% assign projectTags = site.data.tags.allowed-tags %}
|
||||
{% for tag in page.tags %}
|
||||
{% if projectTags contains tag %}
|
||||
<a href="{{ "tag_" | append: tag | append: ".html" }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
|
||||
<a href="{{ "tag_" | append: tag }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
@ -5,7 +5,7 @@ last_updated: July 3, 2016
|
||||
tags: [getting_started]
|
||||
summary: "I have used this theme for projects that I've worked on as a professional technical writer."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_about
|
||||
permalink: mydoc_about.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ tags: [getting_started, troubleshooting]
|
||||
keywords:
|
||||
summary: "Ruby is a programming language you must have on your computer in order to build Jekyll locally. Ruby has various gems (or plugins) that provide various functionality. Each Jekyll project usually requires certain gems."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_about_ruby_gems_etc
|
||||
permalink: mydoc_about_ruby_gems_etc.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: popovers, tooltips, user interface text, glossaries, definitions
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can add tooltips to any word, such as an acronym or specialized term. Tooltips work well for glossary definitions, because you don't have to keep repeating the definition, nor do you assume the reader already knows the word's meaning."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_adding_tooltips
|
||||
permalink: mydoc_adding_tooltips.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: notes, tips, cautions, warnings, admonitions
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can insert notes, tips, warnings, and important alerts in your content. These notes make use of Bootstrap styling and are available through data references such as site.data.alerts.note."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_alerts
|
||||
permalink: mydoc_alerts.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ keywords: atom, text editor,
|
||||
last_updated: March 20, 2016
|
||||
summary: "Atom is a free text editor that is a favorite tool of many writers because it is free. This page provides some tips for using Atom."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_atom_text_editor
|
||||
permalink: mydoc_atom_text_editor.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: building, serving, serve, build
|
||||
last_updated: July 3, 2016
|
||||
summary: "You use various build arguments with your Jekyll project. You can also create shell scripts to act as shortcuts for long build commands. You can store the commands in iTerm as profiles as well."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_build_arguments
|
||||
permalink: mydoc_build_arguments.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -8,7 +8,7 @@ summary: "You need to customize the build scripts. These script automate the pub
|
||||
series: "Getting Started"
|
||||
weight: 10
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_build_scripts
|
||||
permalink: mydoc_build_scripts.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ last_updated: July 3, 2016
|
||||
datatable: true
|
||||
summary: "You can use fenced code blocks with the language specified after the first set of backtick fences."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_code_samples
|
||||
permalink: mydoc_code_samples.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: groups, api, structure
|
||||
last_updated: July 3, 2016
|
||||
summary: "Collections are useful if you want to loop through a special folder of pages that you make available in a content API. You could also use collections if you have a set of articles that you want to treat differently from the other content, with a different layout or format."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_collections
|
||||
permalink: mydoc_collections.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ keywords: "annotations, comments, feedback"
|
||||
last_updated: "November 30, 2016"
|
||||
summary: "You can add a button to your pages that allows people to add comments."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_commenting_on_files
|
||||
permalink: mydoc_commenting_on_files.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: if else logic, conditions, conditional attributes, conditional filteri
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can implement advanced conditional logic that includes if statements, or statements, unless, and more. This conditional logic facilitates single sourcing scenarios in which you're outputting the same content for different audiences."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_conditional_logic
|
||||
permalink: mydoc_conditional_logic.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: includes, conref, dita, transclusion, transclude, inclusion, reference
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can reuse chunks of content by storing these files in the includes folder. You then choose to include the file where you need it. This works similar to conref in DITA, except that you can include the file in any content type."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_content_reuse
|
||||
permalink: mydoc_content_reuse.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ last_updated: July 3, 2016
|
||||
keywords: exclusion, separating outputs, removing files from outputs
|
||||
summary: "By default, all the files in your Jekyll project are included in the output (this differs from DITA projects, which don't include files unless noted on the map). If you're single sourcing, you'll need to exclude the files that shouldn't be included in the output. The sidebar doesn't control inclusion or exclusion."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_exluding_files
|
||||
permalink: mydoc_exluding_files.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: FAQ layout
|
||||
permalink: mydoc_faq_layout
|
||||
permalink: mydoc_faq_layout.html
|
||||
sidebar: mydoc_sidebar
|
||||
tags: [special_layouts]
|
||||
keywords: frequently asked questions, FAQ, question and answer, collapsible sections, expand, collapse
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Generating PDFs
|
||||
permalink: mydoc_generating_pdfs
|
||||
permalink: mydoc_generating_pdfs.html
|
||||
tags: [publishing, single_sourcing, content_types]
|
||||
keywords: PDF, prince, prince XML, ant, xsl fo
|
||||
last_updated: July 3, 2016
|
||||
|
@ -5,7 +5,7 @@ tags: collaboration
|
||||
keywords: git, github, collaboration, interaction, file sharing, push
|
||||
published: false
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_git_collaboration
|
||||
permalink: mydoc_git_collaboration.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: definitions, glossaries, terms, style guide
|
||||
last_updated: July 3, 2016
|
||||
summary: "Your glossary page can take advantage of definitions stored in a data file. This gives you the ability to reuse the same definition in multiple places. Additionally, you can use Bootstrap classes to arrange your definition list horizontally."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_glossary
|
||||
permalink: mydoc_glossary.html
|
||||
toc: false
|
||||
folder: mydoc
|
||||
---
|
||||
|
@ -5,7 +5,7 @@ last_updated: July 3, 2016
|
||||
keywords: API, content API, UI text, inline help, context-sensitive help, popovers, tooltips
|
||||
summary: "You can loop through files and generate a JSON file that developers can consume like a help API. Developers can pull in values from the JSON into interface elements, styling them as popovers for user interface text, for example. The beauty of this method is that the UI text remains in the help system (or at least in a single JSON file delivered to the dev team) and isn't hard-coded into the UI."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_help_api
|
||||
permalink: mydoc_help_api.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ keywords: links, hyperlinks, cross references, related links, relationship table
|
||||
summary: "When creating links, you can use standard HTML or Markdown formatting. Note that this approach is susceptible to errors and broken links, so check your outputs for broken links."
|
||||
last_updated: July 3, 2016
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_hyperlinks
|
||||
permalink: mydoc_hyperlinks.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: font icons, buttons, images, vectors, font awesome, glyphicons
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can integrate font icons through the Font Awesome and Glyphical Halflings libraries. These libraries allow you to embed icons through their libraries delivered as a link reference. You don't need any image libraries downloaded in your project."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_icons
|
||||
permalink: mydoc_icons.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: images, screenshots, vectors, svg, markdown syntax
|
||||
last_updated: July 3, 2016
|
||||
summary: "Store images in the images folder and use the image.html include to insert images. This include has several options, including figcaptions, that extract the content from the formatting."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_images
|
||||
permalink: mydoc_images.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ tags: [getting_started, troubleshooting]
|
||||
keywords:
|
||||
summary: "Installation of Jekyll on Mac is usually less problematic than on Windows. However, you may run into permissions issues with Ruby that you must overcome. You should also use Bundler to be sure that you have all the required gems and other utilities on your computer to make the project run. "
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_install_jekyll_on_mac
|
||||
permalink: mydoc_install_jekyll_on_mac.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Install Jekyll on Windows
|
||||
permalink: mydoc_install_jekyll_on_windows
|
||||
permalink: mydoc_install_jekyll_on_windows.html
|
||||
keywords: jekyll on windows, pc, ruby, ruby dev kit
|
||||
sidebar: mydoc_sidebar
|
||||
folder: mydoc
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Installing Bundler
|
||||
published: false
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_installing_bundler
|
||||
permalink: mydoc_installing_bundler.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Introduction
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_introduction
|
||||
permalink: mydoc_introduction.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: iterm, terminal, build shortcuts, mac
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can set up profiles in iTerm to facilitate the build process with just a few clicks. This can make it a lot easier to quickly build multiple outputs."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_iterm_profiles
|
||||
permalink: mydoc_iterm_profiles.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: knowledge base, support portal, grid, doc portal
|
||||
last_updated: July 3, 2016
|
||||
summary: "This shows a sample layout for a knowledge base. Each square could link to a tag archive page. In this example, font icons from Font Awesome are used for the graphics, and the layout is pulled from the Modern Business theme. ."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_kb_layout
|
||||
permalink: mydoc_kb_layout.html
|
||||
toc: false
|
||||
folder: mydoc
|
||||
---
|
||||
|
@ -5,7 +5,7 @@ keywords: labels, buttons, bootstrap, api methods
|
||||
last_updated: July 3, 2016
|
||||
summary: "Labels are just a simple Bootstrap component that you can include in your pages as needed. They represent one of many Bootstrap options you can include in your theme."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_labels
|
||||
permalink: mydoc_labels.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ keywords: bulleted lists, numbered lists
|
||||
tags: [formatting]
|
||||
summary: "This page shows how to create both bulleted and numbered lists"
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_lists
|
||||
permalink: mydoc_lists.html
|
||||
---
|
||||
|
||||
## Bulleted Lists
|
||||
|
@ -5,7 +5,7 @@ keywords: navigation tabs, hide sections, tabbers, interface tabs
|
||||
last_updated: July 3, 2016
|
||||
summary: "Navtabs provide a tab-based navagation directly in your content, allowing users to click from tab to tab to see different panels of content. Navtabs are especially helpful for showing code samples for different programming languages. The only downside to using navtabs is that you must use HTML instead of Markdown."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_navtabs
|
||||
permalink: mydoc_navtabs.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Getting around the password prompts in SCP
|
||||
sidebar: mydoc_sidebar
|
||||
tags: [publishing, troubleshooting]
|
||||
permalink: mydoc_no_password_prompts_scp
|
||||
permalink: mydoc_no_password_prompts_scp.html
|
||||
summary: "You can publish your docs via SSH through a Terminal window or more likely, via a shell script that you simply execute as part of the publishing process. However, you will be prompted for your password with each file transfer unless you configure passwordless SSH. The basic process for setting up password less SSH is to create a key on your own machine that you also transfer to the remote machine. When you use the SCP command, the remote machine checks that you have the authorized key and allows access without a password prompt."
|
||||
folder: mydoc
|
||||
---
|
||||
|
@ -5,7 +5,7 @@ keywords: pages, authoring, exclusion, frontmatter
|
||||
last_updated: July 3, 2016
|
||||
summary: "This theme primarily uses pages. You need to make sure your pages have the appropriate frontmatter. One frontmatter tag your users might find helpful is the summary tag. This functions similar in purpose to the shortdesc element in DITA."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_pages
|
||||
permalink: mydoc_pages.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
@ -29,8 +29,10 @@ exclude:
|
||||
Wildcards will exclude every match after the `*`.
|
||||
|
||||
## Frontmatter
|
||||
|
||||
Make sure each page has frontmatter at the top like this:
|
||||
|
||||
|
||||
```yaml
|
||||
---
|
||||
title: Alerts
|
||||
@ -41,6 +43,7 @@ summary: "You can insert notes, tips, warnings, and important alerts in your con
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_alerts
|
||||
---
|
||||
```
|
||||
|
||||
Frontmatter is always formatted with three hyphens at the top and bottom. Your frontmatter must have a `title` and `permalink` value. All the other values are optional.
|
||||
|
||||
@ -168,7 +171,7 @@ Then you can reference it with a link like this on the same page:
|
||||
|
||||
[Some link](#someIdTag)
|
||||
|
||||
For details about linking to headings on pages using automated links, see [Automated links to headings on pages][mydoc_hyperlinks-bookmarklinks].
|
||||
For details about linking to headings on pages using automated links, see [Automated links to headings on pages][mydoc_hyperlinks.html#bookmarklinks].
|
||||
|
||||
## Specify a particular page layout
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: posts, blog, news, authoring, exclusion, frontmatter
|
||||
last_updated: Feb 25, 2016
|
||||
summary: "You can use posts when you want to create blogs or news type of content."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_posts
|
||||
permalink: mydoc_posts.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Publishing on Github Pages
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_publishing_github_pages
|
||||
permalink: mydoc_publishing_github_pages.html
|
||||
summary: "You can publish your project on Github Pages, which is a free web hosting service provided by Github. All you need is to put your content into a Github repo branch called gh-pages and make this your default branch in your repo. With a Jekyll site, you just commit your entire project into the gh-pages branch and Github Pages will build the site for you."
|
||||
folder: mydoc
|
||||
---
|
||||
|
@ -5,7 +5,7 @@ keywords: AWS, Amazon, command line, pushing build
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can push your build to AWS using commands from the command line. By including your copy commands in commands, you can package all of the build and deploy process into executable scripts."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_push_build_to_server
|
||||
permalink: mydoc_push_build_to_server.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: release notes, announcements, what's new, new features
|
||||
last_updated: July 3, 2016
|
||||
summary: "Version 5.0 of the Documentation theme for Jekyll changes some fundamental ways the theme works to provide product-specific sidebars, intended to accommodate a site where multiple products are grouped together on the same site rather than generated out as separate outputs."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_release_notes_50
|
||||
permalink: mydoc_release_notes_50.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: release notes, announcements, what's new, new features
|
||||
last_updated: July 3, 2016
|
||||
summary: "Version 6.0 of the Documentation theme for Jekyll, released July 4, 2016, implements relative links so you can view the files offline or on any server without configuring urls and baseurls. Additionally, you can store pages in subdirectories. Templates for alerts and images are available."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_release_notes_60
|
||||
permalink: mydoc_release_notes_60.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: search, json, configuration, findability
|
||||
last_updated: July 3, 2016
|
||||
summary: "The search feature uses JavaScript to look for keyword matches in a JSON file. The results show instant matches, but it doesn't provide a search results page like Google. Also, sometimes invalid formatting can break the JSON file."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_search_configuration
|
||||
permalink: mydoc_search_configuration.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: series, connected articles, tutorials, hello world
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can automatically link together topics belonging to the same series. This helps users know the context within a particular process."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_series
|
||||
permalink: mydoc_series.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ series: "ACME series"
|
||||
weight: 1
|
||||
last_updated: July 3, 2016
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_seriesdemo1
|
||||
permalink: mydoc_seriesdemo1.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ series: "ACME series"
|
||||
weight: 2
|
||||
last_updated: July 3, 2016
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_seriesdemo2
|
||||
permalink: mydoc_seriesdemo2.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ series: "ACME series"
|
||||
weight: 3
|
||||
last_updated: July 3, 2016
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_seriesdemo3
|
||||
permalink: mydoc_seriesdemo3.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ series: "ACME series"
|
||||
weight: 4
|
||||
last_updated: July 3, 2016
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_seriesdemo4
|
||||
permalink: mydoc_seriesdemo4.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ last_updated: July 3, 2016
|
||||
keywords: sidebar, accordion, yaml, iteration, for loop, navigation, attributes, conditional filtering
|
||||
summary: "The sidebar navigation uses a jQuery component called Navgoco. The sidebar is a somewhat complex part of the theme that remembers your current page, highlights the active item, stays in a fixed position on the page, and more. This page explains a bit about how the sidebar was put together."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_sidebar_navigation
|
||||
permalink: mydoc_sidebar_navigation.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: layouts, information design, presentation
|
||||
last_updated: July 3, 2016
|
||||
summary: "This theme has a few special layouts. Special layouts include the JS files they need directly in the page. The JavaScript for each special layout does not load by default for every page in the site."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_special_layouts
|
||||
permalink: mydoc_special_layouts.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: questions, troubleshooting, contact, support
|
||||
last_updated: July 3, 2016
|
||||
summary: "Contact me for any support issues."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_support
|
||||
permalink: mydoc_support.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -7,7 +7,7 @@ last_updated: "November 30, 2016"
|
||||
summary: "If you're not sure whether Jekyll and this theme will support your requirements, this list provides a semi-comprehensive overview of available features."
|
||||
published: true
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_supported_features
|
||||
permalink: mydoc_supported_features.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: rouge, pygments, prettify, color coding,
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can apply syntax highlighting to your code. This theme uses pygments and applies color coding based on the lexer you specify."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_syntax_highlighting
|
||||
permalink: mydoc_syntax_highlighting.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ last_updated: July 3, 2016
|
||||
datatable: true
|
||||
summary: "You can format tables using either multimarkdown syntax or HTML. You can also use jQuery datatables (a plugin) if you need more robust tables."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_tables
|
||||
permalink: mydoc_tables.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ last_updated: July 3, 2016
|
||||
tags: [navigation]
|
||||
summary: "This is an overview to the tag archives section. Really the only reason this section is listed explicitly in the TOC here is to demonstrate how to add a third-level to the navigation."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_tag_archives_overview
|
||||
permalink: mydoc_tag_archives_overview.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ last_updated: July 3, 2016
|
||||
keywords: tags, navigation, buttons, links, association
|
||||
summary: "Tags provide another means of navigation for your content. Unlike the table of contents, tags can show the content in a variety of arrangements and groupings. Implementing tags in this Jekyll theme is somewhat of a manual process."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_tags
|
||||
permalink: mydoc_tags.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: themes, styles, colors, css
|
||||
last_updated: July 3, 2016
|
||||
summary: "You can choose between two different themes (one green, the other blue) for your projects. The theme CSS is stored in the CSS folder and configured in the configuration file for each project."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_themes
|
||||
permalink: mydoc_themes.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: trouble, problems, support, error messages, problems, failure, error,
|
||||
last_updated: July 3, 2016
|
||||
summary: "This page lists common errors and the steps needed to troubleshoot them."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_troubleshooting
|
||||
permalink: mydoc_troubleshooting.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ keywords: webstorm, sublime, markdown, atom, gnome, notepad ++, textpad, bbedit
|
||||
last_updated: March 20, 2016
|
||||
summary: "You can use a variety of text editors when working with a Jekyll project. WebStorm from IntelliJ offers a lot of project-specific features, such as find and replace, that make it ideal for working with tech comm projects."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_webstorm_text_editor
|
||||
permalink: mydoc_webstorm_text_editor.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ keywords: release notes, announcements, what's new, new features
|
||||
last_updated: July 3, 2016
|
||||
summary: "Version 6.0 of the Documentation theme for Jekyll reverts back to relative links so you can view the files offline. Additionally, you can store pages in subdirectories. Templates for alerts and images are available."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_workflow_maps
|
||||
permalink: mydoc_workflow_maps.html
|
||||
folder: mydoc
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ tags: [formatting]
|
||||
keywords: search
|
||||
summary: "YAML is a format that relies on white spacing to separate out the various elements of content. Jekyll lets you use Liquid with YAML as a way to parse through the data. Storing items for your table of contents is one of the most common uses of YAML with Jekyll."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: mydoc_yaml_tutorial
|
||||
permalink: mydoc_yaml_tutorial.html
|
||||
folder: mydoc
|
||||
---
|
||||
## Overview
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: News
|
||||
sidebar: home_sidebar
|
||||
keywords: news, blog, updates, release notes, announcements
|
||||
permalink: news
|
||||
permalink: news.html
|
||||
toc: false
|
||||
folder: news
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: News
|
||||
sidebar: mydoc_sidebar
|
||||
keywords: news, blog, updates, release notes, announcements
|
||||
permalink: news_archive
|
||||
permalink: news_archive.html
|
||||
toc: false
|
||||
folder: news
|
||||
---
|
||||
|
@ -3,7 +3,7 @@ title: Product 1
|
||||
keywords: mydoc
|
||||
sidebar: product1_sidebar
|
||||
toc: false
|
||||
permalink: p1_landing_page
|
||||
permalink: p1_landing_page.html
|
||||
folder: product1
|
||||
---
|
||||
<div class="row">
|
||||
|
@ -3,7 +3,7 @@ title: Sample 1 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample1
|
||||
permalink: p1_sample1.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Sample 2 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample2
|
||||
permalink: p1_sample2.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Sample 3 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample3
|
||||
permalink: p1_sample3.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Sample 4 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample4
|
||||
permalink: p1_sample4.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Sample 5 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample5
|
||||
permalink: p1_sample5.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Sample 6 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample6
|
||||
permalink: p1_sample6.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Sample 7 Topic (Product 1)
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product1_sidebar
|
||||
permalink: p1_sample7
|
||||
permalink: p1_sample7.html
|
||||
folder: product1
|
||||
---
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Product 2
|
||||
keywords: mydoc
|
||||
sidebar: product2_sidebar
|
||||
toc: false
|
||||
permalink: p2_landing_page
|
||||
permalink: p2_landing_page.html
|
||||
folder: product2
|
||||
---
|
||||
<div class="row">
|
||||
|
@ -3,7 +3,7 @@ title: Sample 1 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample1
|
||||
permalink: p2_sample1.html
|
||||
simple_map: true
|
||||
map_name: usermap
|
||||
box_number: 1
|
||||
|
@ -3,7 +3,7 @@ title: Sample 10 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample10
|
||||
permalink: p2_sample10.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 2
|
||||
|
@ -3,7 +3,7 @@ title: Sample 11 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample11
|
||||
permalink: p2_sample11.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 2
|
||||
|
@ -3,7 +3,7 @@ title: Sample 12 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample12
|
||||
permalink: p2_sample12.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 3
|
||||
|
@ -3,7 +3,7 @@ title: Sample 13 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample13
|
||||
permalink: p2_sample13.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 3
|
||||
|
@ -3,7 +3,7 @@ title: Sample 14 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample14
|
||||
permalink: p2_sample14.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 3
|
||||
|
@ -3,7 +3,7 @@ title: Sample 2 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample2
|
||||
permalink: p2_sample2.html
|
||||
simple_map: true
|
||||
map_name: usermap
|
||||
box_number: 2
|
||||
|
@ -3,7 +3,7 @@ title: Sample 3 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample3
|
||||
permalink: p2_sample3.html
|
||||
simple_map: true
|
||||
map_name: usermap
|
||||
box_number: 3
|
||||
|
@ -3,7 +3,7 @@ title: Sample 4 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample4
|
||||
permalink: p2_sample4.html
|
||||
simple_map: true
|
||||
map_name: usermap
|
||||
box_number: 4
|
||||
|
@ -3,7 +3,7 @@ title: Sample 5 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample5
|
||||
permalink: p2_sample5.html
|
||||
simple_map: true
|
||||
map_name: usermap
|
||||
box_number: 5
|
||||
|
@ -3,7 +3,7 @@ title: Sample 6 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample6
|
||||
permalink: p2_sample6.html
|
||||
simple_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 1
|
||||
|
@ -3,7 +3,7 @@ title: Sample 7 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample7
|
||||
permalink: p2_sample7.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 1
|
||||
|
@ -3,7 +3,7 @@ title: Sample 8 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample8
|
||||
permalink: p2_sample8.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 1
|
||||
|
@ -3,7 +3,7 @@ title: Sample 9 Topic
|
||||
keywords: sample
|
||||
summary: "This is just a sample topic..."
|
||||
sidebar: product2_sidebar
|
||||
permalink: p2_sample9
|
||||
permalink: p2_sample9.html
|
||||
complex_map: true
|
||||
map_name: usermapcomplex
|
||||
box_number: 2
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Collaboration pages"
|
||||
tagName: collaboration
|
||||
search: exclude
|
||||
permalink: tag_collaboration
|
||||
permalink: tag_collaboration.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Content types pages"
|
||||
tagName: content_types
|
||||
search: exclude
|
||||
permalink: tag_content_types
|
||||
permalink: tag_content_types.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Formatting pages"
|
||||
tagName: formatting
|
||||
search: exclude
|
||||
permalink: tag_formatting
|
||||
permalink: tag_formatting.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Getting started pages"
|
||||
tagName: getting_started
|
||||
search: exclude
|
||||
permalink: tag_getting_started
|
||||
permalink: tag_getting_started.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Mobile Pages"
|
||||
search: exclude
|
||||
tagName: mobile
|
||||
permalink: tag_mobile
|
||||
permalink: tag_mobile.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Navigation pages"
|
||||
tagName: navigation
|
||||
search: exclude
|
||||
permalink: tag_navigation
|
||||
permalink: tag_navigation.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "News"
|
||||
tagName: news
|
||||
search: exclude
|
||||
permalink: tag_news
|
||||
permalink: tag_news.html
|
||||
sidebar: mydoc_sidebar
|
||||
folder: tags
|
||||
---
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user