Browse Source

docs: base image cleanup

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
d7de2d96f3
  1. 3
      packages/noco-docs/docs/050.tables/030.create-table-via-import.md
  2. 2
      packages/noco-docs/docs/120.collaboration/020.base-collaboration.md
  3. 39
      packages/noco-docs/docs/120.collaboration/030.share-base.md
  4. BIN
      packages/noco-docs/static/img/v2/base/airtable-import.png
  5. BIN
      packages/noco-docs/static/img/v2/base/base-add-to-starred-2.png
  6. BIN
      packages/noco-docs/static/img/v2/base/base-add-to-starred.png
  7. BIN
      packages/noco-docs/static/img/v2/base/base-delete-1.png
  8. BIN
      packages/noco-docs/static/img/v2/base/base-duplicate-1.png
  9. BIN
      packages/noco-docs/static/img/v2/base/base-import-sub-menu.png
  10. BIN
      packages/noco-docs/static/img/v2/base/base-relations-1.png
  11. BIN
      packages/noco-docs/static/img/v2/base/base-relations-2.png
  12. BIN
      packages/noco-docs/static/img/v2/base/base-remove-starred.png
  13. BIN
      packages/noco-docs/static/img/v2/base/base-rename-1.png
  14. BIN
      packages/noco-docs/static/img/v2/base/base-rename-2.png
  15. BIN
      packages/noco-docs/static/img/v2/base/base-rest-apis-1.png
  16. BIN
      packages/noco-docs/static/img/v2/base/base-rest-apis-2.png
  17. BIN
      packages/noco-docs/static/img/v2/base/base-settings-1.png
  18. BIN
      packages/noco-docs/static/img/v2/base/import-airtable-log.png
  19. BIN
      packages/noco-docs/static/img/v2/base/import-airtable.png
  20. BIN
      packages/noco-docs/static/img/v2/base/shared-base-disable.png
  21. BIN
      packages/noco-docs/static/img/v2/base/shared-base-editor.png
  22. BIN
      packages/noco-docs/static/img/v2/base/shared-base-iframe.png

3
packages/noco-docs/docs/050.tables/030.create-table-via-import.md

@ -15,7 +15,8 @@ There are two ways to access import modal:
![image](/img/v2/table/table-import-2.png)
#### 2. From the base context menu
![image](/img/v2/base/base-import-sub-menu.png)
[//]: # (![image]&#40;/img/v2/base/base-import-sub-menu.png&#41;)
### Importing file
There are two ways to upload source file:

2
packages/noco-docs/docs/120.collaboration/020.base-collaboration.md

@ -6,7 +6,7 @@ keywords: ['NocoDB base', 'base collaboration', 'base context menu', 'base owner
---
## Inviting members to your base
A member added to a workspace will carry his assigned role specific permissions to all the base with in workspace. To override member permissions to your base, follow steps outlined below:
A member added to a workspace will carry his assigned role specific permissions to all the base with in workspace. To override member permissions to your base, please follow steps outlined below:
1. Go to the left sidebar and select `Base name` to access the `Base Dashboard.`
2. Click on the `Members` tab.

39
packages/noco-docs/docs/120.collaboration/030.share-base.md

@ -22,6 +22,7 @@ Here are the steps to modify it:
2. Toggle the option labeled `Enable public access` to deactivate the base share.
3. Toggle the same option, `Enable public access,` to reactivate the base share, subsequently generating a new link.
![Enable public access](/img/v2/base/share-base-enable-public-access.png)
## Disable Share base
Disabling `Share base` will render the previously generated `Share base` link invalid
@ -29,7 +30,7 @@ Here are the steps to disable it:
1. Click on the 'Share' button located in the top right corner of the toolbar.
2. Toggle the option labeled `Enable public access` to deactivate the base share.
![Share base](/img/v2/base/shared-base-disable.png)
![Enable public access](/img/v2/base/share-base-enable-public-access.png)
## Share base Access Permissions
The "Shared base" can be configured in two modes:
@ -38,7 +39,7 @@ The "Shared base" can be configured in two modes:
2. **Editor** - Users with the provided link will have **read and write** access to the base data.
Toggle `Enable Editor Access` button to configure permissions as desired
![Share base](/img/v2/base/shared-base-editor.png)
![Share base edit access](/img/v2/base/share-base-edit-access.png)
## Embeddable Frame
@ -49,18 +50,18 @@ The NocoDB interface can be seamlessly integrated into existing applications thr
1. Click the `Share` button located in the top right corner of the toolbar.
2. Within the `Shared base link` tab, select the button to copy the `Embeddable HTML code` to your clipboard.
![Share base](/img/v2/base/shared-base-iframe.png)
![Share base iFrame](/img/v2/base/share-base-iframe.png)
Example:
```html
<iframe
class="nc-embed"
src="https://nocodb-nocodb-rsyir.ondigitalocean.app/dashboard/#/nc/base/e3bba9df-4fc1-4d11-b7ce-41c4a3ad6810?embed"
frameBorder="0"
width="100%"
height="700"
style="background: transparent; border: 1px solid #ddd"
class="nc-embed"
src="https://nocodb-nocodb-rsyir.ondigitalocean.app/dashboard/#/nc/base/e3bba9df-4fc1-4d11-b7ce-41c4a3ad6810?embed"
frameBorder="0"
width="100%"
height="700"
style="background: transparent; border: 1px solid #ddd"
>
</iframe>
```
@ -72,16 +73,16 @@ Sample code with embedded iframe generated above
```html
<!DOCTYPE html>
<html>
<body>
<iframe
class="nc-embed"
src="http://localhost:3000/#/nc/base/7d4b551c-b5e0-41c9-a87b-f3984c21d2c7?embed"
frameBorder="0"
width="100%"
height="700"
style="background: transparent; "
></iframe>
</body>
<body>
<iframe
class="nc-embed"
src="http://localhost:3000/#/nc/base/7d4b551c-b5e0-41c9-a87b-f3984c21d2c7?embed"
frameBorder="0"
width="100%"
height="700"
style="background: transparent; "
></iframe>
</body>
</html>
```

BIN
packages/noco-docs/static/img/v2/base/airtable-import.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

BIN
packages/noco-docs/static/img/v2/base/base-add-to-starred-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

BIN
packages/noco-docs/static/img/v2/base/base-add-to-starred.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

BIN
packages/noco-docs/static/img/v2/base/base-delete-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

BIN
packages/noco-docs/static/img/v2/base/base-duplicate-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

BIN
packages/noco-docs/static/img/v2/base/base-import-sub-menu.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

BIN
packages/noco-docs/static/img/v2/base/base-relations-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

BIN
packages/noco-docs/static/img/v2/base/base-relations-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

BIN
packages/noco-docs/static/img/v2/base/base-remove-starred.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

BIN
packages/noco-docs/static/img/v2/base/base-rename-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

BIN
packages/noco-docs/static/img/v2/base/base-rename-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

BIN
packages/noco-docs/static/img/v2/base/base-rest-apis-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

BIN
packages/noco-docs/static/img/v2/base/base-rest-apis-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

BIN
packages/noco-docs/static/img/v2/base/base-settings-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

BIN
packages/noco-docs/static/img/v2/base/import-airtable-log.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

BIN
packages/noco-docs/static/img/v2/base/import-airtable.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

BIN
packages/noco-docs/static/img/v2/base/shared-base-disable.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
packages/noco-docs/static/img/v2/base/shared-base-editor.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
packages/noco-docs/static/img/v2/base/shared-base-iframe.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Loading…
Cancel
Save