- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Home
        Wouter edited this page Nov 23, 2021 
        ·
        3 revisions
      
    based on minimal mistakes:
https://mmistakes.github.io/minimal-mistakes/docs/configuration/
- new pages should be added to the folder _pages
- in mark down
---
permalink: /gs_docker/              <--- the relative url of the page
title: "Containerized Iotivity"     <--- the title
overview: false
layout: single
sidebar:                            
  nav: "doc_nav"                    <--- side bar navigation (left side)
toc: true                           <--- toc navigation (right side)
toc_label: "Table of Contents"
toc_icon: "cog"
toc_sticky : true
---
images to be added to the /assets/images folder will have the relative url /asset/images/xxx.png
navigation is done via _data/navigation.yml
- main home page navigation (top bar)
- all others are side bar navigations