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 4814c1d commit 21df399Copy full SHA for 21df399
.gitattributes
@@ -1,3 +0,0 @@
1
-*.js linguist-language=python
2
-*.css linguist-language=python
3
-*.html linguist-language=python
docs/.vitepress/config.mjs
@@ -2,11 +2,15 @@ import {defineConfig} from 'vitepress'
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
+ lang: 'zh-CN',
6
base: '/CrawlerTutorial/',
7
title: "程序员阿江-Relakkes的爬虫教程",
8
description: "程序员阿江-Relakkes的爬虫教程",
9
lastUpdated: true,
10
themeConfig: {
11
+ editLink: {
12
+ pattern: 'https://github.com/NanmiCoder/CrawlerTutorial/tree/main/docs/:path'
13
+ },
14
search: {
15
provider: 'local'
16
},
0 commit comments