Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed May 23, 2024
1 parent 2fdd9a0 commit c6a0c38
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
25 changes: 25 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16692,6 +16692,18 @@
"description": "{{link_to_system_arguments_docs}}"
}
]
},
{
"name": "tab_nav",
"description": "Optional tabs nav at the bottom of the page header",
"parameters": [
{
"name": "system_arguments",
"type": "Hash",
"default": "N/A",
"description": "{{link_to_system_arguments_docs}}"
}
]
}
],
"methods": [
Expand Down Expand Up @@ -16840,6 +16852,19 @@
"color-contrast"
]
}
},
{
"preview_path": "primer/open_project/page_header/tab_nav",
"name": "tab_nav",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
}
],
"subcomponents": [
Expand Down
13 changes: 13 additions & 0 deletions static/previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -5390,6 +5390,19 @@
"color-contrast"
]
}
},
{
"preview_path": "primer/open_project/page_header/tab_nav",
"name": "tab_nav",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
}
]
},
Expand Down

0 comments on commit c6a0c38

Please sign in to comment.