Skip to content

Commit d3c9e50

Browse files
committed
1009275: resolved CI issue
1 parent cd56459 commit d3c9e50

5 files changed

Lines changed: 14 additions & 15 deletions

File tree

Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This section briefly explains about how to include [ASP.NET Core DocumentEditor]
2121
Create a new ASP.NET Core web application using one of the following methods:
2222

2323
* [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app)
24-
* [Create a Project using Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template)
24+
* [Create a Project using Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages)
2525

2626
## Install ASP.NET Core package in the application
2727

Document-Processing/Word/Word-Processor/javascript-es6/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting started with JavaScript (ES6) Document editor control | Syncfusion
3+
title: JavaScript (ES6) Document Editor quick start | Syncfusion
44
description: Checkout and learn about Getting started with JavaScript (ES6) Document Editor control of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Getting started
@@ -86,7 +86,7 @@ npm install
8686

8787
## Import the Syncfusion<sup style="font-size:70%">&reg;</sup> CSS styles
8888

89-
Syncfusion<sup style="font-size:70%">&reg;</sup> JavaScript controls come with [built-in themes](https://ej2.syncfusion.com/documentation/appearance/theme/), which are available in the installed packages. It's easy to adapt the Syncfusion<sup style="font-size:70%">&reg;</sup> JavaScript controls to match the style of your application by referring to one of the built-in themes.
89+
Syncfusion<sup style="font-size:70%">&reg;</sup> JavaScript controls come with [built-in themes](https://ej2.syncfusion.com/documentation/appearance/theme), which are available in the installed packages. It's easy to adapt the Syncfusion<sup style="font-size:70%">&reg;</sup> JavaScript controls to match the style of your application by referring to one of the built-in themes.
9090

9191
The quickstart application is preconfigured to use the `Material` theme in the `~/src/styles/styles.css` file, as shown below:
9292

@@ -98,7 +98,7 @@ The quickstart application is preconfigured to use the `Material` theme in the `
9898
{% endhighlight %}
9999
{% endtabs %}
100100

101-
>Note: To learn more about built-in themes and CSS reference for individual controls, refer to the [themes](https://ej2.syncfusion.com/documentation/appearance/theme/) section.
101+
>Note: To learn more about built-in themes and CSS reference for individual controls, refer to the [themes](https://ej2.syncfusion.com/documentation/appearance/theme) section.
102102
103103
## Adding component
104104

Document-Processing/Word/Word-Processor/react/nextjs-getting-started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
12-
# Creating a Next.js Application Using Syncfusion<sup style="font-size:70%">&reg;</sup> React Components
11+
# Getting started with React Document Editor in Next.js
1312

1413
This section provides a step-by-step guide for setting up a Next.js application and integrating the Syncfusion<sup style="font-size:70%">&reg;</sup> React Document Editor component.
1514

@@ -110,7 +109,7 @@ yarn add @syncfusion/ej2-react-documenteditor
110109

111110
## Import Syncfusion<sup style="font-size:70%">&reg;</sup> CSS styles
112111

113-
Syncfusion<sup style="font-size:70%">&reg;</sup> React components come with [built-in themes](https://ej2.syncfusion.com/react/documentation/appearance/theme/), which are available in the installed packages. It’s easy to adapt the Syncfusion<sup style="font-size:70%">&reg;</sup> React components to match the style of your application by referring to one of the built-in themes.
112+
Syncfusion<sup style="font-size:70%">&reg;</sup> React components come with [built-in themes](https://ej2.syncfusion.com/react/documentation/appearance/theme), which are available in the installed packages. It’s easy to adapt the Syncfusion<sup style="font-size:70%">&reg;</sup> React components to match the style of your application by referring to one of the built-in themes.
114113

115114
Import the `Material` theme into the **src/app/globals.css** file and removed the existing styles in that file, as shown below:
116115

@@ -130,7 +129,7 @@ Import the `Material` theme into the **src/app/globals.css** file and removed th
130129
{% endhighlight %}
131130
{% endtabs %}
132131

133-
>Note: To learn more about built-in themes and CSS reference for individual components, refer to the [themes](https://ej2.syncfusion.com/react/documentation/appearance/theme/) section.
132+
>Note: To learn more about built-in themes and CSS reference for individual components, refer to the [themes](https://ej2.syncfusion.com/react/documentation/appearance/theme) section.
134133
135134
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> React Document Editor component
136135

Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Document Editor Component in Vue 3
11+
# Getting Started with Syncfusion® Document Editor Component in Vue 3
1212

1313
This article provides a step-by-step guide for setting up a [Vite](https://vitejs.dev/) project with a JavaScript environment and integrating the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue Document Editor component using the [Composition API](https://vuejs.org/guide/introduction.html#composition-api) / [Options API](https://vuejs.org/guide/introduction.html#options-api).
1414

@@ -99,7 +99,7 @@ yarn add @syncfusion/ej2-vue-documenteditor
9999

100100
## Import Syncfusion<sup style="font-size:70%">&reg;</sup> CSS styles
101101

102-
You can import themes for the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue component in various ways, such as using CSS or SASS styles from npm packages, CDN, [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator/) and [Theme Studio](https://ej2.syncfusion.com/vue/documentation/appearance/theme-studio/). Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme/) to know more about built-in themes and different ways to refer to themes in a Vue project.
102+
You can import themes for the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue component in various ways, such as using CSS or SASS styles from npm packages, CDN, [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator) and [Theme Studio](https://ej2.syncfusion.com/vue/documentation/appearance/theme-studio). Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project.
103103

104104
In this article, `Material` theme is applied using CSS styles, which are available in installed packages. The necessary `Material` CSS styles for the Document Editor component and its dependents were imported into the `<style>` section of **src/App.vue** file.
105105

@@ -121,7 +121,7 @@ In this article, `Material` theme is applied using CSS styles, which are availab
121121
{% endhighlight %}
122122
{% endtabs %}
123123

124-
> Document editor has different themes, please refer to [supported themes](https://ej2.syncfusion.com/vue/documentation/appearance/theme/) section.
124+
> Document editor has different themes, please refer to [supported themes](https://ej2.syncfusion.com/vue/documentation/appearance/theme) section.
125125
126126
## Adding Component
127127

Document-Processing/Word/Word-Processor/vue/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article provides a step-by-step guide for setting up a Vue 2 project using
1616

1717
## Prerequisites
1818

19-
[System requirements for Syncfusion<sup style="font-size:70%">&reg;</sup> Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements/)
19+
[System requirements for Syncfusion<sup style="font-size:70%">&reg;</sup> Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements)
2020

2121
## Dependencies
2222

@@ -75,7 +75,7 @@ cd quickstart
7575
yarn run serve
7676
```
7777

78-
When creating a new project, choose the option `Default ([Vue 2] babel, eslint)` from the menu.
78+
When creating a new project, choose the option `Vue 2` from the menu.
7979

8080
![Reference](./images/vue2-terminal.png)
8181

@@ -99,7 +99,7 @@ yarn add @syncfusion/ej2-vue-documenteditor
9999

100100
## Import Syncfusion<sup style="font-size:70%">&reg;</sup> CSS styles
101101

102-
You can import themes for the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue component in various ways, such as using CSS or SASS styles from npm packages, CDN, [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator/) and [Theme Studio](https://ej2.syncfusion.com/vue/documentation/appearance/theme-studio/). Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme/) to know more about built-in themes and different ways to refer to themes in a Vue project.
102+
You can import themes for the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue component in various ways, such as using CSS or SASS styles from npm packages, CDN, [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator) and [Theme Studio](https://ej2.syncfusion.com/vue/documentation/appearance/theme-studio). Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project.
103103

104104
In this article, the `Material` theme is applied using CSS styles, which are available in installed packages. The necessary `Material` CSS styles for the Document Editor component and its dependents were imported into the `<style>` section of **src/App.vue** file.
105105

@@ -115,7 +115,7 @@ In this article, the `Material` theme is applied using CSS styles, which are ava
115115
@import "../node_modules/@syncfusion/ej2-documenteditor/styles/material.css";
116116
```
117117

118-
> Document editor has different themes, please refer to [Supported themes](https://ej2.syncfusion.com/vue/documentation/appearance/theme/) section.
118+
> Document editor has different themes, please refer to [Supported themes](https://ej2.syncfusion.com/vue/documentation/appearance/theme) section.
119119
120120
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Vue component
121121

0 commit comments

Comments
 (0)