Skip to content

Commit

Permalink
chore: setup search, edit and last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
seofernando25 committed Mar 16, 2024
1 parent 52aacd3 commit 40051cd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: "/rgs/",
ignoreDeadLinks: true,
title: "RGS Docs",
description: "RGS Documentation",
themeConfig: {
search: {
provider: "local",
},
lastUpdated: {},
logo: "static/icon_bg.png",
editLink: {
pattern: "https://github.com/uorocketry/rgs/edit/main/docs/:path",
},

// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: "Home", link: "/" },
{ text: "Guide", link: "/guide/" },
Expand Down

0 comments on commit 40051cd

Please sign in to comment.