Skip to content

Commit

Permalink
Merge pull request #1453 from tradingview/a11y-tutorial
Browse files Browse the repository at this point in the history
add a11y tutorial
  • Loading branch information
SlicedSilver committed Nov 29, 2023
2 parents f13a3c1 + 3d4b194 commit 635baa2
Show file tree
Hide file tree
Showing 11 changed files with 1,311 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/sidebars-tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ const sidebars = {
dirName: 'customization',
},
] },
{ Accessibility: [
{
type: 'autogenerated',
dirName: 'a11y',
},
] },
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,7 @@ button.navbar__toggle {
width: 100%;
border-radius: var(--ifm-code-border-radius);
}

.standalone-iframe.h400 {
height: 400px;
}
5 changes: 5 additions & 0 deletions website/src/img/a11y.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/tutorials/a11y/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: "Accessibility"

0 comments on commit 635baa2

Please sign in to comment.