Skip to content

Commit bd4fd79

Browse files
authored
feat: remove marketplace doc (#151)
* feat: 移除插件市场入口 * feat: 移除插件开发文档中的插件市场相关内容 * feat: 删除插件市场相关文档
1 parent 25905bc commit bd4fd79

File tree

5 files changed

+0
-160
lines changed

5 files changed

+0
-160
lines changed

docs/extension/overview.en.md

-11
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,3 @@ In addition to the [VS Code Extension Samples](https://github.com/microsoft/vsco
8787
- Plain Webview Sample
8888
- Git Operation Sample
8989
- Command Sample?
90-
91-
## Extension Marketplace
92-
93-
Currently, OpenSumi supports two types of plugin marketplaces as shown below:
94-
95-
![Extension Marketplace](https://img.alicdn.com/imgextra/i2/O1CN01Kq3jZf25zTjbBJWzR_!!6000000007597-2-tps-1906-732.png)
96-
97-
- [AlipayCloud](https://ide.cloud.alipay.com/marketplace/square) —— A public extension marketplace service provided by Ant Group.
98-
- [OpenVSX](https://open-vsx.org/) —— A public extension marketplace service provided by the Eclipse Foundation (with open source code).
99-
100-
You can freely switch between sources according to your usage scenario, see the documentation for [Custom Extension Marketplace](../integrate/universal-integrate-case/custom-marketplace-entrypoint).

docs/extension/overview.zh.md

-11
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,3 @@ Worker 端拥有 WebWorker 环境运行时,如果你的插件包含一些计
8585
- Plain Webview Sample
8686
- Git Operation Sample
8787
- Command Sample
88-
89-
## 插件市场
90-
91-
当前 OpenSumi 支持两种插件市场,如下面所示:
92-
93-
![Extension Marketplace](https://img.alicdn.com/imgextra/i2/O1CN01Kq3jZf25zTjbBJWzR_!!6000000007597-2-tps-1906-732.png)
94-
95-
- [AlipayCloud](https://ide.cloud.alipay.com/marketplace/square) —— 蚂蚁集团开放的支付宝小程序云插件市场
96-
- [OpenVSX](https://open-vsx.org/) —— Eclipse 基金会开放的公共插件市场服务(源码开源)
97-
98-
可以根据使用场景自由进行源的切换,见文档 [自定义插件市场源](../integrate/universal-integrate-case/custom-marketplace-entrypoint)

docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.en.md

-65
This file was deleted.

docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.zh.md

-66
This file was deleted.

gatsby-config.js

-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ module.exports = {
5050
zh: '插件研发'
5151
}
5252
},
53-
{
54-
slug: 'https://ide.cloud.alipay.com/marketplace/square',
55-
title: {
56-
en: 'Marketplace',
57-
zh: '插件市场'
58-
}
59-
},
6053
{
6154
slug: 'https://codeblitz.opensumi.com',
6255
title: {

0 commit comments

Comments
 (0)