Skip to content

Commit

Permalink
Rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyheavener committed Mar 20, 2022
1 parent 3eab5b7 commit 9976e6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ exports[`simple site custom pagination 1`] = `
},
"prev": undefined,
},
Object {
{
"id": "draft",
"next": undefined,
"prev": undefined,
},
Object {
{
"id": "foo/bar",
"next": undefined,
"prev": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ exports[`simple website content 5`] = `
"path": "/docs/doc with space",
"sidebar": undefined,
},
Object {
{
"id": "draft",
"path": "/docs/draft",
"sidebar": undefined,
},
Object {
{
"id": "foo/bar",
"path": "/docs/foo/bar",
"sidebar": "docs",
Expand Down Expand Up @@ -1046,12 +1046,12 @@ exports[`simple website content: global data 1`] = `
"path": "/docs/doc with space",
"sidebar": undefined,
},
Object {
{
"id": "draft",
"path": "/docs/draft",
"sidebar": undefined,
},
Object {
{
"id": "foo/bar",
"path": "/docs/foo/bar",
"sidebar": "docs",
Expand Down Expand Up @@ -1227,15 +1227,15 @@ exports[`simple website content: route config 1`] = `
{
"component": "@theme/DocItem",
"exact": true,
"modules": Object {
"modules": {
"content": "@site/docs/draft.md",
},
"path": "/docs/draft",
},
Object {
{
"component": "@theme/DocItem",
"exact": true,
"modules": Object {
"modules": {
"content": "@site/docs/foo/bar.md",
},
"path": "/docs/foo/bar",
Expand Down

0 comments on commit 9976e6b

Please sign in to comment.