Skip to content

Commit

Permalink
#2: Update to 1.6.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
edwingamboa committed Mar 8, 2018
1 parent 962c603 commit 65700f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions webpackages/com.incowia.cubx-webpackage-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The generated documentation for this webpackage and its artifacts is available [
The html file should contain the desire component using its tag, in our case the `<cubx-webpackage-viewer>`, as follows:

```html
<cubx-webpackage-viewer cubx-webpackage-id="[email protected].0"></cubx-webpackage-viewer>
<cubx-webpackage-viewer cubx-webpackage-id="[email protected].1"></cubx-webpackage-viewer>
```

This component can be optionally initialized using the `<cubx-core-slot-init>` tag (available from _cubx.core.rte_ version 1.9.0). For example, lets initilize the 'manifestURl' slot as follows:

```html
<cubx-webpackage-viewer cubx-webpackage-id="[email protected].0">
<cubx-webpackage-viewer cubx-webpackage-id="[email protected].1">
<!--Initilization-->
<cubx-core-init>
<cubx-core-slot-init slot="manifestURl">"../../manifest.webpackage"</cubx-core-slot-init>
Expand Down Expand Up @@ -61,7 +61,7 @@ The `any-webpackage-viewer` app allows you to visualize the documentation of any
```
An example of its use to show the documentation of the `[email protected]` webpackage is shown below:
```
https://cubbles.world/sandbox/[email protected].0/any-webpackage-viewer/index.html?manifest-url=https://cubbles.world/sandbox/[email protected]/manifest.webpackage
https://cubbles.world/sandbox/[email protected].1/any-webpackage-viewer/index.html?manifest-url=https://cubbles.world/sandbox/[email protected]/manifest.webpackage
```

## Use of the any-component-docs-viewer app
Expand All @@ -77,16 +77,16 @@ The `any-component-docs-viewer` app allows you to visualize the documentation of
```
An example of its use to show the documentation of the `cubx-ckeditor` component is shown below:
```
https://cubbles.world/sandbox/[email protected].0/any-component-docs-viewer/index.html?manifest-url=https://cubbles.world/sandbox/[email protected]/manifest.webpackage&artifact-id=cubx-ckeditor
https://cubbles.world/sandbox/[email protected].1/any-component-docs-viewer/index.html?manifest-url=https://cubbles.world/sandbox/[email protected]/manifest.webpackage&artifact-id=cubx-ckeditor
```

[Want to get to know the Cubbles Platform?](https://cubbles.github.io)

[demoWebPV]: https://cubbles.world/core/[email protected].0/cubx-webpackage-viewer/demo/index.html
[demoCompV]: https://cubbles.world/core/[email protected].0/cubx-component-viewer/demo/index.html
[demoCompInfV]: https://cubbles.world/core/[email protected].0/cubx-component-info-viewer/demo/index.html
[demoCompDocsV]: https://cubbles.world/core/[email protected].0/cubx-component-docs-viewer/demo/index.html
[anyWPApp]: https://cubbles.world/core/[email protected].0/any-webpackage-viewer/index.html
[anyCDApp]: https://cubbles.world/core/[email protected].0/any-component-docs-viewer/index.html
[demoWebPV]: https://cubbles.world/core/[email protected].1/cubx-webpackage-viewer/demo/index.html
[demoCompV]: https://cubbles.world/core/[email protected].1/cubx-component-viewer/demo/index.html
[demoCompInfV]: https://cubbles.world/core/[email protected].1/cubx-component-info-viewer/demo/index.html
[demoCompDocsV]: https://cubbles.world/core/[email protected].1/cubx-component-docs-viewer/demo/index.html
[anyWPApp]: https://cubbles.world/core/[email protected].1/any-webpackage-viewer/index.html
[anyCDApp]: https://cubbles.world/core/[email protected].1/any-component-docs-viewer/index.html
[d3TipInfo]: https://github.com/Caged/d3-tip
[fileSaverInfo]: https://github.com/eligrey/FileSaver.js/
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cubx-webpackage-viewer",
"groupId": "com.incowia",
"version": "1.6.1-SNAPSHOT",
"version": "1.6.1",
"modelVersion": "9.1.1",
"docType": "webpackage",
"author": {
Expand Down

0 comments on commit 65700f2

Please sign in to comment.