Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove marketplace doc #151

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions docs/extension/overview.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,3 @@ In addition to the [VS Code Extension Samples](https://github.com/microsoft/vsco
- Plain Webview Sample
- Git Operation Sample
- Command Sample?

## Extension Marketplace

Currently, OpenSumi supports two types of plugin marketplaces as shown below:

![Extension Marketplace](https://img.alicdn.com/imgextra/i2/O1CN01Kq3jZf25zTjbBJWzR_!!6000000007597-2-tps-1906-732.png)

- [AlipayCloud](https://ide.cloud.alipay.com/marketplace/square) —— A public extension marketplace service provided by Ant Group.
- [OpenVSX](https://open-vsx.org/) —— A public extension marketplace service provided by the Eclipse Foundation (with open source code).

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).
11 changes: 0 additions & 11 deletions docs/extension/overview.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,3 @@ Worker 端拥有 WebWorker 环境运行时,如果你的插件包含一些计
- Plain Webview Sample
- Git Operation Sample
- Command Sample

## 插件市场

当前 OpenSumi 支持两种插件市场,如下面所示:

![Extension Marketplace](https://img.alicdn.com/imgextra/i2/O1CN01Kq3jZf25zTjbBJWzR_!!6000000007597-2-tps-1906-732.png)

- [AlipayCloud](https://ide.cloud.alipay.com/marketplace/square) —— 蚂蚁集团开放的支付宝小程序云插件市场
- [OpenVSX](https://open-vsx.org/) —— Eclipse 基金会开放的公共插件市场服务(源码开源)

可以根据使用场景自由进行源的切换,见文档 [自定义插件市场源](../integrate/universal-integrate-case/custom-marketplace-entrypoint)。

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ module.exports = {
zh: '插件研发'
}
},
{
slug: 'https://ide.cloud.alipay.com/marketplace/square',
title: {
en: 'Marketplace',
zh: '插件市场'
}
},
{
slug: 'https://codeblitz.opensumi.com',
title: {
Expand Down
Loading