From f46cd4aab5d14aa731798148df2c0653f25c8d6f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Feb 2024 21:36:53 +0800 Subject: [PATCH] docs(index): update index page --- docs/cn/index.md | 23 ++++++++++++----------- docs/index.md | 6 +++--- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/cn/index.md b/docs/cn/index.md index 2cfde3c30..718f21615 100644 --- a/docs/cn/index.md +++ b/docs/cn/index.md @@ -1,27 +1,28 @@ --- title: "主页" -description: "SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织和管理插件,提高 Vim 环境配置效率。" +description: "SpaceVim 是一个模块化的 Vim 和 Neovim 的配置集合,以模块的方式组织和管理插件,提高 Vim 环境配置效率。" lang: zh --- -[![twitter](https://img.spacevim.org/twitter.svg)](https://twitter.com/SpaceVim) [![matrix](https://img.spacevim.org/spacevim-cn-matrix.svg)](https://app.element.io/#/room/#spacevim-cn:matrix.org) [![Telegram](https://img.spacevim.org/telegram-spacevim-cn.svg)](https://t.me/SpaceVim_CN/) -[![reddit](https://img.spacevim.org/reddit.svg)](https://www.reddit.com/r/SpaceVim/) +[![twitter](https://img.spacevim.org/twitter.svg)](https://twitter.com/SpaceVim) [![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](development/#证书) +[![reddit](https://img.spacevim.org/reddit.svg)](https://www.reddit.com/r/SpaceVim/) ![welcome page](https://img.spacevim.org/release-v2.2.0.png) -SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织管理插件以及相关配置, -为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全, -语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。 +SpaceVim 是一个模块化的 Vim 和 Neovim 配置集合,它的灵感来自于 [spacemacs](https://www.spacemacs.org/)。 +以模块的方式组织插件及相关配置,将相关插件组合在一起提供完整的功能。 +这将使得插件配置更加简单,减少用户选择并配置插件的时间。 +仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。 -- [入门指南](quick-start-guide/): 包括最基本的安装以及配置教程,同时包括了针对不同语言的配置技巧 -- [使用文档](documentation/): 完整的用户使用文档,详细介绍了每一个快捷键以及配置的功能 -- [可用模块](layers/): 罗列了目前已经支持的所有模块,包括功能模块和不同的语言模块 +- [入门指南](quick-start-guide/): 基本的安装以及配置示例,同时包括了针对不同语言的配置技巧。 +- [使用文档](documentation/): 完整的使用文档,详细介绍了每一个快捷键以及配置的功能。 +- [可用模块](layers/): 罗列了目前已经实现的所有模块,包括功能模块和语言模块。 -当前最新的稳定版为[v2.2.0](https://spacevim.org/SpaceVim-release-v2.2.0/),发布于2023年7月5日, -[following-HEAD](following-head/) 页面罗列了master分支最新的更新以及变动。 +当前最新的稳定版为[v2.2.0](https://spacevim.org/SpaceVim-release-v2.2.0/),发布于2023年7月5日。 +[following-HEAD](following-head/) 页面罗列了自 `v2.2.0` 至今最新的更新以及变动。若需要了解项目的后续开发路线及计划,可以查阅[开发路线](roadmap/)页面。 ## 最新特性 diff --git a/docs/index.md b/docs/index.md index 1f8706715..ce7c7c2b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,11 +3,11 @@ title: "Home" description: "SpaceVim is a modular Vim/Neovim configuration that seeks to provide layer feature." --- -[![twitter](https://img.spacevim.org/twitter.svg)](https://twitter.com/SpaceVim) [![matrix](https://img.spacevim.org/spacevim-matrix.svg)](https://app.element.io/#/room/#spacevim:matrix.org) [![Telegram](https://img.spacevim.org/telegram-spacevim.svg)](https://t.me/SpaceVim/) -[![reddit](https://img.spacevim.org/reddit.svg)](https://www.reddit.com/r/SpaceVim/) +[![twitter](https://img.spacevim.org/twitter.svg)](https://twitter.com/SpaceVim) [![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](development/#license) +[![reddit](https://img.spacevim.org/reddit.svg)](https://www.reddit.com/r/SpaceVim/) ![welcome page](https://img.spacevim.org/release-v2.2.0.png) @@ -22,7 +22,7 @@ what packages to install. - [Documentation](documentation/): the primary official documentation of SpaceVim - [Available layers](layers/): a list of available layers which can be used in SpaceVim -The project is currently under active development and the latest stable release is [`v2.2.0`](https://spacevim.org/SpaceVim-release-v2.2.0/) which was released at 2023-07-05, +The project is currently under active development and the latest stable release is [v2.2.0](https://spacevim.org/SpaceVim-release-v2.2.0/) which was released at 2023-07-05, check out [following-HEAD](following-head/) page for what happened since last release. The [roadmap](roadmap/) page defines the project direction and priorities. ## New features