Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
primer-css committed Jun 21, 2024
1 parent e74e20a commit b3fa63c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -2462,6 +2462,18 @@
"default": "N/A",
"description": "One of `:left` or `:right`. - Defaults to left"
},
{
"name": "body_arguments",
"type": "Hash",
"default": "`{}`",
"description": "[System arguments](/system-arguments) for the body wrapper."
},
{
"name": "wrapper_arguments",
"type": "Hash",
"default": "`{}`",
"description": "[System arguments](/system-arguments) for the `TabContainer` wrapper."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down
12 changes: 12 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7628,6 +7628,18 @@
"default": "N/A",
"description": "One of `:left` or `:right`. - Defaults to left"
},
{
"name": "body_arguments",
"type": "Hash",
"default": "`{}`",
"description": "{{link_to_system_arguments_docs}} for the body wrapper."
},
{
"name": "wrapper_arguments",
"type": "Hash",
"default": "`{}`",
"description": "{{link_to_system_arguments_docs}} for the `TabContainer` wrapper."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down

0 comments on commit b3fa63c

Please sign in to comment.