Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion docs/file_explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Remix Desktop is a version of the Remix IDE that exists as a native app on your

Remix IDE supports version control with version control platforms like GitHub (or similar like GitLab) and in the InterPlanetary File System (IPFS), allowing you to store the code you write on remote repositories.

The version control operations are managed with Git through the **Git** plugin. Additionally, you can [manage your branches](#branch-management) on the Remix IDE using the branch icon that appears at the bottom of the File Explorer after you initialize Git.
The version control operations are managed with Git through the **Git** plugin. Additionally, you can manage your branches on the Remix IDE using the branch icon that appears at the bottom of the File Explorer after you initialize Git.

![Remix IDE Git branches.](images/file-explorer/git-branches.png)

Expand Down
23 changes: 8 additions & 15 deletions docs/plugin_list.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Plugin List

Here is the list of Remix plugins that you will see in the Plugin Manager.
Here is the list of Remix plugins reordered by ownership.

```{tip}
Click a card to open the Remix IDE with the plugin enabled.
```

## Core Plugins
## Internal Plugins

These are plugins that are managed by the Remix team.

::::{grid} 3
:gutter: 4
Expand Down Expand Up @@ -140,15 +142,6 @@ Create workspaces from existing templates like the OpenZeppelin ERC20 template.

- Profile name: **templateSelection**
:::
::::

## Internal Plugins

These plugins exist as part of the core plugins.

::::{grid} 3
:gutter: 4
:align: center

:::{grid-item-card} Plugin Manager
:columns: 12 6 4
Expand Down Expand Up @@ -219,11 +212,11 @@ Enables support for Noir circuit compilation.
- [Documentation](https://noir-lang.org/docs/)
- Profile name: **noir-compiler**
:::
::::
## Additional Plugins
::::

## External Plugins

These plugins are added by third-party developers.
These are the plugins that are managed by external teams.

::::{grid} 3
:gutter: 4
Expand Down