Skip to content

Commit b303627

Browse files
1010807: Heading corrections
1 parent 9eff255 commit b303627

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,10 +899,10 @@
899899
Environment Integration
900900
<ul>
901901
<li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/nextjs-getting-started">NextJS</a></li>
902-
<li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/gatsby">Gatsby</a></li>
903902
<li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/preact">Preact</a></li>
904903
<li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/remix">Remix</a></li>
905904
<li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/share-point">SharePoint Framework (SPFx)</a></li>
905+
<li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/gatsby">Gatsby</a></li>
906906
</ul>
907907
</li>
908908
<li><a href="/document-processing/pdf/pdf-viewer/react/feature-module">Feature Modules</a></li>

Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/gatsby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
How to integrate the Syncfusion React PDF Viewer into a Gatsby site. Use the Quickstart below to get a working viewer, then consult the How-to and Reference sections for configuration details (WASM, static assets, and SSR notes).
1414

15-
## Tutorial — Quickstart for Gatsby
15+
## Quickstart for Gatsby
1616

1717
1. Create or open your Gatsby site.
1818

Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/nextjs-getting-started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ yarn add @syncfusion/ej2-react-pdfviewer
104104

105105
Syncfusion<sup style="font-size:70%">&reg;</sup> React components include built-in themes. Import the PDF Viewer theme and base styles to match the look and feel of the application.
106106

107-
/* Where to add the imports: */
108-
/* - App Router: put these in `src/app/globals.css` */
109-
/* - Pages Router: put them in `pages/_app.js` or its imported global CSS */
107+
Where to add the imports:
108+
109+
- App Router: put these in `src/app/globals.css`
110+
- Pages Router: put them in `pages/_app.js` or its imported global CSS
110111

111112
{% tabs %}
112113
{% highlight css tabtitle="globals.css" %}

Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/remix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ domainurl: ##DomainURL##
1414

1515
N> Remix's framework features were merged into React Router v7 and later. This guide targets React Router v7's framework-mode and shows a client-only (standalone) integration of the Syncfusion React PDF Viewer. Keep the viewer client-only to avoid SSR/runtime errors.
1616

17-
## Tutorial — Quickstart
17+
## Quickstart
1818

1919
## Prerequisites
2020

0 commit comments

Comments
 (0)