From 1f6f3b2234f9dd1a615eee1df00c10312d862162 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Mon, 27 Feb 2023 13:14:48 +0800 Subject: [PATCH] docs: remove comments breaking table in column-types.md --- packages/noco-docs/content/en/setup-and-usages/column-types.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/column-types.md b/packages/noco-docs/content/en/setup-and-usages/column-types.md index a6b11cca6d..182999b520 100644 --- a/packages/noco-docs/content/en/setup-and-usages/column-types.md +++ b/packages/noco-docs/content/en/setup-and-usages/column-types.md @@ -10,9 +10,7 @@ menuTitle: 'Column Types' | Type | Description | |---|---| - | [LinkToAnotherRecord](#linktoanotherrecord) | Has Many or Many To Many columns | - | [SingleLineText](#singlelinetext) | For short text | | [LongText](#longtext) | For lengthy string content | | [Attachment](#attachment) | File attachment column | @@ -36,7 +34,6 @@ menuTitle: 'Column Types' | [DateTime](#datetime)| Date & Time selector | | [QR Code](#qr-code)| QR Code visualization of another referenced column | | [Barcode](#barcode)| Barcode visualization of another referenced column | - | [Geometry](#geometry)| Geometry column | | [GeoData](#geodata)| GeoData column | | [Json](#json)| Json column |