Skip to content

Commit

Permalink
chore(pagic): update pagic
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Dec 9, 2020
1 parent 3a97617 commit 0ff1fdc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pagic.config.tsx
Expand Up @@ -9,7 +9,6 @@ export default {
include: [
"**/README.md",
"**/assets",
"_layout.tsx",
"docs/assets",
"docs/fonts/cliffy.eot",
"docs/fonts/cliffy.woff",
Expand Down Expand Up @@ -75,22 +74,22 @@ export default {
],
sidebar: {
"/": [{
title: "AnsiEscape",
text: "AnsiEscape",
link: "ansi_escape/README.md",
}, {
title: "Command",
text: "Command",
link: "command/README.md",
}, {
title: "Flags",
text: "Flags",
link: "flags/README.md",
}, {
title: "KeyCode",
text: "KeyCode",
link: "keycode/README.md",
}, {
title: "Prompt",
text: "Prompt",
link: "prompt/README.md",
}, {
title: "Table",
text: "Table",
link: "table/README.md",
}],
},
Expand Down

0 comments on commit 0ff1fdc

Please sign in to comment.