Skip to content

Commit

Permalink
fix the scroll on the config file schema doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
Himangini committed Jul 8, 2021
1 parent 6658df3 commit 6061dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions userdocs/src/usage/schema.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ table#config td.type {
filter: opacity(70%);
color: #999999;
}
.md-typeset__scrollwrap {
overflow-x: inherit;
}
4 changes: 1 addition & 3 deletions userdocs/src/usage/schema.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Config file schema

Use `eksctl utils schema` to get the raw JSON schema.
<script type="module" src="../schema.js"></script>

<table id="config"></table>

## Latest schema

Use `eksctl utils schema` to get the raw JSON schema.

0 comments on commit 6061dc1

Please sign in to comment.