mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
dogfooding editUrl typo
This commit is contained in:
parent
b49b462389
commit
f27bedb76f
1 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,8 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
|
||||||
{
|
{
|
||||||
id: 'docs-tests',
|
id: 'docs-tests',
|
||||||
routeBasePath: '/tests/docs',
|
routeBasePath: '/tests/docs',
|
||||||
|
editUrl:
|
||||||
|
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_docs tests',
|
||||||
sidebarPath: '_dogfooding/docs-tests-sidebars.js',
|
sidebarPath: '_dogfooding/docs-tests-sidebars.js',
|
||||||
versions: {
|
versions: {
|
||||||
current: {
|
current: {
|
||||||
|
@ -70,7 +72,7 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
|
||||||
path: '_dogfooding/_blog tests',
|
path: '_dogfooding/_blog tests',
|
||||||
routeBasePath: '/tests/blog',
|
routeBasePath: '/tests/blog',
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_blog-tests',
|
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_blog tests',
|
||||||
postsPerPage: 3,
|
postsPerPage: 3,
|
||||||
feedOptions: {
|
feedOptions: {
|
||||||
type: 'all',
|
type: 'all',
|
||||||
|
|
Loading…
Add table
Reference in a new issue