From 210100e9eaed6fd7313cdd288fe6e752f0e664e0 Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Wed, 19 Jul 2023 16:08:02 +0300 Subject: [PATCH] AWS components tree initially should not be collapsed in left sidebar (#590) --- .gitignore | 2 ++ content/components/library/aws/_category_.json | 10 ++++++++++ content/github-actions/library/actions/_category_.json | 10 ++++++++++ 3 files changed, 22 insertions(+) create mode 100644 content/components/library/aws/_category_.json create mode 100644 content/github-actions/library/actions/_category_.json diff --git a/.gitignore b/.gitignore index 7ee5ffb92..888fe541c 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ static/assets/refarch/** !content/reference-architecture/index.md !content/reference-architecture/refarch.json !content/reference-architecture/sitemap.xml +!content/components/library/aws/_category_.json +!content/github-actions/library/actions/_category_.json \ No newline at end of file diff --git a/content/components/library/aws/_category_.json b/content/components/library/aws/_category_.json new file mode 100644 index 000000000..6936f441c --- /dev/null +++ b/content/components/library/aws/_category_.json @@ -0,0 +1,10 @@ +{ + "label": "aws", + "position": 100, + "collapsible": true, + "collapsed": false, + "link": { + "type": "generated-index", + "description": "aws" + } +} diff --git a/content/github-actions/library/actions/_category_.json b/content/github-actions/library/actions/_category_.json new file mode 100644 index 000000000..b318ed08a --- /dev/null +++ b/content/github-actions/library/actions/_category_.json @@ -0,0 +1,10 @@ +{ + "label": "actions", + "collapsible": true, + "collapsed": false, + "className": "command", + "link": { + "type": "generated-index", + "title": "GitHub Actions" + } +}