Skip to content

Commit

Permalink
feat(content-docs): exclude draft docs from builds, sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyheavener committed Apr 4, 2022
1 parent 4194925 commit 3f79f5f
Show file tree
Hide file tree
Showing 18 changed files with 337 additions and 43 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ exports[`simple site custom pagination 1`] = `
},
"prev": undefined,
},
{
"id": "draft",
"next": undefined,
"prev": undefined,
},
{
"id": "foo/bar",
"next": undefined,
Expand Down
Loading

0 comments on commit 3f79f5f

Please sign in to comment.