Skip to content

Commit 26c5e1e

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2583: Farzad/Lewis fix import/export docx nav structure
1 parent c449ddb commit 26c5e1e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
1111

1212
== Setup
1313

14+
=== Generate a Public/Private Key Pair
15+
1416
include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+2]
1517

1618
include::partial$auth/document-converters/php/server-setup-php.adoc[]
1719

18-
==== Web Page Setup (index.html)
20+
=== Web Page Setup (index.html)
1921

2022
Inside the `public` folder where you created the `index.html` file add the HTML setup code:
2123

modules/ROOT/pages/import-word-with-jwt-authentication-with-php.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= {pluginname} with JWT authentication (PHP) Guide
2-
:navtitle: JWT Authentication setup for Import Word to TinyMCE Edtior
2+
:navtitle: JWT Authentication setup for Import from Word
33
:description: Guide on how to setup JWT Authentication for importing Word files with {productname}
44
:keywords: jwt, authentication, importword, word, php
55
:pluginname: Import from Word
@@ -11,11 +11,13 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
1111

1212
== Setup
1313

14+
=== Generate a Public/Private Key Pair
15+
1416
include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+2]
1517

1618
include::partial$auth/document-converters/php/server-setup-php.adoc[]
1719

18-
==== Web Page Setup (index.html)
20+
=== Web Page Setup (index.html)
1921

2022
Inside the `public` folder where you created the `index.html` file add the HTML setup code:
2123

0 commit comments

Comments
 (0)