Skip to content

Commit

Permalink
docs: fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 23, 2024
1 parent da9def5 commit 2c0dc8c
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 305 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '!*.md'
- '!.github/**'
- '!.vscode/**'
- '!docs/**'
# trigger deployment manually
workflow_dispatch:

Expand Down
5 changes: 3 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const editLinkPattern = `${repository.url}/edit/master/docs/:path`;

const commonSidebarConfig: VitePressSidebarOptions = {
debugPrint: true,
excludePattern: ['CHANGELOG.md'],
manualSortFileNameByPriority: ['introduction.md', 'guide'],
excludePattern: ['changelog.md'],
collapsed: false,
capitalizeFirst: true,
useTitleFromFileHeading: true,
Expand Down Expand Up @@ -58,7 +59,7 @@ const vitePressConfig: UserConfig = {
})
]),
socialLinks: [
{ icon: 'npm', link: 'https://www.npmjs.com/package/vitepress-sidebar' },
{ icon: 'npm', link: 'https://www.npmjs.com/package/vitepress-i18n' },
{ icon: 'github', link: repository.url.replace('.git', '') }
],
footer: {
Expand Down
Loading

0 comments on commit 2c0dc8c

Please sign in to comment.