Files
docx-js/docs/_sidebar.md

38 lines
1.0 KiB
Markdown
Raw Normal View History

2018-08-04 03:28:27 +01:00
* [Getting Started](/)
2018-08-03 23:26:14 +01:00
2020-07-30 11:42:55 +01:00
* [Examples](https://github.com/dolanmiu/docx/tree/master/demo)
2018-08-05 04:18:12 +01:00
2018-08-03 23:26:14 +01:00
* API
2018-08-04 03:40:41 +01:00
* [Documentation](https://docx.js.org/api/)
2018-08-03 23:26:14 +01:00
* Usage
* [Document](usage/document.md)
2019-08-03 13:42:24 +01:00
* [Sections](usage/sections.md)
2018-08-03 23:26:14 +01:00
* [Paragraph](usage/paragraph.md)
* [Text](usage/text.md)
* [Image](usage/images.md)
2018-08-04 03:28:27 +01:00
* [Headers & Footers](usage/headers-and-footers.md)
2018-08-03 23:26:14 +01:00
* [Bullet Points](usage/bullet-points.md)
2021-08-31 19:54:57 -06:00
* [Hyperlinks](usage/hyperlinks.md)
2018-08-04 03:28:27 +01:00
* [Numbering](usage/numbering.md)
2019-03-05 21:57:31 +00:00
* [Tables](usage/tables.md)
2018-08-03 23:26:14 +01:00
* [Tab Stops](usage/tab-stops.md)
2018-09-26 02:12:10 +01:00
* [Table of Contents](usage/table-of-contents.md)
2019-01-16 00:13:18 +00:00
* [Page Numbers](usage/page-numbers.md)
* [Change Tracking](usage/change-tracking.md)
2020-10-13 01:23:27 +01:00
* [Math](usage/math.md)
2021-03-14 18:12:52 +00:00
* [Text Frames](usage/text-frames.md)
2018-08-04 03:28:27 +01:00
* Styling
* [Styling with JS](usage/styling-with-js.md)
* [Styling with XML](usage/styling-with-xml.md)
2018-08-03 23:26:14 +01:00
* Exporting
* [Packers](usage/packers.md)
2020-12-24 03:37:43 +00:00
* Utility
* [Convenience functions](usage/convenience-functions.md)
2018-08-03 23:26:14 +01:00
2018-08-04 03:28:27 +01:00
* [Contribution Guidelines](contribution-guidelines.md)