diff --git a/docs/.vuepress/public/img/code.png b/docs/.vuepress/public/img/code.png index d54532c8..f65285cb 100644 Binary files a/docs/.vuepress/public/img/code.png and b/docs/.vuepress/public/img/code.png differ diff --git a/docs/language/namespace/css/README.md b/docs/language/namespace/css/README.md new file mode 100644 index 00000000..7369d2dc --- /dev/null +++ b/docs/language/namespace/css/README.md @@ -0,0 +1,3 @@ +# css [官网地址](https://microsoft.github.io/monaco-editor/typedoc/modules/languages.css.html) + +css是monaco editor内置的几个语言之一 \ No newline at end of file diff --git a/docs/language/namespace/html/README.md b/docs/language/namespace/html/README.md new file mode 100644 index 00000000..7145ea74 --- /dev/null +++ b/docs/language/namespace/html/README.md @@ -0,0 +1,3 @@ +# html [官网地址](https://microsoft.github.io/monaco-editor/typedoc/modules/languages.html.html) + +html是monaco editor内置的几个语言之一 \ No newline at end of file diff --git a/docs/language/namespace/json/README.md b/docs/language/namespace/json/README.md new file mode 100644 index 00000000..a9677a99 --- /dev/null +++ b/docs/language/namespace/json/README.md @@ -0,0 +1,3 @@ +# json [官网地址](https://microsoft.github.io/monaco-editor/typedoc/modules/languages.json.html) + +json是monaco editor内置的几个语言之一 \ No newline at end of file diff --git a/docs/language/namespace/typescript/README.md b/docs/language/namespace/typescript/README.md new file mode 100644 index 00000000..6a87f880 --- /dev/null +++ b/docs/language/namespace/typescript/README.md @@ -0,0 +1,3 @@ +# typescript [官网地址](https://microsoft.github.io/monaco-editor/typedoc/modules/languages.typescript.html) + +typescript是monaco editor内置的几个语言之一 \ No newline at end of file