Skip to content

Commit cdee88f

Browse files
author
Tyler Jewell
authored
Update CUSTOMIZING.md
1 parent 17ffbaa commit cdee88f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CUSTOMIZING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ A template is a packaged set of sample code that is launched in the workspace wh
2323

2424
#### Commands
2525
A command is a process that is injected into your workspace. It's outputs are streamed into the console. Commands have type and you can create, save, update and delete commands from within the IDE. You can create templates that have sample projects with default commands that are pre-populated in the IDE. Commands can reference macros that intelligently navigate the project tree or current selections.
26-
* [Create Commands](https://eclipse-che.readme.io/docs/commands)
27-
* [Command Macros](https://eclipse-che.readme.io/docs/commands#macros)
28-
* [Command JSON Object](https://eclipse-che.readme.io/docs/command)
26+
* [Commands](https://eclipse-che.readme.io/docs/commands)
27+
* [Macros](https://eclipse-che.readme.io/docs/commands#macros)
28+
* [Command Data Model](https://eclipse-che.readme.io/docs/command)
2929

3030
#### Extension Development
3131
An extension is a set of code and resources that are packaged into a plugin that alter the behavior of the system. Extensions can be IDE extensions, workspace extensions (they are injected into the workspace agent running within each workspace), or Che extensions (injected into the Che server). Extensions are authored in Java and maven, and then packaged into JAR / ZIP files for deployment into Eclipse Che.
32-
* [Che Extensions Introduction](https://dash.readme.io/project/eclipse-che/v4.3/docs/introduction-1)
32+
* [Extension Intro](https://dash.readme.io/project/eclipse-che/docs/introduction-1)
3333
* [Developing Extensions](https://eclipse-che.readme.io/docs/create-and-build-extensions)
3434
* [JSON Extension Tutorial](https://eclipse-che.readme.io/docs/introduction-1#section-the-json-example)
3535
* [Authoring Extensions in Che](https://eclipse-che.readme.io/docs/setup-che-workspace#author-extension-using-the-che-ide)
@@ -41,7 +41,7 @@ An extension is a set of code and resources that are packaged into a plugin that
4141

4242
#### IDE Extensions
4343
IDE extensions are compiled into JavaScript with other extensions to create a single, JavaScript application. You can package many extensions together into a single JavaScript application. The JavaScript application is cross-browser optimized. You can debug extensions and perform execution traces from within the browser of extension code. IDE extensions can invoke REST services that are running within the Che server or within a workspace. Che provides default workspace REST APIs or you can provide your own with workspace extensions.
44-
* [Invoking Workspace REST APIs](https://eclipse-che.readme.io/v4.0/docs/calling-workspace-apis)
44+
* [Invoking Workspace REST APIs](https://eclipse-che.readme.io/docs/calling-workspace-apis)
4545
* [Editors](https://eclipse-che.readme.io/docs/code-editors)
4646
* [Project Type](https://eclipse-che.readme.io/docs/project-types)
4747
* [Actions](https://eclipse-che.readme.io/docs/actions)
@@ -60,16 +60,16 @@ Server-side extensions are libraries that are deployed into the workspace agent
6060

6161
#### Workspace REST API
6262
IDE extensions have access to a default set of workspace APIs that are deployed within each workspace. These APIs are available through a Swagger configuration.
63-
* [Swagger Configuration of APIs](https://eclipse-che.readme.io/docs/rest-api)
63+
* [Swagger](https://eclipse-che.readme.io/docs/rest-api)
6464
* [Authentication](https://eclipse-che.readme.io/docs/authentication)
6565
* [Workspaces](https://eclipse-che.readme.io/docs/create-workspaces-and-projects)
6666
* [Projects](https://eclipse-che.readme.io/docs/api-projects)
6767
* [Project Types](https://eclipse-che.readme.io/docs/custom-project-types)
68-
* [File Acces](https://eclipse-che.readme.io/docs/edit-build-and-run)
68+
* [File Access](https://eclipse-che.readme.io/docs/edit-build-and-run)
6969
* [Events](https://eclipse-che.readme.io/docs/events)
7070

7171
#### Plug-Ins and Assemblies
7272
A plugin is a set of extensions (both IDE and workspace extensions) along with their collective reosurces that are packaged into a single deployable unit, usually as a JAR or ZIP file. An assembly is a set of plug-ins combined with the Eclipse Che core that is assembled into a re-distributable set of binaries. A new assembly can fundamentally alter the Che branding. Che can create assemblies packaged as a desktop IDE or as a new Che server.
7373
* [Plugin Development](https://eclipse-che.readme.io/docs/plug-ins)
74-
* [Drag and Drop Plugins](https://eclipse-che.readme.io/docs/developing-plugins) - Not yet updated for 4.x
74+
* [Drag and Drop](https://eclipse-che.readme.io/docs/developing-plugins) - Not yet updated for 4.x
7575
* [Assemblies](https://eclipse-che.readme.io/docs/assemblies)

0 commit comments

Comments
 (0)