Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 7632126

Browse files
committed
Use index-swapping features of mkdocs build
1 parent bf52c20 commit 7632126

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
docs/html/
12
zf-mkdoc-theme/

.zf-mkdoc-theme-landing

Whitespace-only changes.

docs/book/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<div class="row jumbotron">
2+
<h1>Zend Framework Components</h1>
3+
4+
<p>Documentation for the ZF components</p>
5+
</div>
6+
7+
<div class="row panel panel-info">
8+
<div class="panel-heading">Tutorials</div>
9+
10+
<div class="panel-body">
11+
Learn Zend Framework and Expressive in-depth via our <a href="/tutorials">tutorials</a>.
12+
</div>
13+
</div>
14+

docs/book/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
<div class="row jumbotron">
2-
<h1>Zend Framework Components</h1>
3-
4-
<p>Documentation for the ZF components</p>
5-
</div>
6-
7-
<div class="row panel panel-info">
8-
<div class="panel-heading">Tutorials</div>
9-
10-
<div class="panel-body">
11-
Learn Zend Framework and Expressive in-depth via our <a href="/tutorials">tutorials</a>.
12-
</div>
13-
</div>
14-
1+
<!-- placeholder -->

0 commit comments

Comments
 (0)