Skip to content

Commit

Permalink
Reorganize README
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed May 28, 2022
1 parent edb8a77 commit 7e6ead0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,4 @@ module.exports = {
repo: 'https://github.com/wm-noble/terminalle',
docsDir: 'docs',
}),

plugins: [
{
name: 'clean-urls',
extendsPage: (page) => {
if (!page.frontmatter?.permalink) {
const { path } = page
if (path.endsWith('.html')) {
page.path = path.slice(0, -5)
} else if (path.endsWith('/')) {
page.path = path.slice(0, -1)
}
}
},
},
],
}
1 change: 1 addition & 0 deletions docs/README.md

0 comments on commit 7e6ead0

Please sign in to comment.