Update docs

This commit is contained in:
Dolan Miu
2018-08-05 04:18:12 +01:00
parent cdf3a6fb40
commit f25ecd0743
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,7 @@
* [Getting Started](/)
* [Examples](examples.md)
* API
* [Documentation](https://docx.js.org/api/)
@ -21,7 +23,5 @@
* [Packers](usage/packers.md)
* [Examples](examples.md)
* [Contribution Guidelines](contribution-guidelines.md)

View File

@ -4,7 +4,7 @@
A simple hello world of the `docx` library:
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo1.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo1.js ':include')
*Source: https://github.com/dolanmiu/docx/blob/master/demo/demo1.js*
@ -12,16 +12,16 @@ A simple hello world of the `docx` library:
This example shows how to customise the look and feel of a document using JS configuration
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo2.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo2.js ':include')
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo2.js
## Styles
## Numbering
This example shows how to customise the look and feel of a document using JS configuration
This example shows many levels of numbering
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo3.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo3.js ':include')
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo3.js
@ -29,6 +29,6 @@ Source: https://github.com/dolanmiu/docx/blob/master/demo/demo3.js
Example of simple table
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo4.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo4.js ':include')
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo4.js