File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,16 @@ Install our Github App to autopropagate changes from youre repo to your deployme
34
34
npm i # install deps
35
35
npm run mintlify dev # build mintlify locally
36
36
npm run vale sync # sync packages defined in .vale.ini
37
- npm run vale . # check all included files in subfolders
37
+ npm run vale . # check all included files in subfolders
38
+
39
+ Vale VSCode
40
+ https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode
41
+
42
+ MDX
43
+ https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx
44
+
45
+ Code Spell Checker
46
+ https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
47
+
48
+ - Images with a unknown size use `  ` syntax
49
+ - Images with a specific size like icons use ` <Image width={32} height={32}> syntax `
You can’t perform that action at this time.
0 commit comments