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.