Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Updating TOC with correct Open API Tools name #707

Merged
merged 3 commits into from
Sep 30, 2020
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
6 changes: 3 additions & 3 deletions docs/_data/docstoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
- title: 'Monitoring applications with the Performance Dashboard'
url: performance.html

- title: 'OpenAPI Tools'
- title: 'Open API Tools for Eclipse Codewind'
children:
- title: 'Codewind OpenAPI Tools for VS Code'
- title: 'Open API Tools for Eclipse Codewind in VS Code'
url: open-api-tools-for-vscode.html
- title: 'Codewind OpenAPI Tools for Eclipse'
- title: 'Open API Tools for Eclipse Codewind in Eclipse'
url: open-api-tools-for-eclipse.html

- title: 'Configuring Codewind for Tekton pipelines'
Expand Down
16 changes: 8 additions & 8 deletions docs/_documentations/codewind-openapi-eclipse.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
layout: docs
title: Codewind OpenAPI Tools for Eclipse
description: How to work with the OpenAPI tools in Eclipse
keywords: install, run, open, import, show, restart, edit, build, logs, tools, eclipse, Codewind OpenAPI tools for Eclipse
title: Open API Tools for Eclipse Codewind in Eclipse
description: How to work with the Open API Tools for Eclipse Codewind in Eclipse
keywords: install, run, open, import, show, restart, edit, build, logs, tools, eclipse, Open API Tools for Eclipse Codewind
duration: 1 minute
permalink: open-api-tools-for-eclipse.html
type: document
order: 30
---

# Codewind OpenAPI Tools for Eclipse
# Open API Tools for Eclipse Codewind in Eclipse

The Codewind OpenAPI Tools for Eclipse includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. The tools are integrated and customized to work with Codewind for Eclipse, but they also work with a base Eclipse IDE for Java EE Developers installation.
The Open API Tools for Eclipse Codewind includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. The tools are integrated and customized to work with Codewind for Eclipse, but they also work with a base Eclipse IDE for Java EE Developers installation.

## Installing
1. Download and install the latest [Eclipse IDE for Java EE Developers](https://www.eclipse.org/downloads/packages/release/) or use an existing installation. If you use Codewind OpenAPI Tools with Codewind, the earliest supported version of the Eclipse IDE for Codewind is Version 2019-06 (4.12).
1. Download and install the latest [Eclipse IDE for Java EE Developers](https://www.eclipse.org/downloads/packages/release/) or use an existing installation. If you use Open API Tools for Eclipse Codewind, the earliest supported version of the Eclipse IDE for Codewind is Version 2019-06 (4.12).
2. [Optional] Install [Codewind from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).
3. Install the [Codewind OpenAPI Tools from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).
3. Install the [Open API Tools for Eclipse Codewind from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).

## Generating HTML and client and server stubs by using the OpenAPI wizard
1. Launch the context menu on any existing workspace projects or any `openapi.yaml` workspace OpenAPI definition files from the **Package Explorer** or **Project Explorer** views.
Expand Down Expand Up @@ -44,4 +44,4 @@ The following command line equivalent options are available for HTML generation:
## Features
- Generate API clients in any of the supported [languages/frameworks](https://github.com/OpenAPITools/openapi-generator#overview).
- Generate server stubs in any of the supported [languages/frameworks](https://github.com/OpenAPITools/openapi-generator#overview).
- Generate HTML documentation from an OpenAPI definition file.
- Generate HTML documentation from an OpenAPI definition file.