diff --git a/_config.yml b/_config.yml index 5826729..d7cf1fa 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_data/sidebars/home_sidebar.yml b/_data/sidebars/home_sidebar.yml index 63d7d82..fbf43d5 100644 --- a/_data/sidebars/home_sidebar.yml +++ b/_data/sidebars/home_sidebar.yml @@ -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 diff --git a/_data/sidebars/mydoc_sidebar.yml b/_data/sidebars/mydoc_sidebar.yml index 5edf616..7eb8441 100644 --- a/_data/sidebars/mydoc_sidebar.yml +++ b/_data/sidebars/mydoc_sidebar.yml @@ -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 diff --git a/_data/otherlinks.yml b/_data/sidebars/other.yml similarity index 74% rename from _data/otherlinks.yml rename to _data/sidebars/other.yml index 1d71a74..d458527 100644 --- a/_data/otherlinks.yml +++ b/_data/sidebars/other.yml @@ -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 diff --git a/_data/sidebars/product1_sidebar.yml b/_data/sidebars/product1_sidebar.yml index e679b68..4a04389 100644 --- a/_data/sidebars/product1_sidebar.yml +++ b/_data/sidebars/product1_sidebar.yml @@ -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 diff --git a/_data/sidebars/product2_sidebar.yml b/_data/sidebars/product2_sidebar.yml index 49cab93..ca80dbb 100644 --- a/_data/sidebars/product2_sidebar.yml +++ b/_data/sidebars/product2_sidebar.yml @@ -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 diff --git a/_data/topnav.yml b/_data/topnav.yml index 51806a2..8bd1397 100644 --- a/_data/topnav.yml +++ b/_data/topnav.yml @@ -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 diff --git a/_includes/links.html b/_includes/links.html index 792839a..ce2bf35 100644 --- a/_includes/links.html +++ b/_includes/links.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 %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 0b64854..1a9c236 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -13,9 +13,9 @@ {% if folderitem.external_url %}
  • {{folderitem.title}}
  • {% elsif page.url == folderitem.url %} -
  • {{folderitem.title}}
  • +
  • {{folderitem.title}}
  • {% else %} -
  • {{folderitem.title}}
  • +
  • {{folderitem.title}}
  • {% endif %} {% for subfolders in folderitem.subfolders %} {% if subfolders.output contains "web" %} @@ -27,9 +27,9 @@ {% if subfolderitem.external_url %}
  • {{subfolderitem.title}}
  • {% elsif page.url == subfolderitem.url %} -
  • {{subfolderitem.title}}
  • +
  • {{subfolderitem.title}}
  • {% else %} -
  • {{subfolderitem.title}}
  • +
  • {{subfolderitem.title}}
  • {% endif %} {% endif %} {% endfor %} diff --git a/_includes/taglogic.html b/_includes/taglogic.html index 32dd027..c2f76b0 100644 --- a/_includes/taglogic.html +++ b/_includes/taglogic.html @@ -6,7 +6,7 @@ {% for tag in page.tags %} {% if tag == thisTag %} - {{page.title}} + {{page.title}} Page {% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ page.content | truncatewords: 50 | strip_html }} {% endif %} @@ -19,7 +19,7 @@ {% for tag in post.tags %} {% if tag == thisTag %} - {{post.title}} + {{post.title}} Post {% if post.summary %} {{ post.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %} diff --git a/_includes/topnav.html b/_includes/topnav.html index 96a0c2c..a30288f 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -18,9 +18,9 @@ {% if item.external_url %}
  • {{item.title}}
  • {% elsif page.url contains item.url %} -
  • {{item.title}}
  • +
  • {{item.title}}
  • {% else %} -
  • {{item.title}}
  • +
  • {{item.title}}
  • {% endif %} {% endfor %} {% endfor %} @@ -35,9 +35,9 @@ {% if folderitem.external_url %}
  • {{folderitem.title}}
  • {% elsif page.url contains folderitem.url %} - + {% else %} -
  • {{folderitem.title}}
  • +
  • {{folderitem.title}}
  • {% endif %} {% endfor %} diff --git a/_layouts/page.html b/_layouts/page.html index b52e6d0..5ac7435 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -55,7 +55,7 @@ layout: default {% assign projectTags = site.data.tags.allowed-tags %} {% for tag in page.tags %} {% if projectTags contains tag %} - {{page.tagName}}{{tag}} + {{page.tagName}}{{tag}} {% endif %} {% endfor %} {% endif %} diff --git a/_pages/mydoc/mydoc_about.md b/_pages/mydoc/mydoc_about.md index 7651ad6..c6edad5 100644 --- a/_pages/mydoc/mydoc_about.md +++ b/_pages/mydoc/mydoc_about.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_about_ruby_gems_bundler.md b/_pages/mydoc/mydoc_about_ruby_gems_bundler.md index 9f99534..b03bc24 100644 --- a/_pages/mydoc/mydoc_about_ruby_gems_bundler.md +++ b/_pages/mydoc/mydoc_about_ruby_gems_bundler.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_adding_tooltips.md b/_pages/mydoc/mydoc_adding_tooltips.md index 9d665c2..5b35e28 100644 --- a/_pages/mydoc/mydoc_adding_tooltips.md +++ b/_pages/mydoc/mydoc_adding_tooltips.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_alerts.md b/_pages/mydoc/mydoc_alerts.md index 892d97d..0fcb208 100644 --- a/_pages/mydoc/mydoc_alerts.md +++ b/_pages/mydoc/mydoc_alerts.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_atom_text_editor.md b/_pages/mydoc/mydoc_atom_text_editor.md index 8b93418..6547b99 100644 --- a/_pages/mydoc/mydoc_atom_text_editor.md +++ b/_pages/mydoc/mydoc_atom_text_editor.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_build_arguments.md b/_pages/mydoc/mydoc_build_arguments.md index 2c71144..8f1736a 100644 --- a/_pages/mydoc/mydoc_build_arguments.md +++ b/_pages/mydoc/mydoc_build_arguments.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_build_scripts.md b/_pages/mydoc/mydoc_build_scripts.md index e9839c9..aa1f564 100644 --- a/_pages/mydoc/mydoc_build_scripts.md +++ b/_pages/mydoc/mydoc_build_scripts.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_code_samples.md b/_pages/mydoc/mydoc_code_samples.md index 062d02c..fb6fef3 100644 --- a/_pages/mydoc/mydoc_code_samples.md +++ b/_pages/mydoc/mydoc_code_samples.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_collections.md b/_pages/mydoc/mydoc_collections.md index f37a993..fbc725b 100644 --- a/_pages/mydoc/mydoc_collections.md +++ b/_pages/mydoc/mydoc_collections.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_commenting_on_files.md b/_pages/mydoc/mydoc_commenting_on_files.md index 680e5d7..53125c9 100644 --- a/_pages/mydoc/mydoc_commenting_on_files.md +++ b/_pages/mydoc/mydoc_commenting_on_files.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_conditional_logic.md b/_pages/mydoc/mydoc_conditional_logic.md index 92cece4..3f59bcd 100644 --- a/_pages/mydoc/mydoc_conditional_logic.md +++ b/_pages/mydoc/mydoc_conditional_logic.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_content_reuse.md b/_pages/mydoc/mydoc_content_reuse.md index c51b9f8..3586816 100644 --- a/_pages/mydoc/mydoc_content_reuse.md +++ b/_pages/mydoc/mydoc_content_reuse.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_excluding_files.md b/_pages/mydoc/mydoc_excluding_files.md index 409886c..7ca77d3 100644 --- a/_pages/mydoc/mydoc_excluding_files.md +++ b/_pages/mydoc/mydoc_excluding_files.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_faq.html b/_pages/mydoc/mydoc_faq.html index b41543c..6877b11 100644 --- a/_pages/mydoc/mydoc_faq.html +++ b/_pages/mydoc/mydoc_faq.html @@ -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 diff --git a/_pages/mydoc/mydoc_generating_pdfs.md b/_pages/mydoc/mydoc_generating_pdfs.md index 668bb00..60776ad 100644 --- a/_pages/mydoc/mydoc_generating_pdfs.md +++ b/_pages/mydoc/mydoc_generating_pdfs.md @@ -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 diff --git a/_pages/mydoc/mydoc_git_collaboration.md b/_pages/mydoc/mydoc_git_collaboration.md index fc30d35..ae0e511 100644 --- a/_pages/mydoc/mydoc_git_collaboration.md +++ b/_pages/mydoc/mydoc_git_collaboration.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_glossary.md b/_pages/mydoc/mydoc_glossary.md index 9ff0b20..264fed7 100644 --- a/_pages/mydoc/mydoc_glossary.md +++ b/_pages/mydoc/mydoc_glossary.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_help_api.md b/_pages/mydoc/mydoc_help_api.md index 4b01d52..89d4e7d 100644 --- a/_pages/mydoc/mydoc_help_api.md +++ b/_pages/mydoc/mydoc_help_api.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_hyperlinks.md b/_pages/mydoc/mydoc_hyperlinks.md index bb6373a..c6a86cd 100644 --- a/_pages/mydoc/mydoc_hyperlinks.md +++ b/_pages/mydoc/mydoc_hyperlinks.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_icons.md b/_pages/mydoc/mydoc_icons.md index 15295c1..18d0fc4 100644 --- a/_pages/mydoc/mydoc_icons.md +++ b/_pages/mydoc/mydoc_icons.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_images.md b/_pages/mydoc/mydoc_images.md index eb14e99..b466d64 100644 --- a/_pages/mydoc/mydoc_images.md +++ b/_pages/mydoc/mydoc_images.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_install_jekyll_on_mac.md b/_pages/mydoc/mydoc_install_jekyll_on_mac.md index 490868b..1690f72 100644 --- a/_pages/mydoc/mydoc_install_jekyll_on_mac.md +++ b/_pages/mydoc/mydoc_install_jekyll_on_mac.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_install_jekyll_on_windows.md b/_pages/mydoc/mydoc_install_jekyll_on_windows.md index 4792357..0e85bb0 100644 --- a/_pages/mydoc/mydoc_install_jekyll_on_windows.md +++ b/_pages/mydoc/mydoc_install_jekyll_on_windows.md @@ -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 diff --git a/_pages/mydoc/mydoc_installing_bundler.md b/_pages/mydoc/mydoc_installing_bundler.md index e6ae0cd..d3818ac 100644 --- a/_pages/mydoc/mydoc_installing_bundler.md +++ b/_pages/mydoc/mydoc_installing_bundler.md @@ -2,7 +2,7 @@ title: Installing Bundler published: false sidebar: mydoc_sidebar -permalink: mydoc_installing_bundler +permalink: mydoc_installing_bundler.html folder: mydoc --- diff --git a/_pages/mydoc/mydoc_introduction.md b/_pages/mydoc/mydoc_introduction.md index 27dbfc9..85a25a2 100644 --- a/_pages/mydoc/mydoc_introduction.md +++ b/_pages/mydoc/mydoc_introduction.md @@ -1,7 +1,7 @@ --- title: Introduction sidebar: mydoc_sidebar -permalink: mydoc_introduction +permalink: mydoc_introduction.html folder: mydoc --- diff --git a/_pages/mydoc/mydoc_iterm_profiles.md b/_pages/mydoc/mydoc_iterm_profiles.md index 5f378f4..2784a66 100644 --- a/_pages/mydoc/mydoc_iterm_profiles.md +++ b/_pages/mydoc/mydoc_iterm_profiles.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_kb_layout.md b/_pages/mydoc/mydoc_kb_layout.md index 464a439..886833e 100644 --- a/_pages/mydoc/mydoc_kb_layout.md +++ b/_pages/mydoc/mydoc_kb_layout.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_labels.md b/_pages/mydoc/mydoc_labels.md index 58cb2fd..20fd68f 100644 --- a/_pages/mydoc/mydoc_labels.md +++ b/_pages/mydoc/mydoc_labels.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_lists.md b/_pages/mydoc/mydoc_lists.md index fea0e18..0e3181c 100644 --- a/_pages/mydoc/mydoc_lists.md +++ b/_pages/mydoc/mydoc_lists.md @@ -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 diff --git a/_pages/mydoc/mydoc_navtabs.md b/_pages/mydoc/mydoc_navtabs.md index 318b25a..d52cc02 100644 --- a/_pages/mydoc/mydoc_navtabs.md +++ b/_pages/mydoc/mydoc_navtabs.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_no_password_prompts_scp.md b/_pages/mydoc/mydoc_no_password_prompts_scp.md index 3a90c8b..bf3fdbe 100644 --- a/_pages/mydoc/mydoc_no_password_prompts_scp.md +++ b/_pages/mydoc/mydoc_no_password_prompts_scp.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_pages.md b/_pages/mydoc/mydoc_pages.md index 5915203..7a21c3c 100644 --- a/_pages/mydoc/mydoc_pages.md +++ b/_pages/mydoc/mydoc_pages.md @@ -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 diff --git a/_pages/mydoc/mydoc_posts.md b/_pages/mydoc/mydoc_posts.md index b6f0caa..d3b2986 100644 --- a/_pages/mydoc/mydoc_posts.md +++ b/_pages/mydoc/mydoc_posts.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_publishing_github_pages.md b/_pages/mydoc/mydoc_publishing_github_pages.md index 48c61bd..fd29ce9 100644 --- a/_pages/mydoc/mydoc_publishing_github_pages.md +++ b/_pages/mydoc/mydoc_publishing_github_pages.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_push_build_to_server.md b/_pages/mydoc/mydoc_push_build_to_server.md index 874f67f..0b563ad 100644 --- a/_pages/mydoc/mydoc_push_build_to_server.md +++ b/_pages/mydoc/mydoc_push_build_to_server.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_release_notes_50.md b/_pages/mydoc/mydoc_release_notes_50.md index ecd0046..9f22957 100644 --- a/_pages/mydoc/mydoc_release_notes_50.md +++ b/_pages/mydoc/mydoc_release_notes_50.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_release_notes_60.md b/_pages/mydoc/mydoc_release_notes_60.md index 3293355..5584953 100644 --- a/_pages/mydoc/mydoc_release_notes_60.md +++ b/_pages/mydoc/mydoc_release_notes_60.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_search_configuration.md b/_pages/mydoc/mydoc_search_configuration.md index ed8b634..51e5f60 100644 --- a/_pages/mydoc/mydoc_search_configuration.md +++ b/_pages/mydoc/mydoc_search_configuration.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_series.md b/_pages/mydoc/mydoc_series.md index 0c9219c..9e69918 100644 --- a/_pages/mydoc/mydoc_series.md +++ b/_pages/mydoc/mydoc_series.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_seriesdemo1.md b/_pages/mydoc/mydoc_seriesdemo1.md index da7c72b..9907aa3 100644 --- a/_pages/mydoc/mydoc_seriesdemo1.md +++ b/_pages/mydoc/mydoc_seriesdemo1.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_seriesdemo2.md b/_pages/mydoc/mydoc_seriesdemo2.md index 82d86d9..ddbd484 100644 --- a/_pages/mydoc/mydoc_seriesdemo2.md +++ b/_pages/mydoc/mydoc_seriesdemo2.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_seriesdemo3.md b/_pages/mydoc/mydoc_seriesdemo3.md index 4dd149a..43af392 100644 --- a/_pages/mydoc/mydoc_seriesdemo3.md +++ b/_pages/mydoc/mydoc_seriesdemo3.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_seriesdemo4.md b/_pages/mydoc/mydoc_seriesdemo4.md index ebfe250..47aba0d 100644 --- a/_pages/mydoc/mydoc_seriesdemo4.md +++ b/_pages/mydoc/mydoc_seriesdemo4.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_sidebar_navigation.md b/_pages/mydoc/mydoc_sidebar_navigation.md index 0c38687..84a7a29 100644 --- a/_pages/mydoc/mydoc_sidebar_navigation.md +++ b/_pages/mydoc/mydoc_sidebar_navigation.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_special_layouts.md b/_pages/mydoc/mydoc_special_layouts.md index 6beee96..6593890 100644 --- a/_pages/mydoc/mydoc_special_layouts.md +++ b/_pages/mydoc/mydoc_special_layouts.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_support.md b/_pages/mydoc/mydoc_support.md index a40499a..5ab18f7 100644 --- a/_pages/mydoc/mydoc_support.md +++ b/_pages/mydoc/mydoc_support.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_supported_features.md b/_pages/mydoc/mydoc_supported_features.md index 980a43f..4cfe232 100644 --- a/_pages/mydoc/mydoc_supported_features.md +++ b/_pages/mydoc/mydoc_supported_features.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_syntax_highlighting.md b/_pages/mydoc/mydoc_syntax_highlighting.md index d234430..1dc5c5d 100644 --- a/_pages/mydoc/mydoc_syntax_highlighting.md +++ b/_pages/mydoc/mydoc_syntax_highlighting.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_tables.md b/_pages/mydoc/mydoc_tables.md index b3404d7..54fe46c 100644 --- a/_pages/mydoc/mydoc_tables.md +++ b/_pages/mydoc/mydoc_tables.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_tag_archives_overview.md b/_pages/mydoc/mydoc_tag_archives_overview.md index dab4862..37c0841 100644 --- a/_pages/mydoc/mydoc_tag_archives_overview.md +++ b/_pages/mydoc/mydoc_tag_archives_overview.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_tags.md b/_pages/mydoc/mydoc_tags.md index 88ee65a..245a0df 100644 --- a/_pages/mydoc/mydoc_tags.md +++ b/_pages/mydoc/mydoc_tags.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_themes.md b/_pages/mydoc/mydoc_themes.md index 4c0cc84..bea8bc4 100644 --- a/_pages/mydoc/mydoc_themes.md +++ b/_pages/mydoc/mydoc_themes.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_troubleshooting.md b/_pages/mydoc/mydoc_troubleshooting.md index b0bfcc3..e84d5d3 100644 --- a/_pages/mydoc/mydoc_troubleshooting.md +++ b/_pages/mydoc/mydoc_troubleshooting.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_webstorm_text_editor.md b/_pages/mydoc/mydoc_webstorm_text_editor.md index 8c4554a..a80f787 100644 --- a/_pages/mydoc/mydoc_webstorm_text_editor.md +++ b/_pages/mydoc/mydoc_webstorm_text_editor.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_workflow_maps.md b/_pages/mydoc/mydoc_workflow_maps.md index dae61aa..d789735 100644 --- a/_pages/mydoc/mydoc_workflow_maps.md +++ b/_pages/mydoc/mydoc_workflow_maps.md @@ -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 --- diff --git a/_pages/mydoc/mydoc_yaml_tutorial.md b/_pages/mydoc/mydoc_yaml_tutorial.md index b47faab..8ca83e3 100644 --- a/_pages/mydoc/mydoc_yaml_tutorial.md +++ b/_pages/mydoc/mydoc_yaml_tutorial.md @@ -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 diff --git a/_pages/news/news.html b/_pages/news/news.html index de6b6ab..fc732f5 100644 --- a/_pages/news/news.html +++ b/_pages/news/news.html @@ -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 --- diff --git a/_pages/news/news_archive.html b/_pages/news/news_archive.html index 5a9c584..42e9ab8 100644 --- a/_pages/news/news_archive.html +++ b/_pages/news/news_archive.html @@ -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 --- diff --git a/_pages/product1/p1_landing_page.html b/_pages/product1/p1_landing_page.html index bd7702d..2f3d44a 100644 --- a/_pages/product1/p1_landing_page.html +++ b/_pages/product1/p1_landing_page.html @@ -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 ---
    diff --git a/_pages/product1/p1_sample1.md b/_pages/product1/p1_sample1.md index 19b94ab..217ccb5 100644 --- a/_pages/product1/p1_sample1.md +++ b/_pages/product1/p1_sample1.md @@ -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 --- diff --git a/_pages/product1/p1_sample2.md b/_pages/product1/p1_sample2.md index de12a6b..c1aee47 100644 --- a/_pages/product1/p1_sample2.md +++ b/_pages/product1/p1_sample2.md @@ -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 --- diff --git a/_pages/product1/p1_sample3.md b/_pages/product1/p1_sample3.md index 85cf602..29eb813 100644 --- a/_pages/product1/p1_sample3.md +++ b/_pages/product1/p1_sample3.md @@ -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 --- diff --git a/_pages/product1/p1_sample4.md b/_pages/product1/p1_sample4.md index a900c8f..91c290d 100644 --- a/_pages/product1/p1_sample4.md +++ b/_pages/product1/p1_sample4.md @@ -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 --- diff --git a/_pages/product1/p1_sample5.md b/_pages/product1/p1_sample5.md index ccec465..39d70c9 100644 --- a/_pages/product1/p1_sample5.md +++ b/_pages/product1/p1_sample5.md @@ -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 --- diff --git a/_pages/product1/p1_sample6.md b/_pages/product1/p1_sample6.md index 60a6202..48ec049 100644 --- a/_pages/product1/p1_sample6.md +++ b/_pages/product1/p1_sample6.md @@ -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 --- diff --git a/_pages/product1/p1_sample7.md b/_pages/product1/p1_sample7.md index 70d26b1..c746903 100644 --- a/_pages/product1/p1_sample7.md +++ b/_pages/product1/p1_sample7.md @@ -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 --- diff --git a/_pages/product2/p2_landing_page.html b/_pages/product2/p2_landing_page.html index d54b473..64b5d3b 100644 --- a/_pages/product2/p2_landing_page.html +++ b/_pages/product2/p2_landing_page.html @@ -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 ---
    diff --git a/_pages/product2/p2_sample1.md b/_pages/product2/p2_sample1.md index 6668cc5..96a7dec 100644 --- a/_pages/product2/p2_sample1.md +++ b/_pages/product2/p2_sample1.md @@ -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 diff --git a/_pages/product2/p2_sample10.md b/_pages/product2/p2_sample10.md index 0534f6c..dd710c8 100644 --- a/_pages/product2/p2_sample10.md +++ b/_pages/product2/p2_sample10.md @@ -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 diff --git a/_pages/product2/p2_sample11.md b/_pages/product2/p2_sample11.md index 2235ae0..24a6b24 100644 --- a/_pages/product2/p2_sample11.md +++ b/_pages/product2/p2_sample11.md @@ -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 diff --git a/_pages/product2/p2_sample12.md b/_pages/product2/p2_sample12.md index 5f78b39..7bf3452 100644 --- a/_pages/product2/p2_sample12.md +++ b/_pages/product2/p2_sample12.md @@ -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 diff --git a/_pages/product2/p2_sample13.md b/_pages/product2/p2_sample13.md index 6345daf..722de76 100644 --- a/_pages/product2/p2_sample13.md +++ b/_pages/product2/p2_sample13.md @@ -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 diff --git a/_pages/product2/p2_sample14.md b/_pages/product2/p2_sample14.md index b1a7db4..443d68a 100644 --- a/_pages/product2/p2_sample14.md +++ b/_pages/product2/p2_sample14.md @@ -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 diff --git a/_pages/product2/p2_sample2.md b/_pages/product2/p2_sample2.md index 4737e40..4c8fd9e 100644 --- a/_pages/product2/p2_sample2.md +++ b/_pages/product2/p2_sample2.md @@ -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 diff --git a/_pages/product2/p2_sample3.md b/_pages/product2/p2_sample3.md index ca5c842..b8c6a87 100644 --- a/_pages/product2/p2_sample3.md +++ b/_pages/product2/p2_sample3.md @@ -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 diff --git a/_pages/product2/p2_sample4.md b/_pages/product2/p2_sample4.md index 582ff66..1046aed 100644 --- a/_pages/product2/p2_sample4.md +++ b/_pages/product2/p2_sample4.md @@ -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 diff --git a/_pages/product2/p2_sample5.md b/_pages/product2/p2_sample5.md index b38a641..03dbb9f 100644 --- a/_pages/product2/p2_sample5.md +++ b/_pages/product2/p2_sample5.md @@ -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 diff --git a/_pages/product2/p2_sample6.md b/_pages/product2/p2_sample6.md index 47b7060..f426e33 100644 --- a/_pages/product2/p2_sample6.md +++ b/_pages/product2/p2_sample6.md @@ -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 diff --git a/_pages/product2/p2_sample7.md b/_pages/product2/p2_sample7.md index 8ebd1f3..22f774c 100644 --- a/_pages/product2/p2_sample7.md +++ b/_pages/product2/p2_sample7.md @@ -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 diff --git a/_pages/product2/p2_sample8.md b/_pages/product2/p2_sample8.md index 81b65b1..2bcd538 100644 --- a/_pages/product2/p2_sample8.md +++ b/_pages/product2/p2_sample8.md @@ -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 diff --git a/_pages/product2/p2_sample9.md b/_pages/product2/p2_sample9.md index eec691c..d161e7e 100644 --- a/_pages/product2/p2_sample9.md +++ b/_pages/product2/p2_sample9.md @@ -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 diff --git a/_pages/tags/tag_collaboration.md b/_pages/tags/tag_collaboration.md index ac1d565..bec986c 100644 --- a/_pages/tags/tag_collaboration.md +++ b/_pages/tags/tag_collaboration.md @@ -2,7 +2,7 @@ title: "Collaboration pages" tagName: collaboration search: exclude -permalink: tag_collaboration +permalink: tag_collaboration.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_content_types.md b/_pages/tags/tag_content_types.md index 85603db..fe87eaa 100644 --- a/_pages/tags/tag_content_types.md +++ b/_pages/tags/tag_content_types.md @@ -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 --- diff --git a/_pages/tags/tag_formatting.md b/_pages/tags/tag_formatting.md index 39e75c5..8332502 100644 --- a/_pages/tags/tag_formatting.md +++ b/_pages/tags/tag_formatting.md @@ -2,7 +2,7 @@ title: "Formatting pages" tagName: formatting search: exclude -permalink: tag_formatting +permalink: tag_formatting.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_getting_started.md b/_pages/tags/tag_getting_started.md index bb07919..c4aca23 100644 --- a/_pages/tags/tag_getting_started.md +++ b/_pages/tags/tag_getting_started.md @@ -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 --- diff --git a/_pages/tags/tag_mobile.md b/_pages/tags/tag_mobile.md index c8b3fbe..4f35333 100644 --- a/_pages/tags/tag_mobile.md +++ b/_pages/tags/tag_mobile.md @@ -2,7 +2,7 @@ title: "Mobile Pages" search: exclude tagName: mobile -permalink: tag_mobile +permalink: tag_mobile.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_navigation.md b/_pages/tags/tag_navigation.md index 2d3b1ee..480d087 100644 --- a/_pages/tags/tag_navigation.md +++ b/_pages/tags/tag_navigation.md @@ -2,7 +2,7 @@ title: "Navigation pages" tagName: navigation search: exclude -permalink: tag_navigation +permalink: tag_navigation.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_news.md b/_pages/tags/tag_news.md index 1dff410..3dc9414 100644 --- a/_pages/tags/tag_news.md +++ b/_pages/tags/tag_news.md @@ -2,7 +2,7 @@ title: "News" tagName: news search: exclude -permalink: tag_news +permalink: tag_news.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_publishing.md b/_pages/tags/tag_publishing.md index 30ac1f7..5d948f0 100644 --- a/_pages/tags/tag_publishing.md +++ b/_pages/tags/tag_publishing.md @@ -2,7 +2,7 @@ title: "Publishing pages" tagName: publishing search: exclude -permalink: tag_publishing +permalink: tag_publishing.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_single_sourcing.md b/_pages/tags/tag_single_sourcing.md index 1e53c2b..ae181e1 100644 --- a/_pages/tags/tag_single_sourcing.md +++ b/_pages/tags/tag_single_sourcing.md @@ -2,7 +2,7 @@ title: "Single sourcing pages" tagName: single_sourcing search: exclude -permalink: tag_single_sourcing +permalink: tag_single_sourcing.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_special_layouts.md b/_pages/tags/tag_special_layouts.md index 8edae31..b010362 100644 --- a/_pages/tags/tag_special_layouts.md +++ b/_pages/tags/tag_special_layouts.md @@ -2,7 +2,7 @@ title: "Special layout pages" tagName: special_layouts search: exclude -permalink: tag_special_layouts +permalink: tag_special_layouts.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_pages/tags/tag_troubleshooting.md b/_pages/tags/tag_troubleshooting.md index df53567..dd96d54 100644 --- a/_pages/tags/tag_troubleshooting.md +++ b/_pages/tags/tag_troubleshooting.md @@ -2,7 +2,7 @@ title: "Troubleshooting pages" tagName: troubleshooting search: exclude -permalink: tag_troubleshooting +permalink: tag_troubleshooting.html sidebar: mydoc_sidebar folder: tags --- diff --git a/_posts/2015-04-12-test-post-last-year.md b/_posts/2015-04-12-test-post-last-year.md index 3459453..62beba8 100644 --- a/_posts/2015-04-12-test-post-last-year.md +++ b/_posts/2015-04-12-test-post-last-year.md @@ -1,7 +1,7 @@ --- title: "Test post from last year" categories: jekyll update -permalink: test-post-from-last-year +permalink: test-post-from-last-year.html tags: [news] --- diff --git a/_posts/2016-02-24-first-post.md b/_posts/2016-02-24-first-post.md index 335af8d..e29cc3b 100644 --- a/_posts/2016-02-24-first-post.md +++ b/_posts/2016-02-24-first-post.md @@ -1,7 +1,7 @@ --- title: "Welcome to Jekyll!" categories: jekyll update -permalink: myupdate +permalink: myupdate.html tags: [news] --- diff --git a/_posts/2016-02-26-sample-post-jekyll.md b/_posts/2016-02-26-sample-post-jekyll.md index c292a9e..3ee58f5 100644 --- a/_posts/2016-02-26-sample-post-jekyll.md +++ b/_posts/2016-02-26-sample-post-jekyll.md @@ -1,7 +1,7 @@ --- title: "Sample post" published: true -permalink: samplepost +permalink: samplepost.html summary: "This is some summary frontmatter for my sample post." tags: [news, getting_started] --- diff --git a/index.md b/index.md index 12053b1..2169da1 100644 --- a/index.md +++ b/index.md @@ -3,10 +3,11 @@ title: Getting started with the Documentation Theme for Jekyll keywords: sample homepage tags: [getting_started] sidebar: mydoc_sidebar -permalink: index +permalink: index.html summary: These brief instructions will help you get started quickly with the theme. The other topics in this help provide additional information and detail about working with other aspects of this theme and Jekyll. --- + ## Download or clone the theme First download or clone the theme from the [Github repo](https://github.com/tomjohnson1492/documentation-theme-jekyll). Most likely you won't be pulling in updates once you start customizing the theme, so downloading theme probably makes the most sense. @@ -283,7 +284,7 @@ See the topics under "Formatting" in the sidebar for more information. ## Automated links -If you want to use an automated system for managing links, see [Automated Links][mydoc_hyperlinks-automatedlinks]. This approach automatically creates a list of Markdown references to simplify linking. +If you want to use an automated system for managing links, see [Automated Links][mydoc_hyperlinks.html#automatedlinks]. This approach automatically creates a list of Markdown references to simplify linking. ## Other instructions