Skip to content

Commit 926b833

Browse files
committed
移动文档内容
1 parent 6f3417a commit 926b833

12 files changed

+14
-8
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[English doc](README_EN.md)
44

5+
## BreakChange
6+
7+
整个项目被重写了, 文档以后再写
8+
59
## 项目介绍
610

711
该项目是基于C++的lua代码解析\格式化\代码诊断算法库和语言服务实例
@@ -22,9 +26,11 @@
2226
* plugin[0%]
2327

2428
## 文档
25-
* [格式化行为介绍](docs/format_action.md)
26-
* [如何配置格式化](docs/format_config.md)
27-
* [代码诊断配置](docs/diagnosis_config.md)
29+
30+
* [格式化行为介绍](docs/old_version_doc/format_action.md)
31+
* [如何配置格式化](docs/old_version_doc/format_config.md)
32+
* [代码诊断配置](docs/old_version_doc/diagnosis_config.md)
33+
2834
# Contribute
2935

3036
任何pr或者issue都是欢迎的

README_EN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ In addition to providing language service examples, the project also provides an
2525

2626
## Document
2727
* [Usage](docs/usage_EN.md)
28-
* [Introduction to formatting behavior](docs/format_action_EN.md)
29-
* [How to configure formatting](docs/format_config_EN.md)
30-
* [Code diagnosis configuration](docs/diagnosis_config_EN.md)
31-
* [Disable format](docs/disable_format_EN.md)
32-
* [auto import configuration](docs/auto_import_config_EN.md)
28+
* [Introduction to formatting behavior](docs/old_version_doc/format_action_EN.md)
29+
* [How to configure formatting](docs/old_version_doc/format_config_EN.md)
30+
* [Code diagnosis configuration](docs/old_version_doc/diagnosis_config_EN.md)
31+
* [Disable format](docs/old_version_doc/disable_format_EN.md)
32+
* [auto import configuration](docs/old_version_doc/auto_import_config_EN.md)
3333
## Contribute
3434
Any pr or issue are welcome
3535

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)