chore: regenerate beta.7 examples (#5720)

This commit is contained in:
Alexey Pyltsyn 2021-10-16 09:25:24 +03:00 committed by GitHub
parent f9fd8efbf4
commit 7ae3ea2c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 2380 additions and 2254 deletions

View file

@ -6,10 +6,11 @@
*
* @format
*/
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
// With JSDoc @type annotations, IDEs can provide config autocompletion
/** @type {import('@docusaurus/types').DocusaurusConfig} */
(module.exports = {
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'The tagline of my site',
url: 'https://your-docusaurus-test-site.com',
@ -146,4 +147,6 @@
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`,
},
}),
});
};
module.exports = config;