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

feat: remove marketplace doc #151

merged 3 commits into from
Dec 9, 2024

Conversation

bk1012
Copy link
Member

@bk1012 bk1012 commented Dec 9, 2024

Summary by CodeRabbit

  • 新特性

    • 新增“插件市场”章节,详细介绍了支持的两种插件市场:AlipayCloud 和 OpenVSX。
    • 扩展了关于 OpenSumi 扩展能力的内容,包括 React 扩展视图和工具栏自定义等。
  • 文档

    • 更新了关于开发 VS Code 扩展的资源链接。
    • 完善了“入门指南”部分,增加了快速入门文档的链接。
    • 更新了“扩展示例”部分,提供了 OpenSumi 扩展样例的链接。
  • 删除

    • 删除了有关自定义市场入口的文档。

Copy link

coderabbitai bot commented Dec 9, 2024

Walkthrough

此次更改主要涉及文档和配置文件的更新,重点在于扩展开发的相关内容。overview.en.mdoverview.zh.md 文档中新增了“扩展市场”部分,详细介绍了 OpenSumi 支持的两种插件市场。文档结构得到了优化,增加了对 OpenSumi 扩展能力的描述和相关资源链接。与此同时,custom-marketplace-entrypoint.en.mdcustom-marketplace-entrypoint.zh.md 文件被删除,内容涉及自定义市场集成的说明。gatsby-config.js 文件中移除了与市场相关的导航条目。

Changes

文件路径 更改摘要
docs/extension/overview.en.md 新增“Extension Marketplace”部分,扩展了 OpenSumi 扩展能力的描述,增加了相关资源链接。
docs/extension/overview.zh.md 新增“插件市场”部分,详细介绍了 AlipayCloud 和 OpenVSX 市场,优化了文档结构和内容。
docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.en.md 文件已删除,之前包含自定义扩展市场集成的文档。
docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.zh.md 文件已删除,之前包含自定义扩展市场集成的文档。
gatsby-config.js 移除了“Marketplace”导航条目及其相关链接,其他配置保持不变。

Poem

🐇 在代码的草地上,
新增市场真欢畅,
扩展开发更清晰,
资源链接随手访。
兔子乐在其中,
代码世界任我行! 🌼


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 25905bc and 8a33303.

📒 Files selected for processing (5)
  • docs/extension/overview.en.md (0 hunks)
  • docs/extension/overview.zh.md (0 hunks)
  • docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.en.md (0 hunks)
  • docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.zh.md (0 hunks)
  • gatsby-config.js (0 hunks)
💤 Files with no reviewable changes (5)
  • gatsby-config.js
  • docs/extension/overview.zh.md
  • docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.zh.md
  • docs/integrate/universal-integrate-case/custom-marketplace-entrypoint.en.md
  • docs/extension/overview.en.md

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@bk1012 bk1012 merged commit bd4fd79 into main Dec 9, 2024
4 checks passed
@bk1012 bk1012 deleted the feat/remove-marketplace branch December 9, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants