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

Commit ec45749

Browse files
committed
Merge pull request #74 from froschdesign/hotfix/docs/cleanup-for-mkdocs
Updates MkDocs configuration and removes old file for homepage
2 parents ac99505 + 1bdc4c5 commit ec45749

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

doc/book/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
docs_dir: doc/book
22
site_dir: doc/html
33
pages:
4-
- index.md
4+
- Home: index.md
55
- Intro: intro.md
66
- "Quick Start": quick-start.md
77
- Tutorial: tutorial.md
@@ -21,6 +21,5 @@ pages:
2121
- "Removed Functionality": migration/removed.md
2222
- "Changed Functionality": migration/changed.md
2323
site_name: zend-eventmanager
24-
site_description: "zend-eventmanager: Implement events, signal slots, aspects, and observers!"
24+
site_description: 'Implement events, signal slots, aspects, and observers!'
2525
repo_url: 'https://github.com/zendframework/zend-eventmanager'
26-
copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)