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

Commit 2bca9f1

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

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,10 +1,9 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
3+
nav:
4+
- Home: index.md
55
- Figlets: figlet.md
66
- Tables: table.md
77
site_name: zend-text
8-
site_description: Zend\Text
8+
site_description: "Create FIGlets and text-based tables"
99
repo_url: 'https://github.com/zendframework/zend-text'
10-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)