Skip to content

Commit 484b6b1

Browse files
adnanqaopsgitbook-bot
authored andcommitted
GITBOOK-178: Included Demo Apps, Demos added on Data Sources, Workspace, Roles & Permission, Desktop Navigation
1 parent ad8dcec commit 484b6b1

File tree

11 files changed

+43
-6
lines changed

11 files changed

+43
-6
lines changed

docs/build-applications/app-editor/visual-components/file-upload.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ Files uploaded via the file upload component are stored in browser cache memory
9797

9898
* `parsedValue`: A list of the value of the parsed files.
9999

100-
100+
### Demo ( File Upload & File Viewer )
101101

102102
{% embed url="https://app.supademo.com/demo/clyyiwhcr1zh6z9kdrqgzyn4y" %}
103103

104+
### Demo ( Inserting CSV File data into Database )
105+
106+
{% embed url="https://demos.lowcoder.cloud/demo/clzia4nbk1ku89x77adrr1fes" %}

docs/build-applications/app-editor/visual-components/image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ Toggle **Support click preview** in the **Properties** tab to allow users to pre
3535
## Set the style of an image
3636

3737
In **Properties** > **Style**, change border color and set **Border radius** in pixels or by percentage.
38+
39+
## Insert/Retrieve an Image into/from Database
40+
41+
{% embed url="https://demos.lowcoder.cloud/demo/clzilkh8x1ozt9x77uabp0vfa" %}

docs/build-applications/create-a-new-app/app-s-navigation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ To achieve this and create a "collection of App Screens," Lowcoder has the so-ca
1010

1111
Lowcoder's "App Navigation" feature allows you to aggregate multiple app screens into a cohesive, multi-page application with a fully functional menu. This feature is available in both desktop and mobile variants, with hierarchical navigation on desktop and flat navigation on mobile. You can create menus manually or dynamically using data queries.
1212

13-
{% embed url="https://demos.lowcoder.cloud/demo/clyso4e9b0uwkz9kd066pvs7n" %}
13+
## **Demo ( Desktop Navigation )**
14+
15+
{% embed url="https://demos.lowcoder.cloud/demo/clztrrle711us4oytvazqslk8" %}
1416

1517
## **Steps to Create an App Navigation**
1618

@@ -34,6 +36,10 @@ Lowcoder's "App Navigation" feature allows you to aggregate multiple app screens
3436

3537
On the Lowcoder Admin homepage, click **New** and select **Navigation** to create a navigation page.
3638

39+
## **Demo ( Mobile Navigation )**
40+
41+
{% embed url="https://demos.lowcoder.cloud/demo/clyso4e9b0uwkz9kd066pvs7n" %}
42+
3743
## Menu items
3844

3945
In the **Navigation** editor on the right panel, click **+ New** to add menu items.

docs/connect-your-data/data-sources-in-lowcoder/apis-as-datasource/google-sheets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ Follow the steps below:
4646
6. To access and manipulate data in your app, you can fill in the **Spreadsheet** id and **Sheet Name** in a query editor as follows.
4747

4848
The available methods are **Read Data**, **Append Row**, **Update Row**, and **Clear Row**.
49+
50+
## Demo
51+
52+
{% embed url="https://demos.lowcoder.cloud/demo/clzmujgro01mhgumtrlpvvdal" %}

docs/connect-your-data/data-sources-in-lowcoder/apis-as-datasource/graphql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ For detailed information, see SSL Cert Verification.
2929

3030
For detailed information, see Forward cookies.
3131

32+
## Demo
33+
34+
{% embed url="https://demos.lowcoder.cloud/demo/clzrd2cwp0a3n4oytjxdrml9t" %}
35+
3236
## Create a GraphQL query
3337

3438
You can create GraphQL queries in two ways:

docs/connect-your-data/data-sources-in-lowcoder/nosql-databases/mongodb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ Follow the steps below:
2020
* **URI**: URI
2121
4. (Optional) Click **Test connection** to check whether the new data source is successfully connected.
2222
5. Click **Save**, and it will be saved to your data source library.
23+
24+
## Demo
25+
26+
{% embed url="https://demos.lowcoder.cloud/demo/clzmrsncw00abgumtam3k9iwi" %}

docs/connect-your-data/data-sources-in-lowcoder/sql-databases/mysql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Follow the steps below:
1919
4. (Optional) Click **Test connection** to check whether the new data source is successfully connected.
2020
5. Click **Save**, and it will be saved to your data source library.
2121

22-
## Query a MySQL data source
22+
## Query a MySQL data source ( Demo )
2323

24-
Create `query1` and select the recently created data source. Insert a query and then click ▶ **Run**.
24+
{% embed url="https://demos.lowcoder.cloud/demo/clzgz1jrv17ci9x77c22hjlog" %}

docs/connect-your-data/data-sources-in-lowcoder/sql-databases/postgresql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Follow the steps below:
1818
3. Set its name and configure general settings, including host, port, and database name. You can also set the user name and a password.
1919
4. (Optional) Click **Test connection** to check whether the new data source is successfully connected.
2020
5. Click **Save**, and it will be saved to your data source library.
21+
22+
{% embed url="https://demos.lowcoder.cloud/demo/clzmno7d50b0prfaixv9i8nxc" %}

docs/lowcoder-overview/the-hello-world-walk.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Based on your settings you can invite special users only or make the app public
6868

6969
After all tests are done, your app is ready to hit the market. You can use the "Preview Button" to explore how your App looks for a standard logged in user.
7070

71-
<figure><img src="../.gitbook/assets/App Editor Preview.png" alt=""><figcaption></figcaption></figure>
72-
7371
With the same button, but by help of the small arrow on the right, you can finally publish the application in it's current state. Make sure, the app is then accessible (Share menu) as you expect. (public or for selected users only)
72+
73+
We have created an App that contains all the useful demos about Lowcoder key Concepts and different Components. You may have a headstart by going through these Demos on following link :&#x20;
74+
75+
{% embed url="https://app.lowcoder.cloud/apps/66bccb8972ed3d1d42a4510f/view_marketplace" %}

docs/workspaces-and-teamwork/members-and-groups.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Group admins can add members to groups.
8282
The Administrator of a User Group can set an **Admin** or **Member** role for each group member. The permissions are listed in the table below.
8383

8484
<table><thead><tr><th width="145">Role</th><th>Permissions</th></tr></thead><tbody><tr><td>Admin</td><td><ul><li>Change group name</li><li>Delete groups</li><li>Manage group members and set their roles</li><li>View group members</li></ul></td></tr><tr><td>Member</td><td>View group members</td></tr></tbody></table>
85+
86+
## Demo
87+
88+
{% embed url="https://demos.lowcoder.cloud/demo/clzsa3jx40j8h4oytd74ifxtj" %}

docs/workspaces-and-teamwork/workspaces.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ It is possible to include global CSS styles to fine-tune the visuals of Apps. Al
5757

5858
<figure><img src="../.gitbook/assets/Admin Global Includes.png" alt=""><figcaption></figcaption></figure>
5959

60+
### Demo
61+
62+
{% embed url="https://demos.lowcoder.cloud/demo/clzs4nglo0g8s4oyt0xq85bqd" %}
63+
6064
### Further administrative Settings
6165

6266
On self-hosted installations, you can set up thresholds for workspaces with the help of [ENV Variables](https://github.com/lowcoder-org/lowcoder/tree/main/deploy/docker#configuration)&#x20;

0 commit comments

Comments
 (0)