We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df2f49 commit 6986e86Copy full SHA for 6986e86
docs/.vitepress/config.mjs
@@ -4,7 +4,9 @@ import { defineConfig } from 'vitepress'
4
export default defineConfig({
5
title: "Java-AI",
6
description: "Java ♾️ AI",
7
- editLink: true,
+ editLink: {
8
+ pattern: 'https://github.com/javay/java-ai/edit/main/docs/:path'
9
+ },
10
lastUpdated: true,
11
themeConfig: {
12
// https://vitepress.dev/reference/default-theme-config
0 commit comments