Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Dec 13, 2024
1 parent 3f494f0 commit a5ecaf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { viteBundler } from '@vuepress/bundler-vite'
import { defaultTheme } from "@vuepress/theme-default";
import { defineUserConfig } from "vuepress";
import { viteBundler } from '@vuepress/bundler-vite'


//import { searchPlugin } from "@vuepress/plugin-search";
//import { nprogressPlugin } from "@vuepress/plugin-nprogress";
Expand All @@ -25,6 +26,7 @@ export default defineUserConfig({
theme: defaultTheme({
logo: 'logo_worldline.png',
repo: 'https://github.com/worldline/learning-ai',
repoLabel: "⭐ Contribute!",

sidebar: [
{ text: 'Home', link: '/' },
Expand Down

0 comments on commit a5ecaf0

Please sign in to comment.