Website/_docs/docs.md
2021-01-26 16:38:24 +01:00

708 B

title subtitle tags author
Creating docs posts Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
setup
evan

Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings:

---
title: Category hosting Setting up new domain and page
subtitle: This is optional doc subtitle
tags: [featured, development]
author: peter
---

Sidebar navigation on docs post can edited in _data/navigation_docs.yml:

- title: Getting Started    # Section title
  docs:
  - home                    # Doc file name from _docs folder
  - quickstart
  - installation
  - windows