We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46d4ff commit 8785741Copy full SHA for 8785741
.vitepress/config.mts
@@ -4,6 +4,10 @@ export default defineConfig({
4
title: "Phlex",
5
description: "Ruby views",
6
themeConfig: {
7
+ editLink: {
8
+ pattern: "https://github.com/phlex-ruby/phlex.fun/edit/main/:path",
9
+ },
10
+
11
nav: [
12
{ text: "Home", link: "/" },
13
{ text: "Community", link: "project/community" },
0 commit comments