Browse Source

docs: advanced developer options

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
eb9aa757d4
  1. 32
      packages/noco-docs/docs/040.bases/070.actions-on-base.md
  2. 3
      packages/noco-docs/docs/050.tables/010.table-overview.md
  3. BIN
      packages/noco-docs/static/img/v2/base/base-relations-2.png
  4. BIN
      packages/noco-docs/static/img/v2/base/base-rest-apis-2.png

32
packages/noco-docs/docs/040.bases/070.actions-on-base.md

@ -9,6 +9,7 @@ keywords: ['NocoDB base', 'base rename', 'base duplicate', 'base delete', 'base
The base context menu offers a selection of swift actions that can be executed on a base. To access this menu, click on the ellipsis symbol (`...`) located adjacent to the base name within the left sidebar.
![image](/img/v2/base/base-context-menu.png)
## Rename base
To modify the name of a base, you can easily do so by following these steps:
@ -82,6 +83,37 @@ To delete a base:
![image](/img/v2/base/base-delete-1.png)
![image](/img/v2/base/base-delete-2.png)
## Developer features
### Base settings
Some general configurations are available for you to modify within the base settings.
1. **Show M2M tables**: Toggle this option to display/hide M2M tables within the left sidebar. Many-to-many relation is supported via a junction table & is hidden by default.
2. **Show NULL in cells**: Toggle this option to display/hide NULL values within the cells of the table. This helps differentiate against cells holding EMPTY string.
3. **Show NULL & Empty in Filters**: Enable 'additional' filters to differentiate fields containing NULL & Empty Strings. Default support for Blank treats both NULL & Empty strings alike.
To configure base settings, you can follow these steps:
1. Initiate the base context menu by clicking on the ellipses `...` located next to the base name within the left sidebar.
2. In the dropdown menu that appears, choose the `Rename` option.
![image](/img/v2/base/base-settings-1.png)
![image](/img/v2/base/base-settings-2.png)
### REST APIs
NocoDB provides a Swagger UI for each base. To access the Swagger UI, follow these steps:
1. Initiate the base context menu by clicking on the ellipses `...` located next to the base name within the left sidebar.
2. In the dropdown menu that appears, choose the `REST APIs` option.
![image](/img/v2/base/base-rest-apis-1.png)
![image](/img/v2/base/base-rest-apis-2.png)
### Relations
NocoDB provides a visual representation of the relations between tables within a base. To access the relations diagram, follow these steps:
1. Initiate the base context menu by clicking on the ellipses `...` located next to the base name within the left sidebar.
2. In the dropdown menu that appears, choose the `Relations` option.
![image](/img/v2/base/base-relations-1.png)
![image](/img/v2/base/base-relations-2.png)
## Related articles
- [Base overview](/bases/base-overview)

3
packages/noco-docs/docs/050.tables/010.table-overview.md

@ -1,5 +1,8 @@
---
title: 'Table overview'
description: 'Learn how to create, import, and manage tables in NocoDB.'
tags: ['tables', 'table overview']
keywords: ['NocoDB table', 'table overview', 'table administration', 'table organization']
---

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Loading…
Cancel
Save