Skip to content

Commit

Permalink
update logo and add back to top plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed May 16, 2024
1 parent b72553e commit ce969ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { viteBundler } from '@vuepress/bundler-vite';
import { backToTopPlugin } from '@vuepress/plugin-back-to-top';
import { searchPlugin } from '@vuepress/plugin-search';
import { defaultTheme } from '@vuepress/theme-default';
import { defineUserConfig } from 'vuepress';
Expand Down Expand Up @@ -27,6 +28,8 @@ export default defineUserConfig({
sidebar: {
'/admin': adminSidebar,
},
logo: '/ijp_logo_black.png',
logoDark: '/ijp_logo_white.png',
}),
plugins: [searchPlugin()],
plugins: [searchPlugin(), backToTopPlugin()],
});
Binary file added docs/.vuepress/public/ijp_logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vuepress/bundler-vite": "^2.0.0-rc.9",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.28",
"@vuepress/plugin-search": "^2.0.0-rc.28",
"@vuepress/theme-default": "^2.0.0-rc.28",
"eslint": "^8.49.0",
Expand Down

0 comments on commit ce969ab

Please sign in to comment.