From c66a9737e33a67b59b90cf0117d9d7cb88f5faf1 Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Wed, 19 Jul 2023 11:56:05 +0300 Subject: [PATCH 1/4] update --- scripts/docs-collator/templates/components/index_category.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs-collator/templates/components/index_category.json b/scripts/docs-collator/templates/components/index_category.json index e673d5349..25134161c 100644 --- a/scripts/docs-collator/templates/components/index_category.json +++ b/scripts/docs-collator/templates/components/index_category.json @@ -1,7 +1,7 @@ { "label": "{{ label }}", "collapsible": true, - "collapsed": true, + "collapsed": false, "link": { "type": "generated-index", "title": "{{ title }}" From 8cf074980093da1ce2bb45da5e3660db120c17d1 Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Wed, 19 Jul 2023 12:16:43 +0300 Subject: [PATCH 2/4] update --- content/components/_category_.json | 2 ++ content/github-actions/_category_.json | 2 ++ scripts/docs-collator/templates/components/index_category.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/components/_category_.json b/content/components/_category_.json index b4a79d817..3637d029f 100644 --- a/content/components/_category_.json +++ b/content/components/_category_.json @@ -1,6 +1,8 @@ { "label": "aws", "position": 0, + "collapsible": true, + "collapsed": false, "link": { "type": "doc", "id": "index" diff --git a/content/github-actions/_category_.json b/content/github-actions/_category_.json index 477b54397..2939ff676 100644 --- a/content/github-actions/_category_.json +++ b/content/github-actions/_category_.json @@ -1,6 +1,8 @@ { "label": "GitHub Actions", "position": 0, + "collapsible": true, + "collapsed": false, "link": { "type": "doc", "id": "index" diff --git a/scripts/docs-collator/templates/components/index_category.json b/scripts/docs-collator/templates/components/index_category.json index 25134161c..e673d5349 100644 --- a/scripts/docs-collator/templates/components/index_category.json +++ b/scripts/docs-collator/templates/components/index_category.json @@ -1,7 +1,7 @@ { "label": "{{ label }}", "collapsible": true, - "collapsed": false, + "collapsed": true, "link": { "type": "generated-index", "title": "{{ title }}" From 45a52f337d607e8c41f391c02bff1fe4d9baab24 Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Wed, 19 Jul 2023 13:09:08 +0300 Subject: [PATCH 3/4] update --- .gitignore | 2 ++ content/components/_category_.json | 2 +- content/components/library/aws/_category_.json | 10 ++++++++++ content/github-actions/library/actions/_category_.json | 10 ++++++++++ 4 files changed, 23 insertions(+), 1 deletion(-) 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/_category_.json b/content/components/_category_.json index 3637d029f..5f32dd955 100644 --- a/content/components/_category_.json +++ b/content/components/_category_.json @@ -2,7 +2,7 @@ "label": "aws", "position": 0, "collapsible": true, - "collapsed": false, + "collapsed": true, "link": { "type": "doc", "id": "index" 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" + } +} From eaf246e18d603e2a5c7a736a5c2271846a3291fc Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Wed, 19 Jul 2023 13:30:26 +0300 Subject: [PATCH 4/4] update --- content/components/_category_.json | 2 -- content/github-actions/_category_.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/content/components/_category_.json b/content/components/_category_.json index 5f32dd955..b4a79d817 100644 --- a/content/components/_category_.json +++ b/content/components/_category_.json @@ -1,8 +1,6 @@ { "label": "aws", "position": 0, - "collapsible": true, - "collapsed": true, "link": { "type": "doc", "id": "index" diff --git a/content/github-actions/_category_.json b/content/github-actions/_category_.json index 2939ff676..477b54397 100644 --- a/content/github-actions/_category_.json +++ b/content/github-actions/_category_.json @@ -1,8 +1,6 @@ { "label": "GitHub Actions", "position": 0, - "collapsible": true, - "collapsed": false, "link": { "type": "doc", "id": "index"