Browse Source

docs: cleanup

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
8480a3a536
  1. 4
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/010.single-line-text.md
  2. 4
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/020.long-text.md
  3. 6
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/030.email.md
  4. 6
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/040.phonenumber.md
  5. 6
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/050.url.md
  6. 4
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/010.number.md
  7. 4
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/020.decimal.md
  8. 4
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/030.percent.md
  9. 4
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/040.currency.md
  10. 4
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/010.single-select.md
  11. 4
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.multi-select.md
  12. 4
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md
  13. 2
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/020.lookup.md
  14. 4
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/030.rollup.md
  15. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md
  16. 8
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/020.checkbox.md
  17. 10
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/030.rating.md
  18. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/040.QR-code.md
  19. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/050.barcode.md
  20. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md
  21. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/080.json.md
  22. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/010.formula.md
  23. 4
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/010.date-time.md
  24. 4
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/020.date.md
  25. 4
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/030.time.md
  26. 4
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/040.duration.md

4
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/010.single-line-text.md

@ -10,9 +10,9 @@ keywords: ['Fields', 'Field types', 'Text based types', 'Single line text', 'Cre
## Create a single line text field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Single line text` from the dropdown.
4. [**Optional**] Set default value for the field.
4. Set default value for the field (Optional).
5. Click on `Save Column` button.
![image](/img/v2/fields/single-line-text.png)

4
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/020.long-text.md

@ -10,9 +10,9 @@ keywords: ['Fields', 'Field types', 'Text based types', 'Long text', 'Create lon
## Create a `Long Text` field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Long text` from the dropdown.
4. [**Optional**] Set default value for the field.
4. Set default value for the field (Optional).
5. Click on `Save Column` button.
![image](/img/v2/fields/long-text.png)

6
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/030.email.md

@ -12,10 +12,10 @@ keywords: ['Fields', 'Field types', 'Text based types', 'Email', 'Create email f
## Create an `Email` field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Email` from the dropdown.
4. [**Optional**] Enable validation by toggling the `Validate Email` checkbox.
5. [**Optional**] Set default value for the field.
4. Enable validation by toggling the `Validate Email` checkbox (Optional).
5. Set default value for the field (Optional).
6. Click on `Save Column` button.
![image](/img/v2/fields/email.png)

6
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/040.phonenumber.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Text based types', 'Phone number', 'Create
## Create a `Phone number` field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Phonenumber` from the dropdown.
4. [**Optional**] Enable validation by toggling the `Validate Phonenumber` checkbox.
5. [**Optional**] Set default value for the field.
4. Enable validation by toggling the `Validate Phonenumber` checkbox (Optional).
5. Set default value for the field (Optional).
6. Click on `Save Column` button.
![image](/img/v2/fields/phone.png)

6
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/050.url.md

@ -12,10 +12,10 @@ keywords: ['Fields', 'Field types', 'Text based types', 'URL', 'Create URL field
## Create an `URL` field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `URL` from the dropdown.
4. [**Optional**] Enable validation by toggling the `Validate URL` checkbox.
5. [**Optional**] Set default value for the field.
4. Enable validation by toggling the `Validate URL` checkbox (Optional).
5. Set default value for the field (Optional).
6. Click on `Save Column` button.

4
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/010.number.md

@ -10,9 +10,9 @@ keywords: ['Fields', 'Field types', 'Numerical types', 'Number', 'Create number
## Create a number field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Number` from the dropdown.
4. [**Optional**] Set default value for the field.
4. Set default value for the field (Optional).
5. Click on `Save Column` button.
![image](/img/v2/fields/number.png)

4
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/020.decimal.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Numerical types', 'Decimal', 'Create decima
## Create a decimal field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Decimal` from the dropdown.
4. Configure `Precision`- NocoDB supports upto 8 digits of precision.
5. [**Optional**] Set default value for the field.
5. Set default value for the field (Optional).
6. Click on `Save Column` button.
![image](/img/v2/fields/decimal.png)

4
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/030.percent.md

@ -10,9 +10,9 @@ keywords: ['Fields', 'Field types', 'Numerical types', 'Percent', 'Create percen
## Create a percent field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Percent` from the dropdown.
4. [**Optional**] Set default value for the field.
4. Set default value for the field (Optional).
5. Click on `Save Column` button.
![image](/img/v2/fields/percent.png)

4
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/040.currency.md

@ -10,11 +10,11 @@ keywords: ['Fields', 'Field types', 'Numerical types', 'Currency', 'Create curre
## Create field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Currency` from the dropdown.
4. Configure `Currency Locale` : defaults to `en-US`
5. Configure `Currency Symbol` : defaults to `$`
6. [**Optional**] Set default value for the field.
6. Set default value for the field (Optional).
7. Click on `Save Column` button.
![image](/img/v2/fields/currency.png)

4
packages/noco-docs/docs/070.fields/040.field-types/030.select-based/010.single-select.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Select based types', 'Single select', 'Crea
## Create a single select field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `SingleSelect` from the dropdown.
4. Click on `Add option` button to add options.
5. [**Optional**] Set default value for the field. The options are populated in the dropdown.
5. Set default value for the field. The options are populated in the dropdown (Optional).
6. Click on `Save Column` button.
![image](/img/v2/fields/single-select.png)

4
packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.multi-select.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Select based types', 'Multi select', 'Creat
## Create a multi select field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `MultiSelect` from the dropdown.
4. Click on `Add option` button to add options.
5. [**Optional**] Set default value for the field. The options are populated in the dropdown. Since its multi select, you can select multiple options as default value.
5. Set default value for the field. The options are populated in the dropdown. Since its multi select, you can select multiple options as default value (Optional).
6. Click on `Save Column` button.
![image](/img/v2/fields/multi-select.png)

4
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md

@ -23,11 +23,11 @@ NocoDB supports following types of relations:
## Create a link field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Links` from the dropdown.
4. Select the relation type : Either `Has-Many` or `Many-to-Many`.
5. Select the table to which the relation is to be established with.
6. [**Optional**] Configure label to be used for display in the cell. Defaults to `Link`, `Links`.
6. Configure label to be used for display in the cell. Defaults to `Link`, `Links` (Optional).
7. Click on `Save Column` button.
![image](/img/v2/fields/links.png)

2
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/020.lookup.md

@ -12,7 +12,7 @@ keywords: ['Fields', 'Field types', 'Links based types', 'Lookup', 'Create looku
## Create field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Lookup` from the dropdown.
4. Select the link field from the dropdown. This is the field that links the current table to the related table.
5. Select the column for display from the dropdown. This is the column that will be displayed in the current table.

4
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/030.rollup.md

@ -1,5 +1,5 @@
---
title: 'Rollup'
title: 'RollUp'
description: 'This article explains how to create & work with a Rollup field.'
tags: ['Fields', 'Field types', 'Links based types', 'Rollup']
keywords: ['Fields', 'Field types', 'Links based types', 'Rollup', 'Create rollup field']
@ -10,7 +10,7 @@ keywords: ['Fields', 'Field types', 'Links based types', 'Rollup', 'Create rollu
## Create a Rollup Field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Lookup` from the dropdown.
4. Select the link field from the dropdown. This is the field that links the current table to the related table.
5. Select the column for display from the dropdown. This is the column that will be displayed in the current table.

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md

@ -10,7 +10,7 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Attachment', 'Create attach
## Create an Attachment field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Attachment` from the dropdown.
4. Click on `Save Column` button.

8
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/020.checkbox.md

@ -10,11 +10,11 @@ The checkbox field type is used to store boolean values. It can be used to store
## Create a checkbox field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Checkbox` from the dropdown.
4. [**Optional**] Select icon for the field; defaults to `check` icon.
5. [**Optional**] Select color for the field; defaults to `grey`.
6. [**Optional**] Set default value for the field.
4. Select icon for the field; defaults to `check` icon (Optional).
5. Select color for the field; defaults to `grey` (Optional).
6. Set default value for the field (Optional).
7. Click on `Save Column` button.
![image](/img/v2/fields/checkbox.png)

10
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/030.rating.md

@ -10,12 +10,12 @@ The
## Create a checkbox field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Rating` from the dropdown.
4. [**Optional**] Select icon for the field; defaults to `star` icon.
5. [**Optional**] Configure max count for the field; defaults to `5`.
6. [**Optional**] Select color for the field; defaults to `grey`.
7. [**Optional**] Set default value for the field.
4. Select icon for the field; defaults to `star` icon (Optional).
5. Configure max count for the field; defaults to `5` (Optional).
6. Select color for the field; defaults to `grey` (Optional).
7. Set default value for the field (Optional).
8. Click on `Save Column` button.
![image](/img/v2/fields/rating.png)

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/040.QR-code.md

@ -18,7 +18,7 @@ The following field types are supported for the reference field:
## Create a QR code field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `QR Code` from the dropdown.
4. Select the field to be used as the source for the QR code.
5. Click on `Save Column` button.

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/050.barcode.md

@ -21,7 +21,7 @@ The following field types are supported for the for reference field:
## Create a barcode field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Barcode` from the dropdown.
4. Select the field to be used as the source for the barcode.
5. Select the barcode type from the dropdown.

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md

@ -8,7 +8,7 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Specific DB type', 'Create
## Create a Specific DB Type field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Specific DB Type` from the dropdown.
4. Provide DB specific data type configurations
5. Click on `Save Column` button.

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/080.json.md

@ -8,7 +8,7 @@ tags: ['Fields', 'Field types', 'Custom types', 'JSON']
## Create a JSON field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `JSON` from the dropdown.
4. Click on `Save Column` button.

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/010.formula.md

@ -9,7 +9,7 @@ keywords: ['Fields', 'Field types', 'Formula', 'Create formula field']
## Create a formula field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Formula` from the dropdown.
4. Insert required formula
5. Click on `Save Column` button.

4
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/010.date-time.md

@ -10,11 +10,11 @@ keywords: ['Fields', 'Field types', 'Date & Time', 'Create date time field']
## Create a date time field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `DateTime` from the dropdown.
4. Configure `Date Format`
5. Configure `Time Format`
6. [**Optional**] Configure default value
6. Configure default value (Optional)
7. Click on `Save Column` button.
![image](/img/v2/fields/datetime.png)

4
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/020.date.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Date & Time', 'Create date field']
## Create a date field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Date` from the dropdown.
4. Configure `Date Format`
5. [**Optional**] Configure default value
5. Configure default value (Optional)
6. Click on `Save Column` button.
![image](/img/v2/fields/date.png)

4
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/030.time.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Date & Time', 'Create time field']
## Create a time field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional)
3. Select the field type as `Time` from the dropdown.
4. Configure `Time Format`
5. [**Optional**] Configure default value
5. Configure default value (Optional)
6. Click on `Save Column` button.
![image](/img/v2/fields/time.png)

4
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/040.duration.md

@ -10,10 +10,10 @@ keywords: ['Fields', 'Field types', 'Date & Time', 'Create duration field']
## Create a duration field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Duration` from the dropdown.
4. Configure `Duration Format`
5. [**Optional**] Configure default value
5. Configure default value (Optional)
6. Click on `Save Column` button.
![image](/img/v2/fields/duration.png)

Loading…
Cancel
Save