Demo scope for versions
parent
e52be7c82e
commit
a4f120615d
|
@ -16,5 +16,10 @@ defaults:
|
||||||
path: ""
|
path: ""
|
||||||
values:
|
values:
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
|
-
|
||||||
|
scope:
|
||||||
|
path: "v1.2"
|
||||||
|
values:
|
||||||
|
version: "v1.2"
|
||||||
|
|
||||||
permalink: pretty
|
permalink: pretty
|
|
@ -79,7 +79,7 @@
|
||||||
<div id="docsContent">
|
<div id="docsContent">
|
||||||
<h1 id="this-is-a-test-of-the-documentation-layout-use">This is a test of the documentation layout use</h1>
|
<h1 id="this-is-a-test-of-the-documentation-layout-use">This is a test of the documentation layout use</h1>
|
||||||
|
|
||||||
<p>aspdjfas
|
<p>Testing version v1.2
|
||||||
dfas
|
dfas
|
||||||
df
|
df
|
||||||
asd
|
asd
|
||||||
|
|
|
@ -5,7 +5,7 @@ abstract: Testing the doducmentation with cascading layouts
|
||||||
|
|
||||||
# This is a test of the documentation layout use
|
# This is a test of the documentation layout use
|
||||||
|
|
||||||
aspdjfas
|
Testing version {{ page.version }}
|
||||||
dfas
|
dfas
|
||||||
df
|
df
|
||||||
asd
|
asd
|
||||||
|
|
Loading…
Reference in New Issue