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

Commit f32fc8b

Browse files
committed
Update mkdocs configuration
- remove redundant docs/book/index.html - use nav instead of deprecated pages - remove copyright as it is pulled from template - add Home page title - update package description
1 parent 11d8d6b commit f32fc8b

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

docs/book/index.html

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

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
3+
nav:
4+
- Home: index.md
55
- Usage: usage.md
66
site_name: zend-xml2json
7-
site_description: Zend\Xml2Json
7+
site_description: "Convert XML documents to JSON"
88
repo_url: 'https://github.com/zendframework/zend-xml2json'
9-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)