-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
962c603
commit 65700f2
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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 | ||
|
@@ -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/ |
2 changes: 1 addition & 1 deletion
2
webpackages/com.incowia.cubx-webpackage-viewer/manifest.webpackage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters