Skip to content

Commit 0d3f611

Browse files
committed
Apply corrections of PM
1 parent 9316d78 commit 0d3f611

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
171 KB
Loading

content/guides/docgen/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,20 @@ Box Doc Gen API allows you to:
3434

3535
## Box Doc Gen workflow
3636

37-
![A flow diagram representing Box Doc Gen workflow](./images/docgenprocess.png)
37+
![A flow diagram representing Box Doc Gen workflow](./images/docgen-workflow.png)
38+
39+
1. Author your Doc Gen Template
40+
* Use [Doc Gen Add-in for Microsoft Word][template-addin] to create a template without any code.
41+
* You can also leverage Doc Gen's tagging script to author the template.
3842

39-
1. Install the [Box Doc Gen Template Creator add-in for Microsoft Word][template-addin]. Once the installation is complete, proceed to create a template, either using a [JSON schema][json-template] or [manually creating the tags][template-tags].
4043
2. [Add the template to Box][upload-template] using the Box Doc Gen UI. At this point, you can:
41-
* Create and upload the template directly in Box.
42-
* Upload an existing document and mark it as a Box Doc Gen template.
43-
3. [Generate the document][generate-document] using Box Doc Gen API.
44+
* Mark an existing file In Box as Doc Gen template.
45+
* Create or Upload a document and mark it as a Box Doc Gen template.
46+
* [Generate the document][generate-document] using Box Doc Gen API.
4447

4548
[template-addin]: https://support.box.com/hc/en-us/articles/36587535449747-Installing-Box-Doc-Gen-Add-in
4649
[template-tags]: https://support.box.com/hc/en-us/articles/36151895655059-Creating-A-Box-Doc-Gen-Template-Manually
4750
[json-template]: https://support.box.com/hc/en-us/articles/36148012877843-Creating-a-Box-Doc-Gen-Template-using-JSON-data
51+
[tagging-script]: https://docs.google.com/document/d/1ngVM2_DYuIiylZ7y88vTmYGEPdd-9wh_I_OrBzFg1mQ/edit?usp=sharing
4852
[upload-template]: https://support.box.com/hc/en-us/articles/36587432368275-Managing-Box-Doc-Gen-Templates-in-Relay
4953
[generate-document]: g://docgen/generate-document

0 commit comments

Comments
 (0)