Browse Source

docs: fix tags for automation, accounts, engineering

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 11 months ago
parent
commit
d8880f95e7
  1. 1
      packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md
  2. 1
      packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md
  3. 1
      packages/noco-docs/docs/130.automation/020.webhook/040.actions-on-webhook.md
  4. 2
      packages/noco-docs/docs/140.account-settings/010.profile-page.md
  5. 2
      packages/noco-docs/docs/140.account-settings/020.api-tokens.md
  6. 1
      packages/noco-docs/docs/150.engineering/010.architecture.md
  7. 1
      packages/noco-docs/docs/150.engineering/020.repository-structure.md
  8. 1
      packages/noco-docs/docs/150.engineering/030.development-setup.md
  9. 1
      packages/noco-docs/docs/150.engineering/040.unit-testing.md
  10. 1
      packages/noco-docs/docs/150.engineering/050.playwright.md
  11. 1
      packages/noco-docs/docs/150.engineering/060.builds-and-releases.md
  12. 1
      packages/noco-docs/docs/150.engineering/070.translation.md

1
packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md

@ -1,5 +1,6 @@
--- ---
title: 'Webhook overview' title: 'Webhook overview'
tags: ['Webhook', 'Overview']
--- ---
You can employ webhooks to notify external systems whenever there are additions, updates, or removals of rows within NocoDB. This feature allows you to receive instantaneous notifications for any changes made to your database. NocoDB also offers webhooks for bulk endpoints for creating, updating, or deleting multiple records simultaneously. You can employ webhooks to notify external systems whenever there are additions, updates, or removals of rows within NocoDB. This feature allows you to receive instantaneous notifications for any changes made to your database. NocoDB also offers webhooks for bulk endpoints for creating, updating, or deleting multiple records simultaneously.

1
packages/noco-docs/docs/130.automation/020.webhook/020.create-webhook.md

@ -1,5 +1,6 @@
--- ---
title: 'Create webhook' title: 'Create webhook'
tags: ['Webhook', 'Create']
--- ---
## Create Webhook ## Create Webhook

1
packages/noco-docs/docs/130.automation/020.webhook/040.actions-on-webhook.md

@ -1,5 +1,6 @@
--- ---
title: 'Actions on webhook' title: 'Actions on webhook'
tags: ['Webhook', 'Delete', 'Duplicate', 'Disable', 'Enable']
--- ---
### Enable/Disable Webhook ### Enable/Disable Webhook

2
packages/noco-docs/docs/140.account-settings/010.profile-page.md

@ -1,7 +1,7 @@
--- ---
title: 'Profile page' title: 'Profile page'
description: 'This article explains how to manage your profile page.' description: 'This article explains how to manage your profile page.'
tags: ['profile page', 'profile settings', 'profile name'] tags: ['Account Settings', 'Profile', 'Member']
keywords: ['Profile page', 'Profile settings', 'Profile name', 'Profile picture', 'Profile management', 'Profile customization', 'Profile information', 'Profile details', 'Profile preferences', 'Profile options'] keywords: ['Profile page', 'Profile settings', 'Profile name', 'Profile picture', 'Profile management', 'Profile customization', 'Profile information', 'Profile details', 'Profile preferences', 'Profile options']
--- ---

2
packages/noco-docs/docs/140.account-settings/020.api-tokens.md

@ -1,7 +1,7 @@
--- ---
title: 'API Tokens' title: 'API Tokens'
description: 'This article explains how to create and delete API Tokens.' description: 'This article explains how to create and delete API Tokens.'
tags: ['account settings', 'api tokens'] tags: ['Account Settings', 'Api Tokens']
keywords: ['api tokens', 'create api token', 'delete api token'] keywords: ['api tokens', 'create api token', 'delete api token']
--- ---

1
packages/noco-docs/docs/150.engineering/010.architecture.md

@ -1,6 +1,7 @@
--- ---
title: "Architecture Overview" title: "Architecture Overview"
description: "Simple overview of NocoDB architecture" description: "Simple overview of NocoDB architecture"
tags: ['Engineering']
hide_table_of_contents: true hide_table_of_contents: true
--- ---

1
packages/noco-docs/docs/150.engineering/020.repository-structure.md

@ -1,6 +1,7 @@
--- ---
title: "Repository structure" title: "Repository structure"
description: "Repository Structure" description: "Repository Structure"
tags: ['Engineering']
hide_table_of_contents: true hide_table_of_contents: true
--- ---

1
packages/noco-docs/docs/150.engineering/030.development-setup.md

@ -1,6 +1,7 @@
--- ---
title: "Development Setup" title: "Development Setup"
description: "How to set-up your development environment" description: "How to set-up your development environment"
tags: ['Engineering']
--- ---
## Clone the repo ## Clone the repo

1
packages/noco-docs/docs/150.engineering/040.unit-testing.md

@ -1,6 +1,7 @@
--- ---
title: "Writing Unit Tests" title: "Writing Unit Tests"
description: "Overview to Unit Testing" description: "Overview to Unit Testing"
tags: ['Engineering']
--- ---
## Unit Tests ## Unit Tests

1
packages/noco-docs/docs/150.engineering/050.playwright.md

@ -1,6 +1,7 @@
--- ---
title: "Playwright E2E Testing" title: "Playwright E2E Testing"
description: "Overview to playwright based e2e tests" description: "Overview to playwright based e2e tests"
tags: ['Engineering']
--- ---
## How to run tests ## How to run tests

1
packages/noco-docs/docs/150.engineering/060.builds-and-releases.md

@ -1,6 +1,7 @@
--- ---
title: "Releases & Builds" title: "Releases & Builds"
description: "NocoDB creates Docker and Binaries for each PR" description: "NocoDB creates Docker and Binaries for each PR"
tags: ['Engineering']
--- ---
## Builds of NocoDB ## Builds of NocoDB

1
packages/noco-docs/docs/150.engineering/070.translation.md

@ -1,6 +1,7 @@
--- ---
title: "i18n translation" title: "i18n translation"
description: "Contribute to NocoDB's i18n translation" description: "Contribute to NocoDB's i18n translation"
tags: ['Engineering']
--- ---
- NocoDB supports 30+ foreign languages & community contributions are now simplified via [Crowdin](https://crowdin.com/). - NocoDB supports 30+ foreign languages & community contributions are now simplified via [Crowdin](https://crowdin.com/).

Loading…
Cancel
Save