diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 0861033..a3c0a19 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -4,6 +4,10 @@ export default defineConfig({ title: "Phlex", description: "Ruby views", themeConfig: { + editLink: { + pattern: "https://github.com/phlex-ruby/phlex.fun/edit/main/:path", + }, + nav: [ { text: "Home", link: "/" }, { text: "Community", link: "project/community" },