Browse Source

docs: fix tags for views

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 11 months ago
parent
commit
488d15147d
  1. 1
      packages/noco-docs/docs/090.views/010.views-overview.md
  2. 2
      packages/noco-docs/docs/090.views/020.create-view.md
  3. 4
      packages/noco-docs/docs/090.views/025.share-view.md
  4. 1
      packages/noco-docs/docs/090.views/040.view-types/010.grid.md
  5. 1
      packages/noco-docs/docs/090.views/040.view-types/020.gallery.md
  6. 2
      packages/noco-docs/docs/090.views/040.view-types/030.form.md
  7. 2
      packages/noco-docs/docs/090.views/040.view-types/040.kanban.md
  8. 2
      packages/noco-docs/docs/090.views/090.actions-on-view.md

1
packages/noco-docs/docs/090.views/010.views-overview.md

@ -1,6 +1,7 @@
---
title: 'View Overview'
description: 'Understanding Views in NocoDB!'
tags: ['Views', 'Overview']
keywords: ['NocoDB view', 'view administration', 'view organization']
---

2
packages/noco-docs/docs/090.views/020.create-view.md

@ -1,7 +1,7 @@
---
title: 'Create view'
description: 'Learn how to create a view in NocoDB.'
tags: ['views', 'create view']
tags: ['Views', 'Create', 'Grid View', 'Form View', 'Kanban View', 'Gallery View']
keywords: ['NocoDB view', 'create view', 'view administration', 'view organization']
---

4
packages/noco-docs/docs/090.views/025.share-view.md

@ -1,7 +1,7 @@
---
title: "Share View"
description: "Procedures to share a view"
tags: ["views", "share view", "share"]
tags: ["Views", "Share", "Grid View", "Form View", "Kanban View", "Gallery View"]
keywords: ["NocoDB view", "share view", "share", "share view with password protection", "share view with download options"]
---
@ -56,5 +56,3 @@ Users with the shared view link can only view the data and cannot make any chang
:::info
Note that, filters & sorts applied to shared view will not be persisted. These filters & sorts will be reset when the shared view is accessed again.
:::
## Related articles

1
packages/noco-docs/docs/090.views/040.view-types/010.grid.md

@ -1,5 +1,6 @@
---
title: 'Grid'
tags: ['Views', 'Grid View']
keywords : ['NocoDB grid', 'grid view', 'grid']
---

1
packages/noco-docs/docs/090.views/040.view-types/020.gallery.md

@ -1,5 +1,6 @@
---
title: 'Gallery'
tags: ['Views', 'Gallery View']
keywords: ['NocoDB gallery view', 'gallery view', 'gallery']
---

2
packages/noco-docs/docs/090.views/040.view-types/030.form.md

@ -1,5 +1,7 @@
---
title: 'Forms'
description: 'Learn how to create, import, and manage forms in NocoDB.'
tags: ['Views', 'Form']
keywords: ['NocoDB form', 'form view', 'form builder', 'form view builder', 'form view actions', 'form view operations']
---

2
packages/noco-docs/docs/090.views/040.view-types/040.kanban.md

@ -1,5 +1,7 @@
---
title: 'Kanban'
description: 'Learn how to use Kanban view in NocoDB.'
tags: ['Views', 'Kanban View']
keywords: ['NocoDB kanban', 'kanban view', 'kanban board', 'kanban view operations']
---

2
packages/noco-docs/docs/090.views/090.actions-on-view.md

@ -1,7 +1,7 @@
---
title: 'Actions on view'
description: 'Learn how to delete, rename, duplicate a a view in NocoDB.'
tags: ['views', 'delete view', 'rename view', 'duplicate view']
tags: ['Views', 'Rename', 'Duplicate', 'Delete', 'Grid View', 'Form View', 'Kanban View', 'Gallery View']
keywords: ['NocoDB view', 'delete view', 'rename view', 'duplicate view', 'view administration', 'view organization']
---

Loading…
Cancel
Save