Skip to content

Commit 28dde4d

Browse files
authored
feat(docs): add playground sections info (#2487)
1 parent cca0d5d commit 28dde4d

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

packages/playground/docs/components/components.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ permalink: /playground/components
77
accordion: false
88
---
99

10-
# Components:
10+
# Components
11+
12+
In this section you can find out API docs & samples for all of our components.
13+
1114
{:toc}

packages/playground/docs/documentation/documentation.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,17 @@ nav_order: 2
66
permalink: /playground/docs
77
---
88

9-
# Documentation:
9+
# Documentation
10+
11+
## Developing custom libraries & contribution
12+
13+
If you are developing a custom library with custom web components based on UI5 Web Components or if you want to contribute to our project, you can find important information in our [development docs](https://github.com/SAP/ui5-webcomponents/tree/master/docs/dev), which are hosted in GitHub.
14+
15+
<hr />
16+
17+
## Application development with UI5 Web Components
18+
19+
In this section of the playground, you can find docs, related to application development with UI5 Web Components.
20+
Here you can read more about some in depth topics like assets handling, internationalization, configuration options, etc. This is the list of all our articles for application developers.
21+
1022
{:toc}

packages/playground/docs/getting-started-nested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install @ui5/webcomponents
1919

2020
## Read the Docs
2121

22-
Documentation and tutorials about UI5 Web Components can be found [here](https://sap.github.io/ui5-webcomponents/master/playground/docs)
22+
Documentation and tutorials about UI5 Web Components can be found [here](/playground/docs/)
2323

2424
## Usage
2525

packages/playground/docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install @ui5/webcomponents
1919

2020
## Read the Docs
2121

22-
Documentation and tutorials about UI5 Web Components can be found [here](https://github.com/SAP/ui5-webcomponents/tree/master/docs)
22+
Documentation and tutorials about UI5 Web Components can be found [here](/playground/docs)
2323

2424
## Usage
2525

packages/playground/docs/landing-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
4949
Github Project &rsaquo;</a>
5050
<iframe src="https://ghbtns.com/github-btn.html?user=sap&repo=ui5-webcomponents&type=star&count=true&size=small" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
5151
</div>
52-
<div class="curr-version">Current version 1.0.0-rc.9</div>
52+
<div class="curr-version">Current version 1.0.0-rc.10</div>
5353
</div>
5454
</div>
5555
</header>

packages/playground/docs/tutorials/tutorials.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ has_children: true
66
permalink: /playground/tutorials
77
---
88

9+
# Tutorials
10+
11+
In this section you can find tutorials on how to get started with UI5 Web Components, that are framework specific. We have created a bunch of tutorials, covering the integration of UI5 Web Components with some of the most popular existing frameworks. In these tutorials, you will see some framework specific features & how to use them. You might want to check them before starting the active development.
12+
913
# Tutorials:
1014
{:toc}

0 commit comments

Comments
 (0)