docs: fix links to qlik.dev (#1247)

This commit is contained in:
Li Kang
2023-04-28 10:57:28 +02:00
committed by GitHub
parent ca46370b1b
commit 63c4196c9c
6 changed files with 11 additions and 11 deletions

View File

@@ -9,11 +9,11 @@ The primary package is `@nebula.js/stardust` which contains APIs for integrating
## Documentation
You can find the documentation on [Qlik's developer portal](https://qlik.dev/libraries-and-tools/nebulajs).
You can find the documentation on [Qlik's developer portal](https://qlik.dev/extend/set-up-nebula-environment).
To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs).
To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup).
You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs).
You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/extend/extend-quickstarts/first-extension).
Explore the full [stardust API reference](https://qlik.dev/apis/javascript/nebulajs-stardust).

View File

@@ -65,7 +65,7 @@ options.
- minimal: a basic setup of picasso.js is ready
- barchart: a bar chart component created by picasso.js is ready
You can find the [tutorial](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs) to build a basic nebula visualization using nebula.js.
You can find the [tutorial](https://qlik.dev/extend/extend-quickstarts/first-extension) to build a basic nebula visualization using nebula.js.
#### Create a mashup
@@ -73,7 +73,7 @@ You can find the [tutorial](https://qlik.dev/tutorials/build-a-helloworld-extens
nebula create mashup hello-mashie
```
You can find the [tutorial](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs) to build a basic mashup using nebula.js.
You can find the [tutorial](https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup) to build a basic mashup using nebula.js.
#### Package manager

View File

@@ -8,7 +8,7 @@ import ext from './ext';
* Useful for cases when stardust hooks are unavailable (ie: outside the component function)
* @param {object} galaxy.anything Extra environment dependent options
* @param {object=} galaxy.anything.sense Optional object only present within Sense,
* see: https://qlik.dev/libraries-and-tools/nebulajs/in-qlik-sense
* see: https://qlik.dev/extend/build-extension/in-qlik-sense
*/
export default function supernova(galaxy) {
return {

View File

@@ -22,7 +22,7 @@ import ext from './ext';
* Useful for cases when stardust hooks are unavailable (ie: outside the component function)
* @param {object} galaxy.anything Extra environment dependent options
* @param {object=} galaxy.anything.sense Optional object only present within Sense,
* see: https://qlik.dev/libraries-and-tools/nebulajs/in-qlik-sense
* see: https://qlik.dev/extend/build-extension/in-qlik-sense
*/
export default function supernova(galaxy) {
const picasso = picassojs();

View File

@@ -9,10 +9,10 @@ title: Introduction
## Nebula.js documentation
You can find the documentation on [Qlik's developer portal](https://qlik.dev/libraries-and-tools/nebulajs).
You can find the documentation on [Qlik's developer portal](https://qlik.dev/extend/set-up-nebula-environment).
To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs).
To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup).
You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs).
You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/extend/extend-quickstarts/first-extension).
Explore the full [stardust API reference](https://qlik.dev/apis/javascript/nebulajs-stardust).

View File

@@ -11,7 +11,7 @@ import { render, teardown } from './components/root';
* Useful for cases when stardust hooks are unavailable (ie: outside the component function)
* @param {object} galaxy.anything Extra environment dependent options
* @param {object=} galaxy.anything.sense Optional object only present within Sense,
* see: https://qlik.dev/libraries-and-tools/nebulajs/in-qlik-sense
* see: https://qlik.dev/extend/build-extension/in-qlik-sense
*/
export default function supernova(galaxy) {
return {