Update docs
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
* [Getting Started](/)
|
* [Getting Started](/)
|
||||||
|
|
||||||
|
* [Examples](examples.md)
|
||||||
|
|
||||||
* API
|
* API
|
||||||
|
|
||||||
* [Documentation](https://docx.js.org/api/)
|
* [Documentation](https://docx.js.org/api/)
|
||||||
@ -21,7 +23,5 @@
|
|||||||
|
|
||||||
* [Packers](usage/packers.md)
|
* [Packers](usage/packers.md)
|
||||||
|
|
||||||
* [Examples](examples.md)
|
|
||||||
|
|
||||||
* [Contribution Guidelines](contribution-guidelines.md)
|
* [Contribution Guidelines](contribution-guidelines.md)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
A simple hello world of the `docx` library:
|
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*
|
*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
|
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
|
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
|
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
|
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
|
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo4.js
|
Reference in New Issue
Block a user