diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6ce3f8fed6..0b159a95a8 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -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) diff --git a/docs/examples.md b/docs/examples.md index 31626080f2..3143bc4dff 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -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 \ No newline at end of file