From 19714973905deed2cd2bbcf1f35baaf87b94a379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=C9=A8=D5=BC=C9=A2=D3=84=D5=A1=D6=85=D5=BC=C9=A2?= Date: Mon, 4 Mar 2024 14:56:29 +0800 Subject: [PATCH] fix(docs): related topics links in table operations --- .../060.table-operations/020.field-operations.md | 14 ++++++-------- .../docs/060.table-operations/030.filter.md | 12 ++++++------ .../docs/060.table-operations/040.sort.md | 12 ++++++------ .../docs/060.table-operations/050.group-by.md | 12 ++++++------ .../docs/060.table-operations/060.row-height.md | 12 ++++++------ .../docs/060.table-operations/070.search.md | 13 ++++++------- .../docs/060.table-operations/080.download.md | 12 ++++++------ 7 files changed, 42 insertions(+), 45 deletions(-) diff --git a/packages/noco-docs/docs/060.table-operations/020.field-operations.md b/packages/noco-docs/docs/060.table-operations/020.field-operations.md index aafbc86e94..3f6759d0c0 100644 --- a/packages/noco-docs/docs/060.table-operations/020.field-operations.md +++ b/packages/noco-docs/docs/060.table-operations/020.field-operations.md @@ -34,11 +34,9 @@ For Gallery View & Kanban View, you can change the cover field by clicking on th ![Change cover field](/img/v2/table-operations/change-cover-image.png) ### Related topics -- [Filter](filter) -- [Sort](sort) -- [GroupBy](group-by) -- [Row height](row-height) -- [Quick Search](search) -- [Download](download) - - +- [Filter](/table-operations/filter) +- [Sort](/table-operations/sort) +- [GroupBy](/table-operations/group-by) +- [Row Height](/table-operations/row-height) +- [Quick Search](/table-operations/search) +- [Download](/table-operations/download) \ No newline at end of file diff --git a/packages/noco-docs/docs/060.table-operations/030.filter.md b/packages/noco-docs/docs/060.table-operations/030.filter.md index 9570c1acfe..8462954af8 100644 --- a/packages/noco-docs/docs/060.table-operations/030.filter.md +++ b/packages/noco-docs/docs/060.table-operations/030.filter.md @@ -50,9 +50,9 @@ NocoDB currently supports various types of filters for corresponding fields. Ple [Filter Matrix](https://docs.google.com/spreadsheets/d/e/2PACX-1vTpCNKtA-szaXUKJEO5uuSIRnzUOK793MKnyBz9m2rQcwn7HqK19jPHeER-IIRWH9X56J78wfxXZuuv/pubhtml?gid=427284630&single=true&widget=true&headers=false) ### Related topics -- [Field operations](field-operations) -- [Sort](sort) -- [GroupBy](group-by) -- [Row height](row-height) -- [Quick Search](search) -- [Download](download) \ No newline at end of file +- [Field Operations](/table-operations/field-operations) +- [Sort](/table-operations/sort) +- [GroupBy](/table-operations/group-by) +- [Row Height](/table-operations/row-height) +- [Quick Search](/table-operations/search) +- [Download](/table-operations/download) \ No newline at end of file diff --git a/packages/noco-docs/docs/060.table-operations/040.sort.md b/packages/noco-docs/docs/060.table-operations/040.sort.md index 223956ad21..5fc5d9bb3a 100644 --- a/packages/noco-docs/docs/060.table-operations/040.sort.md +++ b/packages/noco-docs/docs/060.table-operations/040.sort.md @@ -34,9 +34,9 @@ Field configured at the top will be used for the first-level sorting, followed b ![Delete Sorting](/img/v2/table-operations/sort-4.png) ### Related topics -- [Field operations](field-operations) -- [Filter](filter) -- [GroupBy](group-by) -- [record height](row-height) -- [Quick Search](search) -- [Download](download) +- [Field Operations](/table-operations/field-operations) +- [Filter](/table-operations/filter) +- [GroupBy](/table-operations/group-by) +- [Row Height](/table-operations/row-height) +- [Quick Search](/table-operations/search) +- [Download](/table-operations/download) \ No newline at end of file diff --git a/packages/noco-docs/docs/060.table-operations/050.group-by.md b/packages/noco-docs/docs/060.table-operations/050.group-by.md index 517deaf604..04cd56ccf9 100644 --- a/packages/noco-docs/docs/060.table-operations/050.group-by.md +++ b/packages/noco-docs/docs/060.table-operations/050.group-by.md @@ -39,9 +39,9 @@ To disable `Group By` and return to the standard spreadsheet grid view, you must ![Group By](/img/v2/table-operations/group-by-delete.png) ### Related topics -- [Field operations](field-operations) -- [Filter](filter) -- [Sort](sort) -- [Row height](row-height) -- [Quick Search](search) -- [Download](download) \ No newline at end of file +- [Field Operations](/table-operations/field-operations) +- [Filter](/table-operations/filter) +- [Sort](/table-operations/sort) +- [Row Height](/table-operations/row-height) +- [Quick Search](/table-operations/search) +- [Download](/table-operations/download) \ No newline at end of file diff --git a/packages/noco-docs/docs/060.table-operations/060.row-height.md b/packages/noco-docs/docs/060.table-operations/060.row-height.md index b120659135..60114320e4 100644 --- a/packages/noco-docs/docs/060.table-operations/060.row-height.md +++ b/packages/noco-docs/docs/060.table-operations/060.row-height.md @@ -24,9 +24,9 @@ NocoDB offers users the flexibility to adjust the display height of records with ![Extra](/img/v2/table-operations/row-height-5.png) ### Related topics -- [Field operations](field-operations) -- [Filter](filter) -- [Sort](sort) -- [GroupBy](group-by) -- [Quick Search](search) -- [Download](download) +- [Field Operations](/table-operations/field-operations) +- [Filter](/table-operations/filter) +- [Sort](/table-operations/sort) +- [GroupBy](/table-operations/group-by) +- [Quick Search](/table-operations/search) +- [Download](/table-operations/download) \ No newline at end of file diff --git a/packages/noco-docs/docs/060.table-operations/070.search.md b/packages/noco-docs/docs/060.table-operations/070.search.md index d6dfbb228f..0dc637135c 100644 --- a/packages/noco-docs/docs/060.table-operations/070.search.md +++ b/packages/noco-docs/docs/060.table-operations/070.search.md @@ -14,10 +14,9 @@ NocoDB offers a quick search feature that allows you to search for records by fi ![image](/img/v2/table-operations/table-search.png) ### Related topics -- [Field operations](field-operations) -- [Filter](filter) -- [Sort](sort) -- [GroupBy](group-by) -- [record height](row-height) -- [Download](download) - +- [Field Operations](/table-operations/field-operations) +- [Filter](/table-operations/filter) +- [Sort](/table-operations/sort) +- [GroupBy](/table-operations/group-by) +- [Row Height](/table-operations/row-height) +- [Download](/table-operations/download) \ No newline at end of file diff --git a/packages/noco-docs/docs/060.table-operations/080.download.md b/packages/noco-docs/docs/060.table-operations/080.download.md index 086a46cffe..c3c6aa4dc5 100644 --- a/packages/noco-docs/docs/060.table-operations/080.download.md +++ b/packages/noco-docs/docs/060.table-operations/080.download.md @@ -17,9 +17,9 @@ To export data from NocoDB, follow these steps: ![Export](/img/v2/table-operations/download.png) ### Related topics -- [Field operations](field-operations) -- [Filter](filter) -- [Sort](sort) -- [GroupBy](group-by) -- [record height](row-height) -- [Quick Search](search) +- [Field Operations](/table-operations/field-operations) +- [Filter](/table-operations/filter) +- [Sort](/table-operations/sort) +- [GroupBy](/table-operations/group-by) +- [Row Height](/table-operations/row-height) +- [Quick Search](/table-operations/search) \ No newline at end of file