From 7a2133e553c1f19ad3dbc4289278a3d434bbe6fd Mon Sep 17 00:00:00 2001 From: Robert Del Favero Date: Tue, 23 Oct 2018 15:43:54 -0700 Subject: [PATCH 1/3] Fixed a formatting problem --- pages/mydoc/mydoc_sidebar_navigation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/mydoc/mydoc_sidebar_navigation.md b/pages/mydoc/mydoc_sidebar_navigation.md index a03b03d..c7a0863 100644 --- a/pages/mydoc/mydoc_sidebar_navigation.md +++ b/pages/mydoc/mydoc_sidebar_navigation.md @@ -46,7 +46,8 @@ For example, the sidebar.html file contains the following code: {% raw %} ```liquid {% if folderitem.external_url %} -
  • {{folderitem.title}}
  • ``` +
  • {{folderitem.title}}
  • +``` {% endraw %} You can see that the `external_url` is a condition that applies a different formatting. Although this feature is available, I recommend putting any external navigation links in the top navigation bar instead of the side navigation bar. From 1a687dd886d635c717e65464ce659445423c27db Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Sat, 8 Dec 2018 23:12:38 -0800 Subject: [PATCH 2/3] text formatting update small formatting fix --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index ad09628..2eee385 100644 --- a/index.md +++ b/index.md @@ -151,9 +151,9 @@ The top navigation works just like the sidebar. You can specify which topnav dat topnav: topnav ``` -Here the topnav refers to the \_data/topnav.yml file. +Here the topnav refers to the `_data/topnav.yml` file. -Because most topnav options will be the same, the \_config.yml file specifies the topnav file as a default: +Because most topnav options will be the same, the `_config.yml` file specifies the topnav file as a default: ```yaml - @@ -170,7 +170,7 @@ Because most topnav options will be the same, the \_config.yml file specifies th ## Sidebar syntax -The sidebar data file uses a specific YAML syntax that you must follow. Follow the sample pattern shown in the theme, specically looking at mydoc_sidebar.yml as an example: Here's a code sample showing all levels: +The sidebar data file uses a specific YAML syntax that you must follow. Follow the sample pattern shown in the theme, specically looking at `mydoc_sidebar.yml` as an example: Here's a code sample showing all levels: ```yaml entries: From 6e6fd8d47527b9c0ca0b2a06afef8aa5c9499f9c Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Sat, 8 Dec 2018 23:13:30 -0800 Subject: [PATCH 3/3] typo fix fix typo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2eee385..54320cc 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ Follow these instructions to build the theme. ### 1. Download the theme -First download or clone the theme from the [Github repo](https://github.com/tomjoht/documentation-theme-jekyll). Most likely you won't be pulling in updates once you start customizing the theme, so downloading the theme (instead of cloning it) probably makes the most sense. In Github, click the **Clone or download** button, and then click **Download ZIP**. +First, download or clone the theme from the [Github repo](https://github.com/tomjoht/documentation-theme-jekyll). Most likely you won't be pulling in updates once you start customizing the theme, so downloading the theme (instead of cloning it) probably makes the most sense. In Github, click the **Clone or download** button, and then click **Download ZIP**. ### 2. Install Jekyll