Browse Source

docs : refactor

Signed-off-by: Naveen MR <oof1lab@gmail.com>
pull/1053/head
Naveen MR 3 years ago
parent
commit
7bb6dc9140
  1. 0
      packages/noco-docs/content/en/developer-resources/accessing-apis.md
  2. 0
      packages/noco-docs/content/en/developer-resources/api-tokens.md
  3. 0
      packages/noco-docs/content/en/developer-resources/graphql-apis.md
  4. 0
      packages/noco-docs/content/en/developer-resources/rest-apis.md
  5. 0
      packages/noco-docs/content/en/developer-resources/webhooks.md
  6. 0
      packages/noco-docs/content/en/engineering/publish.md
  7. 0
      packages/noco-docs/content/en/getting-started/demos.md
  8. 0
      packages/noco-docs/content/en/getting-started/installation.md
  9. 0
      packages/noco-docs/content/en/getting-started/upgrading.md
  10. 0
      packages/noco-docs/content/en/setup-and-usages/audit.md
  11. 0
      packages/noco-docs/content/en/setup-and-usages/column-operations.md
  12. 0
      packages/noco-docs/content/en/setup-and-usages/column-types.md
  13. 0
      packages/noco-docs/content/en/setup-and-usages/dashboard.md
  14. 0
      packages/noco-docs/content/en/setup-and-usages/formulas.md
  15. 0
      packages/noco-docs/content/en/setup-and-usages/link-to-another-record.md
  16. 0
      packages/noco-docs/content/en/setup-and-usages/lookup.md
  17. 0
      packages/noco-docs/content/en/setup-and-usages/meta-management.md
  18. 0
      packages/noco-docs/content/en/setup-and-usages/primary-value.md
  19. 0
      packages/noco-docs/content/en/setup-and-usages/rollup.md
  20. 0
      packages/noco-docs/content/en/setup-and-usages/sync-schema.md
  21. 20
      packages/noco-docs/content/en/setup-and-usages/table-operations.md
  22. 0
      packages/noco-docs/content/en/setup-and-usages/team-and-auth.md

0
packages/noco-docs/content/en/developer-resources/1000_accessing-apis.md → packages/noco-docs/content/en/developer-resources/accessing-apis.md

0
packages/noco-docs/content/en/developer-resources/1040_api-tokens.md → packages/noco-docs/content/en/developer-resources/api-tokens.md

0
packages/noco-docs/content/en/developer-resources/1020_graphql-apis.md → packages/noco-docs/content/en/developer-resources/graphql-apis.md

0
packages/noco-docs/content/en/developer-resources/1010_rest-apis.md → packages/noco-docs/content/en/developer-resources/rest-apis.md

0
packages/noco-docs/content/en/developer-resources/1030_webhooks.md → packages/noco-docs/content/en/developer-resources/webhooks.md

0
packages/noco-docs/content/en/engineering/2000_publish.md → packages/noco-docs/content/en/engineering/publish.md

0
packages/noco-docs/content/en/getting-started/30_demos.md → packages/noco-docs/content/en/getting-started/demos.md

0
packages/noco-docs/content/en/getting-started/10_installation.md → packages/noco-docs/content/en/getting-started/installation.md

0
packages/noco-docs/content/en/getting-started/20_upgrading.md → packages/noco-docs/content/en/getting-started/upgrading.md

0
packages/noco-docs/content/en/setup-and-usages/590_audit.md → packages/noco-docs/content/en/setup-and-usages/audit.md

0
packages/noco-docs/content/en/setup-and-usages/530_column-operations.md → packages/noco-docs/content/en/setup-and-usages/column-operations.md

0
packages/noco-docs/content/en/setup-and-usages/520_column-types.md → packages/noco-docs/content/en/setup-and-usages/column-types.md

0
packages/noco-docs/content/en/setup-and-usages/500_dashboard.md → packages/noco-docs/content/en/setup-and-usages/dashboard.md

0
packages/noco-docs/content/en/setup-and-usages/570_formulas.md → packages/noco-docs/content/en/setup-and-usages/formulas.md

0
packages/noco-docs/content/en/setup-and-usages/540_link-to-another-record.md → packages/noco-docs/content/en/setup-and-usages/link-to-another-record.md

0
packages/noco-docs/content/en/setup-and-usages/550_lookup.md → packages/noco-docs/content/en/setup-and-usages/lookup.md

0
packages/noco-docs/content/en/setup-and-usages/600_meta-management.md → packages/noco-docs/content/en/setup-and-usages/meta-management.md

0
packages/noco-docs/content/en/setup-and-usages/575_primary-value.md → packages/noco-docs/content/en/setup-and-usages/primary-value.md

0
packages/noco-docs/content/en/setup-and-usages/560_rollup.md → packages/noco-docs/content/en/setup-and-usages/rollup.md

0
packages/noco-docs/content/en/setup-and-usages/610_sync-schema.md → packages/noco-docs/content/en/setup-and-usages/sync-schema.md

20
packages/noco-docs/content/en/setup-and-usages/510_table-operations.md → packages/noco-docs/content/en/setup-and-usages/table-operations.md

@ -10,7 +10,7 @@ Once you have created a new NocoDB project you can open it, In the browser, the
## Table ## Table
### [Table] Create ### Table Create
Now you can start creating new tables by simply clicking one of the following options. Now you can start creating new tables by simply clicking one of the following options.
@ -28,7 +28,7 @@ After the successful submission, the table will be created and open as a new tab
![TableCreated](https://user-images.githubusercontent.com/86527202/144402089-b5e35564-80d5-4105-9e00-7e3e1c4a5030.png) ![TableCreated](https://user-images.githubusercontent.com/86527202/144402089-b5e35564-80d5-4105-9e00-7e3e1c4a5030.png)
### [Table] Rename ### Table Rename
Right click on Table name on left hand project-tree menu, select `Rename` Right click on Table name on left hand project-tree menu, select `Rename`
In modal popup, enter new table name and click `Submit` button In modal popup, enter new table name and click `Submit` button
@ -36,7 +36,7 @@ In modal popup, enter new table name and click `Submit` button
<img src="https://user-images.githubusercontent.com/86527202/144403447-1b2e4368-eb2b-40c0-901a-54e8adf9a80c.png" width="60%"/> <img src="https://user-images.githubusercontent.com/86527202/144403447-1b2e4368-eb2b-40c0-901a-54e8adf9a80c.png" width="60%"/>
### [Table] Delete ### Table Delete
The table can be deleted using the `delete` icon present in the toolbar within the table tab. The table can be deleted using the `delete` icon present in the toolbar within the table tab.
<img src="https://user-images.githubusercontent.com/86527202/144403591-5d3d36eb-64b7-4057-9244-56a95b47b97b.png" width="60%"/> <img src="https://user-images.githubusercontent.com/86527202/144403591-5d3d36eb-64b7-4057-9244-56a95b47b97b.png" width="60%"/>
@ -44,7 +44,7 @@ The table can be deleted using the `delete` icon present in the toolbar within t
## Column ## Column
### [Column] Add ### Column Add
Click the `+` icon on the right corner of the table. Click the `+` icon on the right corner of the table.
@ -60,7 +60,7 @@ Click `Save`button to create the new column.
> For more about Abstract type [click here](./abstract-types). > For more about Abstract type [click here](./abstract-types).
### [Column] Edit ### Column Edit
To edit column properties, click/hover on down arrow, select `Edit` from the menu. To edit column properties, click/hover on down arrow, select `Edit` from the menu.
<img src="https://user-images.githubusercontent.com/86527202/144404169-80d8b514-53cf-4bb1-8323-fd3cfda8816b.png" width="50%"/> <img src="https://user-images.githubusercontent.com/86527202/144404169-80d8b514-53cf-4bb1-8323-fd3cfda8816b.png" width="50%"/>
@ -71,7 +71,7 @@ For additional menu options, click `Show more options`
<img src="https://user-images.githubusercontent.com/86527202/144404188-146ab0dc-bd2b-4902-9369-a34253e2fad6.png" width="40%"/> <img src="https://user-images.githubusercontent.com/86527202/144404188-146ab0dc-bd2b-4902-9369-a34253e2fad6.png" width="40%"/>
### [Column] Delete ### Column Delete
Column deletion can be done by using the `delete` option from the column header menu. Column deletion can be done by using the `delete` option from the column header menu.
@ -81,7 +81,7 @@ Column deletion can be done by using the `delete` option from the column header
For adding new values to the table we need new rows, new rows can be added in two methods. For adding new values to the table we need new rows, new rows can be added in two methods.
### [Row] Add (Using Form) ### Row Add (Using Form)
- Click the `+` icon in the toolbar of the table tab. - Click the `+` icon in the toolbar of the table tab.
<img src="https://user-images.githubusercontent.com/86527202/144405563-50573b1c-1bd3-43ea-8020-357fc7ef9e42.png" width="50%"/> <img src="https://user-images.githubusercontent.com/86527202/144405563-50573b1c-1bd3-43ea-8020-357fc7ef9e42.png" width="50%"/>
@ -90,20 +90,20 @@ For adding new values to the table we need new rows, new rows can be added in tw
- After saving it will be there on your table. - After saving it will be there on your table.
![image](https://user-images.githubusercontent.com/61551451/126785340-e9b80ad0-ba06-4a22-8a01-876d829c9673.png) ![image](https://user-images.githubusercontent.com/61551451/126785340-e9b80ad0-ba06-4a22-8a01-876d829c9673.png)
### [Row] Add (Using Table Row at bottom of page) ### Row Add (Using Table Row at bottom of page)
- Click the bottom row of the table which contains `+` icon at the beginning. - Click the bottom row of the table which contains `+` icon at the beginning.
<img src="https://user-images.githubusercontent.com/86527202/144405773-bb0d00ef-264d-4941-b01f-3b7f0b1fc54d.png" width="40%"/> <img src="https://user-images.githubusercontent.com/86527202/144405773-bb0d00ef-264d-4941-b01f-3b7f0b1fc54d.png" width="40%"/>
- Now it will add a new row in the table - Now it will add a new row in the table
### [Row] Edit ### Row Edit
You can start editing by any of the following methods You can start editing by any of the following methods
- Double click on cell to edit - Double click on cell to edit
- Click on cell and start typing (this way it will clear the previous content) - Click on cell and start typing (this way it will clear the previous content)
- Click on cell and press enter to start editing - Click on cell and press enter to start editing
- And it will automatically save on blur event or if inactive. - And it will automatically save on blur event or if inactive.
### [Row] Delete ### Row Delete
Right-click on anywhere in the row and then from the context menu select `Delete Row` option. Right-click on anywhere in the row and then from the context menu select `Delete Row` option.
Bulk delete is also possible by selecting multiple rows by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu. Bulk delete is also possible by selecting multiple rows by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu.

0
packages/noco-docs/content/en/setup-and-usages/620_team-and-auth.md → packages/noco-docs/content/en/setup-and-usages/team-and-auth.md

Loading…
Cancel
Save