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
|
||||||
collections:
|
collections:
|
||||||
|
docs:
|
||||||
|
output: true
|
||||||
|
permalink: /:collection/:path/
|
||||||
recipes:
|
recipes:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:path/
|
permalink: /:collection/:path/
|
||||||
|
@ -143,6 +146,15 @@ defaults:
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: true
|
author_profile: true
|
||||||
|
# _docs
|
||||||
|
- scope:
|
||||||
|
path: ""
|
||||||
|
type: docs
|
||||||
|
values:
|
||||||
|
layout: single
|
||||||
|
author_profile: false
|
||||||
|
share: false
|
||||||
|
comments: false
|
||||||
# _recipes
|
# _recipes
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
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…
Add table
Reference in a new issue