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" + } +}