Skip to content

Commit

Permalink
Add prestart script
Browse files Browse the repository at this point in the history
Signed-off-by: isamrish <askmaurya48@gmail.com>
  • Loading branch information
isamrish committed Jun 9, 2021
1 parent 87b91a4 commit a2745d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,13 @@
"theme.common.skipToMainContent": {
"message": "Skip to main content",
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
},
"theme.Feedback.YesButton": {
"message": "Yes",
"description": "The ARIA label for sending positive response on button click"
},
"theme.Feedback.NoButton": {
"message": "No",
"description": "The ARIA label for sending negative response on button click"
}
}
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"prestart": "yarn run write-translations",
"start": "docusaurus start",
"prebuild": "yarn run write-translations",
"build": "docusaurus build",
Expand Down

0 comments on commit a2745d3

Please sign in to comment.