Skip to content

Commit

Permalink
Change the name of repository to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Jul 19, 2024
1 parent 523a8dc commit d194882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Noir",
description: "Noir Documentation",
base: "/adr/",
base: "/docs/",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand All @@ -31,7 +31,7 @@ export default defineConfig({
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/noirhq/adr' }
{ icon: 'github', link: 'https://github.com/noirhq/docs' }
]
}
})

0 comments on commit d194882

Please sign in to comment.