Skip to content

Commit

Permalink
update for webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraMuxia committed May 15, 2024
1 parent 4d1fcf6 commit d1b97e4
Show file tree
Hide file tree
Showing 3 changed files with 1,114 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ export default defineConfig({
text: 'Nodejs',
link: '/front-end/05-Node.js/'
},
{
text: 'Webpack',
link: '/front-end/08-webpack/'
},
{
text: 'React',
link: '/front-end/'
Expand Down Expand Up @@ -159,6 +163,7 @@ sidebar: {
"/front-end/05-Node.js/": set_sidebar("/docs/front-end/05-Node.js/"),
"/front-end/06-mongoDB/": set_sidebar("/docs/front-end/06-mongoDB/"),
"/front-end/07-ajax/": set_sidebar("/docs/front-end/07-ajax/"),
"/front-end/08-Webpack/": set_sidebar("/docs/front-end/08-webpack/"),
"/blogs/01-technology/": set_sidebar("/docs/blogs/01-technology/"),
"/devops/git/": set_sidebar("/docs/devops/git/"),
},
Expand Down
Loading

0 comments on commit d1b97e4

Please sign in to comment.