chore: update examples for beta 20 (#7350)

This commit is contained in:
Sébastien Lorber 2022-05-05 21:38:47 +02:00 committed by GitHub
parent 26df8c83ce
commit 386c5901eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 2638 additions and 2690 deletions

View file

@ -18,6 +18,9 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
@ -29,12 +32,14 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},