From f25ecd0743e1d64dd2070daac0fbc2afd12b0b92 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 5 Aug 2018 04:18:12 +0100 Subject: [PATCH] Update docs --- docs/_sidebar.md | 4 ++-- docs/examples.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) 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