Nav/IA scaffolding

This commit is contained in:
John Mulhausen
2016-02-09 19:52:22 -08:00
parent f87848f38b
commit c9ebf42207
24 changed files with 169 additions and 401 deletions
BIN
View File
Binary file not shown.
+28
View File
@@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.
+29
View File
@@ -0,0 +1,29 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
section: guides
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.
+28
View File
@@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.
+28
View File
@@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.
+28
View File
@@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.