Skip to content

Commit

Permalink
Merge pull request #23 from xijing21/main
Browse files Browse the repository at this point in the history
update some dosc
  • Loading branch information
xijing21 authored Dec 13, 2023
2 parents efc319b + da8a90b commit c78db1f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import { defineConfig } from 'vitepress'

const sidebarItems = [
{ text: '介绍', link: '/introduction/index' },
{
text: '版本规划路线图',
link: '/plan/index',
items: [
]
},
{
text: '工具',
items: [
Expand Down Expand Up @@ -58,12 +64,6 @@ const sidebarItems = [
]
}
]
},
{
text: '版本规划路线图',
link: '/plan/index',
items: [
]
}
]

Expand Down
8 changes: 6 additions & 2 deletions docs/zh/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ RUYISDK 是一个旨在提供给一个一体化集成开发环境的产品计划

### RUYI 包管理器

[GitHub 项目](https://github.com/ruyisdk/ruyi)
* [GitHub 项目](https://github.com/ruyisdk/ruyi)
* [文档](../ruyi/index.md)
* [在线软件源 RUYI REPO](https://mirror.iscas.ac.cn/ruyisdk/)

[文档](../ruyi/index.md)
### RUYI IDE

### 开发者社区
21 changes: 21 additions & 0 deletions docs/zh/plan/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# 版本规划路线图

RUYISDK 是一个旨在提供给一个一体化集成开发环境的产品计划。从 2023 年开始筹备,计划用三年时间为 RISC-V 开发者提供一个完整的、全家桶式的全功能开发环境。

## RUYISDK 版本计划

RUYISDK 目前以每半年为一个里程碑版本周期来推动RUYISDK的不断完善,目前计划中的里程碑版本有:

* V0.1 (计划发布时间:2023年6月)
* V0.2 (计划发布时间:2023年12月)
* V0.3 (计划发布时间:2024年6月)
* V0.4 (计划发布时间:2024年12月)
* V1.0 (计划发布时间:2025年6月)


## RUYISDK 路线图

### 包管理器

### IDE

### 开发者社区
8 changes: 4 additions & 4 deletions docs/zh/ruyi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ RUYI 包管理是 RuyiSDK 开发中的包管理器。用于管理工具链、模

当前 RUYI 包管理器 v0.2 版本在以下平台进行了测试

+ x86-64 Fedora 38
+ x86-64 Ubuntu 22.04 LTS
+ x86-64 openEuler 23.09
+ x86_64 Fedora 38
+ x86_64 Ubuntu 22.04 LTS
+ x86_64 openEuler 23.09
+ riscv64 RevyOS 20231026
+ riscv64 openEuler 23.09

## 命令

RUYI 目前支持的命令如下:

``` bash
```bash
ruyi list
# 从本地软件包缓存中列出可用软件包
ruyi list profiles
Expand Down

0 comments on commit c78db1f

Please sign in to comment.