Skip to content

Commit 439da92

Browse files
committed
fix(*): some fixes in docs
1 parent 1b5ea4c commit 439da92

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/en/components/general-getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ _keywords: {ProductName}, Infragistics, Getting Started
55
mentionedTypes: ["XamBulletGraph", "IgrGrid"]
66
---
77

8+
<!-- React, WebComponents -->
9+
810
# Getting Started With {ProductName}
911

1012
[`{ProductName}`]({GithubLink}) is a complete set of UI widgets, components, and Sketch UI kits for {Platform} by Infragistics. It enables developers to build modern, high-performance HTML5 and JavaScript apps for desktop browsers, mobile experiences, and progressive web apps (PWAs).
1113

1214
{ProductName} comprises several packages available under either an MIT or a commercial license, depending on the components and services they contain. For a detailed list of components and their license, please refer to the [License FAQ and Installation](./general-licensing.md) and [Open Source vs Premium](./general-open-source-vs-premium.md) topics.
1315

16+
<!-- end: React, WebComponents -->
17+
1418
<!-- React -->
1519

1620
## Prerequisites
@@ -59,7 +63,7 @@ If you added a Grid component during the prompts, once the application is runnin
5963
<img src="../images/general/ig-cli-grid.png" />
6064

6165
>[!NOTE]
62-
> Keep in mind that by default Ignite UI CLI installs the Trial version of Ignite UI for React's Grid component which is under [commercial license](./open-source-vs-premium.md#comparison-table-for-all-components).
66+
> Keep in mind that by default Ignite UI CLI installs the Trial version of Ignite UI for React's Grid component which is under [commercial license](./general-open-source-vs-premium.md#comparison-table-for-all-components).
6367
6468
Alternatively, you can use popular frameworks such as Next.js, Vite, or Expo as recommended by the React team. The following are step-by-step instructions for creating React applications with Ignite UI for React using one of these methods.
6569

@@ -147,10 +151,6 @@ After executing this command, your project will be built and served locally on y
147151
<!-- end: React -->
148152

149153
<!-- WebComponents -->
150-
# Getting Started With {ProductName}
151-
152-
This section provides step-by-step instructions for creating a Web Components application with Ignite UI for Web Components.
153-
154154

155155
## Install Ignite UI CLI
156156

doc/en/components/general-licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ As a result you can either:
106106
"outDir": "./dist/out-tsc",
107107
/* ... */
108108
"paths": {
109-
"igniteui-dockmanager": ["./node_modules/@infragistics/{PackageDockManager}"],
110-
"igniteui-dockmanager/*": ["./node_modules/@infragistics/{PackageDockManager}/*"],
109+
"{PackageDockManager}": ["./node_modules/@infragistics/{PackageDockManager}"],
110+
"{PackageDockManager}/*": ["./node_modules/@infragistics/{PackageDockManager}/*"],
111111
}
112112
}
113113
}

0 commit comments

Comments
 (0)