From 3a8ac4fdfa9611f360c551e6b92026ba859582f4 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:51:49 -0800 Subject: [PATCH] Update and rename _category_.json to _category_.yaml --- website/docs/faqs/API/_category_.json | 14 -------------- website/docs/faqs/API/_category_.yaml | 10 ++++++++++ 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 website/docs/faqs/API/_category_.json create mode 100644 website/docs/faqs/API/_category_.yaml diff --git a/website/docs/faqs/API/_category_.json b/website/docs/faqs/API/_category_.json deleted file mode 100644 index 7109873ccad..00000000000 --- a/website/docs/faqs/API/_category_.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "position": 2.5, - "label": "API", - "collapsible": true, - "collapsed": true, - "className": "red", - "link": { - "type": "generated-index", - "title": "API overview" - }, - "customProps": { - "description": "This description can be used in the swizzled DocCard" - } -} diff --git a/website/docs/faqs/API/_category_.yaml b/website/docs/faqs/API/_category_.yaml new file mode 100644 index 00000000000..2e45ba85fc7 --- /dev/null +++ b/website/docs/faqs/API/_category_.yaml @@ -0,0 +1,10 @@ +position: 2.5 # float position is supported +label: 'API' +collapsible: true # make the category collapsible +collapsed: true # keep the category collapsed by default +className: red +link: + type: generated-index + title: Tutorial overview +customProps: + description: This description can be used in the swizzled DocCard