Skip to content

Commit 75aa875

Browse files
committedMar 18, 2025·
fix: algolia search
1 parent bf1a5cd commit 75aa875

File tree

5 files changed

+779
-7650
lines changed

5 files changed

+779
-7650
lines changed
 

‎package-lock.json

-6,378
This file was deleted.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"update-theme": "node ./.vitepress/update-theme.mjs"
2020
},
2121
"devDependencies": {
22-
"@nativescript/vitepress-theme": "https://docs.nativescript.org/__/vitepress-theme.tgz?1741004879845",
22+
"@nativescript/vitepress-theme": "https://docs.nativescript.org/__/vitepress-theme.tgz?1742004879922",
2323
"@types/node": "18.11.9",
2424
"npm-run-all": "^4.1.5",
2525
"patch-package": "^8.0.0",
@@ -30,7 +30,7 @@
3030
"textlint": "^13.3.3",
3131
"textlint-filter-rule-comments": "^1.2.2",
3232
"textlint-rule-terminology": "^3.0.5",
33-
"vitepress": "1.6.3",
33+
"vitepress": "1.0.0-rc.4",
3434
"zx": "^6.2.5"
3535
},
3636
"prettier": {

‎patches/vitepress+1.0.0-rc.4.patch

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/node_modules/vitepress/dist/node/serve-3dd2c315.js b/node_modules/vitepress/dist/node/serve-3dd2c315.js
2+
index c939f17..969eecc 100644
3+
--- a/node_modules/vitepress/dist/node/serve-3dd2c315.js
4+
+++ b/node_modules/vitepress/dist/node/serve-3dd2c315.js
5+
@@ -35640,8 +35640,10 @@ function findRegion(lines, regionName) {
6+
// Visual Basic
7+
/^::#((?:end)region) ([\w*-]+)$/,
8+
// Bat
9+
- /^# ?((?:end)?region) ([\w*-]+)$/
10+
+ /^# ?((?:end)?region) ([\w*-]+)$/,
11+
// C#, PHP, Powershell, Python, perl & misc
12+
+ /^\s*\{\/\* #?((?:end)?region) ([\w*-]+) \*\/\}/,
13+
+ // react tsx
14+
];
15+
let regexp = null;
16+
let start = -1;

‎patches/vitepress+1.6.3.patch

-16
This file was deleted.

‎yarn.lock

+761-1,254
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.