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 Mar 30, 2022
1 parent bb55586 commit 06dce4c
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 06dce4c

Please sign in to comment.