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

Commit fcd924a

Browse files
authored
Updating 090 release branch (#400)
Signed-off-by: Sarah Ishida <sishida@us.ibm.com>
1 parent 1f49ed4 commit fcd924a

17 files changed

+74
-34
lines changed

docs/_data/docstoc.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@
2424
children:
2525
- title: 'Installing Eclipse Che for Codewind'
2626
url: mdt-che-installinfo.html
27-
- title: 'Configuring Codewind for Eclipse Che'
28-
children:
29-
- title: 'Adding registries in Che'
30-
url: mdt-che-setupregistries.md
31-
- title: 'Creating a Codewind workspace in Che'
32-
url: mdt-che-createcodewindworkspace.md
33-
- title: 'Creating the Codewind workspace'
27+
- title: 'Adding registries in Che'
28+
url: mdt-che-setupregistries.html
29+
- title: 'Creating a Codewind workspace in Che'
3430
url: mdt-che-createcodewindworkspace.html
3531
- title: 'Setup to use Tekton Pipelines'
3632
url: mdt-che-tektonpipelines.html

docs/_data/newstoc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- title: 'Codewind 0.9.0'
2+
url: news09.html
3+
14
- title: 'Codewind 0.8.0'
25
url: news08.html
36

docs/_documentations/gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type: document
3232
<span class="cs-gettingstarted-mobile-title cw-getting-started-text">Local &nbsp;</span>
3333
</div>
3434
<div class="cw-gettingstarted-card">
35-
<a href="mdt-vsc-getting-started.md"><img alt="VSCode getting started" title="VSCode getting started" src="images/card/vscode.svg"/></a>
35+
<a href="mdt-vsc-getting-started.html"><img alt="VSCode getting started" title="VSCode getting started" src="images/card/vscode.svg"/></a>
3636
<div class="cw-gettingstarted-card-link-container">
3737
<a class="cw-gettingstarted-card-link" href="mdt-vsc-getting-started.html">Codewind for VS Code</a>
3838
</div>
@@ -44,7 +44,7 @@ type: document
4444
<span class="cs-gettingstarted-mobile-title cw-getting-started-text">Local &nbsp;</span>
4545
</div>
4646
<div class="cw-gettingstarted-card">
47-
<a href="mdt-eclipse-getting-started.md"><img alt="Eclipse che getting started" title="Eclipse che getting started" src="images/card/eclipse.svg"/></a>
47+
<a href="mdt-eclipse-getting-started.html"><img alt="Eclipse che getting started" title="Eclipse che getting started" src="images/card/eclipse.svg"/></a>
4848
<div class="cw-gettingstarted-card-link-container">
4949
<a class="cw-gettingstarted-card-link" href="mdt-eclipse-getting-started.html">Codewind for Eclipse</a>
5050
</div>

docs/_documentations/mdt-che-tektonpipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ oc apply -f setup/install_che/codewind-tektonbinding.yaml
2121

2222
For more information about Tekton, see [Getting started with the Tekton Dashboard Webhooks Extension](https://github.com/tektoncd/experimental/blob/master/webhooks-extension/docs/GettingStarted.md).
2323

24-
Next step: [Set Docker Registries](mdt-che-dockerregistries.html)
24+
Next step: [Adding a container registry in Codewind](mdt-che-setupregistries.html)
2525

docs/_documentations/mdt-intellij-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Complete the prerequisites and choose to install Codewind on IntelliJ with eithe
3434
10. In the search field, type `codewind`. The `codewind-intellij` plug-in appears. Click **Install**.
3535

3636
### Installing Codewind on IntelliJ from the Eclipse Downloads page
37-
1. Go to the [Eclipse Downloads page](https://download.eclipse.org/codewind/milestone/0.9.0/codewind-intellij-0.9.0.zip) and click `codewind-intellij-0.9.0.zip` to download the file.
37+
1. Download the [codewind-intellij-0.9.0.zip](https://download.eclipse.org/codewind/milestone/0.9.0/codewind-intellij-0.9.0.zip) file to your machine.
3838
2. From IntelliJ, open either **Preferences** or **Settings**. A new window appears.
3939
- On macOS, go to **Main**>**Preferences**.
4040
- On Windows, go to **File**>**Settings**.

docs/_documentations/mdt-vsc-commands-project.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,4 @@ The list of supported project settings are:
131131

132132
[Next: Restart and debug](mdt-vsc-commands-restart-and-debug.html)
133133

134-
[Back to the commands overview](mdt-vsc-commands-overview.html)
135-
136-
[Back to the VS Code tools overview](mdt-vsc-overview.html)
137-
138134
[Troubleshooting](mdt-vsc-troubleshooting.html)

docs/_documentations/mdt-vsc-commands-restart-and-debug.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ Next, the launch configuration runs, and the VS Code debugger attaches to your a
3838

3939
[Back to the commands overview](mdt-vsc-commands-overview.html)
4040

41-
[Back to the VS Code tools overview](mdt-vsc-overview.html)
42-
4341
[Troubleshooting](mdt-vsc-troubleshooting.html)

docs/_documentations/metrics-dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The **Profiling** tab is available only in Node.js projects. This tab pulls info
5858

5959
## Code highlighting for profiling data
6060

61-
Code highlighting for profiling data highlights the most heavily used functions based on profiling data gathered through [load testing](performance). Support for code highlighting is available for Node.js or Java projects that are created through Codewind and then profiled.
61+
Code highlighting for profiling data highlights the most heavily used functions based on profiling data gathered through [load testing](performance.html). Support for code highlighting is available for Node.js or Java projects that are created through Codewind and then profiled.
6262

6363
To enable code hightlighting, you must install the appropriate VS Code extension:
6464
- For Node apps, install the [Codewind Node Profiler](https://marketplace.visualstudio.com/items?itemName=IBM.codewind-node-profiler).
@@ -72,12 +72,12 @@ Java is supported however if the Metrics Dashboard does not show profiling data,
7272
- Out of all the folders that contain a `profiling.json` file, the most up-to-date `profiling.json` file is the one that is displayed. The code for the older profiling data might be out of date, such as pointing to lines that have been moved.
7373

7474
To display code highlighting:
75-
1. Open a project created with Codewind and profiled using the [performance testing](performance) feature of Codewind. Profiling data is created in a `load-test/<datestamp>/profiling.json` file in your Codewind project.
75+
1. Open a project created with Codewind and profiled using the [performance testing](performance.html) feature of Codewind. Profiling data is created in a `load-test/<datestamp>/profiling.json` file in your Codewind project.
7676
2. In the **Editor** view, open a JavaScript file. The Editor highlights any lines that were found in the profiling data and annotates them to show how often they were seen and where they were called from.
7777

7878
For more information on sample-based profiling, see [Sample-based profiling](https://www.ibm.com/support/knowledgecenter/en/SS3KLZ/com.ibm.java.diagnostics.healthcenter.doc/topics/profiling_using.html).
7979

80-
If profiling markers do not appear, check to see if your project and load run conform to the [necessary requirements to use profiling](troubleshooting#profiling-markers-do-not-appear).
80+
If profiling markers do not appear, check to see if your project and load run conform to the [necessary requirements to use profiling](troubleshooting.html#profiling-markers-do-not-appear).
8181

8282
## Interpreting the annotation tooltip
8383

docs/_documentations/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then, if you are a software developer, you need to perform many actions as you d
1818

1919
Or, if you are responsible for defining standards for application and runtime environments, such as framework and software levels, you need to implement and maintain your standards across the whole development team, ensuring consistency and reliability.
2020

21-
Built from the ground up, Codewind, an [open source project](https://github.com/eclipse/codewind), helps you to achieve all of the above by extending your Integrated Development Environment (IDE). Container development flow feels like a traditional application flow and [project templates](mdt-vsc-workingwithtemplates.html) can be used across your development teams. Support for rapid iteration of your code is achieved using features including automatic updating of containers with code changes, pre-supplied container-based [project templates](mdt-vsc-workingwithtemplates.html), and a user interface that exposes metrics, logs, and load testing at the click of a button. Your own standardized [project templates](mdt-vsc-workingwithtemplates.html) can be accessed by your developers using their IDE of choice.
21+
Built from the ground up, Codewind, an [open source project](https://github.com/eclipse/codewind), helps you to achieve all of the above by extending your Integrated Development Environment (IDE). Container development flow feels like a traditional application flow and [project templates](workingwithtemplates.html) can be used across your development teams. Support for rapid iteration of your code is achieved using features including automatic updating of containers with code changes, pre-supplied container-based [project templates](workingwithtemplates.html), and a user interface that exposes metrics, logs, and load testing at the click of a button. Your own standardized [project templates](workingwithtemplates.html) can be accessed by your developers using their IDE of choice.
2222

2323
Different development flows are supported, so you can choose whether you want to use a desktop-based or cloud-based IDE, and whether you want to build and run your containers on your desktop or in the cloud.
2424

@@ -27,9 +27,9 @@ Codewind can be used to build and run Docker-containerized applications on [Kube
2727
### How does Codewind help me develop containerized applications?
2828
Codewind improves your inner loop experience, enabling you to create a microservice quickly, rapidly iterate on changes, and make improvements to performance thanks to the following features:
2929

30-
1. **Access to preconfigured containerized project templates** Codewind provides preconfigured, Docker-containerized [project templates](mdt-vsc-workingwithtemplates.html) covering several languages, including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/), and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/). [Quickly create and deploy microservices](https://www.youtube.com/watch?v=zKMggp10gq4&t=12s) in languages and frameworks that you're familiar with. Modify the preconfigured projects to develop your customized microservice.
30+
1. **Access to preconfigured containerized project templates** Codewind provides preconfigured, Docker-containerized [project templates](workingwithtemplates.html) covering several languages, including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/), and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/). [Quickly create and deploy microservices](https://www.youtube.com/watch?v=zKMggp10gq4&t=12s) in languages and frameworks that you're familiar with. Modify the preconfigured projects to develop your customized microservice.
3131

32-
2. **Ability to add your own standardized project templates** Create your own [project templates](mdt-vsc-workingwithtemplates.html), and your development teams can access them within their IDE.
32+
2. **Ability to add your own standardized project templates** Create your own [project templates](workingwithtemplates.html), and your development teams can access them within their IDE.
3333

3434
3. **Ability to add your own applications** Access the seamless container development and deployment experience on your IDE that Codewind offers for your current projects.
3535

@@ -64,9 +64,9 @@ Codewind supports different configurations for developing your containerized app
6464
3. **Use Codewind remotely** Your IDE with the Codewind extension installed is hosted on your desktop, but the building and running of your microservice takes place in your cloud enviroment. Using secure HTTPS connections, you connect to your multiple cloud hosted microservices from the Codewind panel in your desktop-hosted IDE.
6565

6666
### What preconfigured containerized projects does Codewind provide?
67-
Codewind provides preconfigured [project templates](mdt-vsc-workingwithtemplates.html) covering several languages including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/) and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/).
67+
Codewind provides preconfigured [project templates](workingwithtemplates.html) covering several languages including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/) and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/).
6868

69-
Codewind also supplies [Appsody](https://appsody.dev/) [project templates](mdt-vsc-workingwithtemplates.html) for many languages and frameworks.
69+
Codewind also supplies [Appsody](https://appsody.dev/) [project templates](workingwithtemplates.html) for many languages and frameworks.
7070

7171
### What are the prerequisites for Codewind?
7272
Codewind requires Docker Desktop for Windows or Mac, or Docker Engine and Docker Compose for Linux.

docs/_documentations/troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ Issue type: bug/info
111111
Issue link: https://github.com/eclipse/codewind/issues/2239
112112
0.9.0: New
113113
-->
114-
## Cannot find Codewind in Marketplace when attempting to install in Intellij
115-
When attempting to install Codewind in IntelliJ, you cannot locate the Codewind plugin in Marketplace, and if you verify the custom plugin repository link, you get a `Connection failed` error message:
114+
## Cannot find Codewind in Marketplace when attempting to install in IntelliJ
115+
When attempting to install Codewind in IntelliJ, you cannot locate the Codewind plug-in in Marketplace, and if you verify the custom plug-in repository link, you get a `Connection failed` error message:
116116
117117
![intellij install error](dist/images/intellij/custom-plugin-repo-connection-failed-error.png)
118118
119-
This error occurs because the custom plugin repository link contains an additional space.
119+
This error occurs because the custom plug-in repository link contains an additional space.
120120
121121
**Workaround**
122-
Remove the extra space from the custom plugin repository link.
122+
Remove the extra space from the custom plug-in repository link.
123123
124124
***
125125
# Creating a project

0 commit comments

Comments
 (0)