mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
docs: fix format (#648)
This commit is contained in:
@@ -50,15 +50,15 @@ Options:
|
|||||||
-h, --help Show help [boolean]
|
-h, --help Show help [boolean]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example
|
### Example
|
||||||
|
|
||||||
**Create a visualization**
|
#### Create a visualization
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nebula create hello-sunshine
|
nebula create hello-sunshine
|
||||||
```
|
```
|
||||||
|
|
||||||
**Create a mashup**
|
#### Create a mashup
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nebula create mashup hello-mashie
|
nebula create mashup hello-mashie
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ n.render({
|
|||||||
|
|
||||||
Start the web development server by executing the following in a terminal:
|
Start the web development server by executing the following in a terminal:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -142,8 +142,8 @@ embed.createConfiguration({
|
|||||||
// ...
|
// ...
|
||||||
{
|
{
|
||||||
name: 'piechart',
|
name: 'piechart',
|
||||||
load: () => Promise.resolve(piechart)
|
load: () => Promise.resolve(piechart),
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ Example mashup for nebula development
|
|||||||
|
|
||||||
To use a local nebula version, run this in the stardust folder to allow linking your local version.
|
To use a local nebula version, run this in the stardust folder to allow linking your local version.
|
||||||
|
|
||||||
```
|
```sh
|
||||||
yarn link
|
yarn link
|
||||||
```
|
```
|
||||||
|
|
||||||
Update dependencies and link nebula
|
Update dependencies and link nebula
|
||||||
|
|
||||||
```
|
```sh
|
||||||
yarn
|
yarn
|
||||||
yarn link "@nebula.js/stardust"
|
yarn link "@nebula.js/stardust"
|
||||||
```
|
```
|
||||||
@@ -21,7 +21,7 @@ yarn link "@nebula.js/stardust"
|
|||||||
|
|
||||||
Run parcel server
|
Run parcel server
|
||||||
|
|
||||||
```
|
```sh
|
||||||
yarn start
|
yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user