mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
docs: fix links to qlik.dev (#1247)
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user