Skip to content

Commit

Permalink
AWS components tree initially should not be collapsed in left sidebar (
Browse files Browse the repository at this point in the history
  • Loading branch information
zdmytriv authored Jul 19, 2023
1 parent 5d63ac5 commit 210100e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions content/components/library/aws/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"label": "aws",
"position": 100,
"collapsible": true,
"collapsed": false,
"link": {
"type": "generated-index",
"description": "aws"
}
}
10 changes: 10 additions & 0 deletions content/github-actions/library/actions/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"label": "actions",
"collapsible": true,
"collapsed": false,
"className": "command",
"link": {
"type": "generated-index",
"title": "GitHub Actions"
}
}

0 comments on commit 210100e

Please sign in to comment.