mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Run Prettier
This commit is contained in:
parent
a7b5148e06
commit
fbae29b0ff
29 changed files with 1311 additions and 987 deletions
|
@ -64,17 +64,18 @@ const siteConfig = {
|
|||
"rgba(46, 133, 85, 0.03)" /* primaryColor in rgba form, with 0.03 alpha */
|
||||
},
|
||||
tagline: "My Tagline",
|
||||
recruitingLink: "https://crowdin.com/project/test-site" /* translation site "help translate" link */,
|
||||
recruitingLink:
|
||||
"https://crowdin.com/project/test-site" /* translation site "help translate" link */,
|
||||
/* remove this section to disable search bar */
|
||||
algolia: {
|
||||
apiKey: "0f9f28b9ab9efae89810921a351753b5", /* use your search-only api key */
|
||||
apiKey:
|
||||
"0f9f28b9ab9efae89810921a351753b5" /* use your search-only api key */,
|
||||
indexName: "github"
|
||||
},
|
||||
}
|
||||
/* remove this to disable google analytics tracking */
|
||||
/* gaTrackingId: "" */
|
||||
};
|
||||
|
||||
|
||||
/* DO NOT EDIT BELOW THIS LINE */
|
||||
|
||||
const fs = require("fs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue