Rough out Documentation collection
This commit is contained in:
parent
678aecdd61
commit
6739aee59b
2 changed files with 19 additions and 0 deletions
12
_config.yml
12
_config.yml
|
@ -113,6 +113,9 @@ kramdown:
|
|||
|
||||
# Collections
|
||||
collections:
|
||||
docs:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
recipes:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
|
@ -143,6 +146,15 @@ defaults:
|
|||
values:
|
||||
layout: single
|
||||
author_profile: true
|
||||
# _docs
|
||||
- scope:
|
||||
path: ""
|
||||
type: docs
|
||||
values:
|
||||
layout: single
|
||||
author_profile: false
|
||||
share: false
|
||||
comments: false
|
||||
# _recipes
|
||||
- scope:
|
||||
path: ""
|
||||
|
|
7
_docs/quick-start-guide.md
Normal file
7
_docs/quick-start-guide.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Quick-Start Guide"
|
||||
sidebar:
|
||||
nav: docs
|
||||
---
|
||||
|
||||
Blah blah.
|
Loading…
Reference in a new issue