version 3.0 of the theme -- complete overhaul
This commit is contained in:
@ -1 +1,11 @@
|
||||
jekyll_platform: "an extremely fast and simple static site generator"
|
||||
jekyll_platform: "Jekyll is a static site generator that builds sites using most modern web technologies."
|
||||
|
||||
fractious: "Like a little mischevious child, full of annoying and constant trouble."
|
||||
|
||||
gratuitous: "Something that is unwarranted and uncouth, like the social equivalent of a flagrant foul."
|
||||
|
||||
haughty: "Proud and flaunting it. Holding your head high up like a snooty, too-good-for-everything rich person."
|
||||
|
||||
impertinent: "Someone acting rude and insensitive to others."
|
||||
|
||||
intrepid: "Brave and courageous especially in a difficult, dangerous situation."
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
videonote: >
|
||||
This is a sample note. Everything under the note title needs to be indented one space. The > means that
|
||||
you start the string on the next line.
|
||||
|
||||
samplenote: "something else"
|
||||
|
||||
another_note: "hey there"
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
# You can store various options here, such as audience. Then you can access the option with {{site.data.options.audience}}.
|
||||
# This allows you to do conditional logic. Options you set here work similarly to options set in the configuration file,
|
||||
# but the advantage here is that you don't have to restart the jekyll server to see changes. Also note that you access this location
|
||||
# using site.data instead of just site. And the location of data is defined in the configuration file through the data-source property.
|
||||
|
||||
# Sample logic:
|
||||
# {% if {{site.data.options.widget_toggle}} == "mac" %}
|
||||
# do this for mac
|
||||
# {% elsif {{site.data.options.widget_toggle}} == "pc" %}
|
||||
# do this for pc
|
||||
# {% endif %}
|
||||
|
||||
# This logic works in Markdown and HTML. You can compress onto the same line if the spacing creates issues in Markdown.
|
||||
|
||||
widget_toggle: mac
|
@ -1,409 +0,0 @@
|
||||
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
|
||||
# Spacing is really important here. A two-space indent appears below each level to indicate a new depth.
|
||||
#
|
||||
# Sidebar
|
||||
entries:
|
||||
- title: Sidebar # this title doesn't appear anywhere
|
||||
subcategories:
|
||||
- title: Overview
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
items:
|
||||
- title: Cover
|
||||
url: /titlepage/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
web: false
|
||||
|
||||
- title: Getting started
|
||||
url: /getting_started/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Setting up the configuration files
|
||||
url: /config_setup/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Supported features
|
||||
url: /supported_features/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Troubleshooting
|
||||
url: /troubleshooting/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Content types
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
items:
|
||||
- title: Pages and posts
|
||||
url: /pages/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Collections
|
||||
url: /collections/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Formatting
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
items:
|
||||
|
||||
- title: Alerts
|
||||
url: /alerts/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Images
|
||||
url: /images/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Links
|
||||
url: /links/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Syntax highlighting
|
||||
url: /syntax_highlighting/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Videos
|
||||
url: /videos/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Labels
|
||||
url: /labels/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Icons
|
||||
url: /icons/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Tables
|
||||
url: /tables/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Tooltips
|
||||
url: /adding_tooltips/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Navtabs
|
||||
url: /navtabs/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Shortcuts for Jekyll syntax
|
||||
url: /shortcuts_for_jekyll_syntax/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Single Sourcing
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
items:
|
||||
- title: Conditional logic
|
||||
url: /conditional_logic/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Content re-use
|
||||
url: /content_reuse/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Excluding files
|
||||
url: /excluding_files/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Publishing
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
items:
|
||||
- title: Build arguments
|
||||
url: /build_arguments/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Create a PDF
|
||||
url: /create_pdf/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Creating a help API
|
||||
url: /help_api/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Setting up iTerm profiles
|
||||
url: /iterm_profiles/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Common Git commands
|
||||
url: /git_commands/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Navigation
|
||||
audience: writer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
- title: Configuring sidebar and top navigation
|
||||
url: /navigation/
|
||||
audience: designer, writer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Tags
|
||||
url: /tags/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Special Layouts
|
||||
audience: designer, writer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
print: false
|
||||
items:
|
||||
- title: Special layouts
|
||||
url: /special_layouts/
|
||||
audience: designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Creating a series
|
||||
url: /series/
|
||||
audience: designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: all
|
||||
|
||||
- title: FAQ layout
|
||||
url: /faq/
|
||||
audience: designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: KB layout
|
||||
url: /kb_layout/
|
||||
audience: designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Scroll
|
||||
url: /scroll/
|
||||
audience: designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Shuffle
|
||||
url: /shuffle/
|
||||
audience: designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
- title: Tag archives
|
||||
audience: designer, writer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
items:
|
||||
- title: Overview
|
||||
url: /tag-archives-overview/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
thirdlevel: #demo's how to add a third level to the sidebar nav.
|
||||
- title: Third level title
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
thirdlevelitems:
|
||||
- title: Overview pages
|
||||
url: /tag-overview/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
- title: Getting Started pages
|
||||
url: /tag-getting-started/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
- title: Single Sourcing pages
|
||||
url: /tag-single-sourcing/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
- title: Publishing pages
|
||||
url: /tag-publishing/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
- title: Formatting pages
|
||||
url: /tag-formatting/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
||||
- title: Special layout pages
|
||||
url: /tag-special-layouts/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: false
|
||||
|
384
_data/sidebar_doc.yml
Normal file
384
_data/sidebar_doc.yml
Normal file
@ -0,0 +1,384 @@
|
||||
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
|
||||
|
||||
# Sidebar
|
||||
entries:
|
||||
- title: Sidebar
|
||||
subcategories:
|
||||
- title: Frontmatter # leave this frontmatter section here for PDF outputs
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
web: false
|
||||
items:
|
||||
- title: Title Page
|
||||
url: /titlepage.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
web: false
|
||||
|
||||
- title: Table of Contents
|
||||
url: /tocpage.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
web: false
|
||||
|
||||
- title: Getting started
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
|
||||
items:
|
||||
- title: Get started with this theme
|
||||
url: /doc_getting_started.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Configuration options
|
||||
url: /doc_configuration_settings.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Customizing the theme
|
||||
url: /doc_customize_the_theme.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Supported features
|
||||
url: /doc_supported_features.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
|
||||
- title: Authoring
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
- title: Pages
|
||||
url: /doc_pages.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Series
|
||||
url: /doc_series.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Collections
|
||||
url: /doc_collections.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Navigation
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
- title: Sidebar navigation
|
||||
url: /doc_sidebar_navigation.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Top navigation
|
||||
url: /doc_top_navigation.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Tags
|
||||
url: /doc_tags.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Formatting
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
- title: Tooltips
|
||||
url: /doc_adding_tooltips.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Alerts
|
||||
url: /doc_alerts.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Icons
|
||||
url: /doc_icons.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Images
|
||||
url: /doc_images.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Labels
|
||||
url: /doc_labels.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Links
|
||||
url: /doc_links.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Navtabs
|
||||
url: /doc_navtabs.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Video embeds
|
||||
url: /doc_video_embeds.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Tables
|
||||
url: /doc_tables.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Syntax highlighting
|
||||
url: /doc_syntax_highlighting.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Single-sourcing
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
|
||||
- title: Conditional logic
|
||||
url: /doc_conditional_logic.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Content reuse
|
||||
url: /doc_content_reuse.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Publishing
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
|
||||
- title: Build arguments
|
||||
url: /doc_build_arguments.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Themes
|
||||
url: /doc_themes.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Generating PDFs
|
||||
url: /doc_generating_pdfs.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Exclude files
|
||||
url: /doc_excluding_files.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Help API and UI tooltips
|
||||
url: /doc_help_api.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Search configuration
|
||||
url: /doc_search_configuration.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: iTerm profiles
|
||||
url: /iterm_profiles.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Pushing builds to server
|
||||
url: /doc_push_build_to_server.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Special layouts
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
|
||||
- title: Knowledge-base layout
|
||||
url: /doc_kb_layout.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Scroll layout
|
||||
url: /doc_scroll.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Shuffle
|
||||
url: /doc_shuffle.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: FAQ pages
|
||||
url: /doc_faq.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Glossaries
|
||||
url: /doc_glossary.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Tag archives
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
print: true
|
||||
items:
|
||||
|
||||
- title: Tag archives overview
|
||||
url: /doc_tag_archives_overview.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
thirdlevel:
|
||||
- title: Tag archive pages
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
version: all
|
||||
product: all
|
||||
thirdlevelitems:
|
||||
- title: Getting started pages
|
||||
url: /doc_tag-getting-started.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
version: all
|
||||
product: all
|
||||
|
||||
- title: Formatting pages
|
||||
url: /doc_tag-formatting.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
version: all
|
||||
product: all
|
||||
|
||||
- title: Navigation pages
|
||||
url: /doc_tag-navigation.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
version: all
|
||||
product: all
|
||||
|
||||
- title: Publishing pages
|
||||
url: /doc_tag-publishing.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
version: all
|
||||
product: all
|
||||
|
||||
- title: Special layout pages
|
||||
url: /doc_special-layouts.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
version: all
|
||||
product: all
|
@ -3,3 +3,4 @@
|
||||
# placed here for translation purposes
|
||||
search_placeholder_text: search...
|
||||
search_no_results_text: No results found.
|
||||
copyright_line: "©2015 Company Name. All rights reserved."
|
||||
|
@ -1,12 +1,9 @@
|
||||
allowed-tags:
|
||||
allowed-tags:
|
||||
- getting-started
|
||||
- overview
|
||||
- navigation
|
||||
- formatting
|
||||
- publishing
|
||||
- single-sourcing
|
||||
- special-layouts
|
||||
- content types
|
||||
|
||||
|
||||
|
||||
|
@ -1,58 +0,0 @@
|
||||
# if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
||||
|
||||
# Topnav single links
|
||||
topnav:
|
||||
- title: Topnav
|
||||
subcategories:
|
||||
- title: About
|
||||
url: /about/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Github repo
|
||||
external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: My blog
|
||||
external_url: http://idratherbewriting.com
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
#Topnav dropdowns
|
||||
topnav_dropdowns:
|
||||
- title: Topnav dropdowns
|
||||
subcategories:
|
||||
- title: Jekyll resources
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
items:
|
||||
- title: Jekyll documentation
|
||||
external_url: http://jekyllrb.com/docs/home/
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Jekyll Talk
|
||||
external_url: https://talk.jekyllrb.com/
|
||||
audience: designer, writer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
- title: Jekyll on Stackoverflow
|
||||
external_url: http://stackoverflow.com/questions/tagged/jekyll
|
||||
audience: writer, designer
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
46
_data/topnav_doc.yml
Normal file
46
_data/topnav_doc.yml
Normal file
@ -0,0 +1,46 @@
|
||||
# Topnav single links
|
||||
# if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
||||
topnav:
|
||||
- title: Topnav
|
||||
subcategories:
|
||||
- title: Github Repo
|
||||
external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
|
||||
#Topnav dropdowns
|
||||
topnav_dropdowns:
|
||||
- title: Topnav dropdowns
|
||||
subcategories:
|
||||
- title: Resources
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
items:
|
||||
- title: About
|
||||
url: /doc_about.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
- title: Support
|
||||
url: /doc_support.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
- title: Troubleshooting
|
||||
url: /doc_troubleshooting.html
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
||||
- title: Jekyll Talk
|
||||
external_url: https://talk.jekyllrb.com
|
||||
audience: writers, designers
|
||||
platform: all
|
||||
product: all
|
||||
version: all
|
Reference in New Issue
Block a user