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 c6b0996
Show file tree
Hide file tree
Showing 15 changed files with 322 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 c6b0996

Please sign in to comment.