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

Commit 7d9f719

Browse files
committed
Brings docs, tooling structure up-to-date with other components
- Point to docs.zendframework.com for documentation. - Rename `doc/` to `docs/` - Update `mkdocs.yml` to point to `docs/` directory, update copyright year - Move code of conduct, contributing guide into `docs/` directory - Add support, issue template, and pull request template docs - Update copyright year in LICENSE - Update `phpunit.xml.dist` to follow latest versions
1 parent 744d346 commit 7d9f719

15 files changed

+1434
-96
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/docs export-ignore
12
/test export-ignore
23
/vendor export-ignore
34
.coveralls.yml export-ignore

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
.*.sw*
77
.*.un~
88
nbproject
9-
doc/html/
9+
docs/html/
1010
tmp/
1111
vendor/
1212
zf-mkdoc-theme/
1313

1414
clover.xml
15-
composer.lock
1615
coveralls-upload.json
1716
phpunit.xml

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2016, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2017, Zend Technologies USA, Inc.
22

33
All rights reserved.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
zend-xml2json provides functionality for converting XML structures to JSON.
77

88
- File issues at https://github.com/zendframework/zend-xml2json/issues
9-
- Documentation is at https://zendframework.github.io/zend-xml2json/
9+
- Documentation is at https://docs.zendframework.com/zend-xml2json/

0 commit comments

Comments
 (0)