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

Commit b22ee93

Browse files
committed
Update mkdocs configuration
1 parent 6ad1ed5 commit b22ee93

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

docs/book/index.html

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

mkdocs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
5-
- Intro: intro.md
3+
nav:
4+
- Home: index.md
5+
- Introduction: intro.md
66
- Reference:
77
- "XML-RPC Clients": client.md
88
- "XML-RPC Servers": server.md
99
site_name: zend-xmlrpc
10-
site_description: zend-xmlrpc
10+
site_description: "Fully-featured XML-RPC server and client implementations"
1111
repo_url: 'https://github.com/zendframework/zend-xmlrpc'
12-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)