11 Commits

Author SHA1 Message Date
github-actions[bot]
5a3c33d8ce Release PR for v3.14.0 (#7039)
* Set version in build/VERSION file

* Bump version in installation docs

* Add release blog post

* Update release blog content

---------

Co-authored-by: rm3l <rm3l@users.noreply.github.com>
Co-authored-by: Armel Soro <asoro@redhat.com>
2023-08-28 10:40:39 +02:00
Philippe Martin
b93a75c11a Move UI out of experimental mode (#7012)
* Make UI not experimental

* Display API and UI URLs

* Remove link to old sources

* Fix integration tests

* Add UI to Usage Data

* Add a "Using the GUI to edit the Devfile" page to doc

* Add link to odo.dev specific page

* Apply suggestions from code review

Co-authored-by: Armel Soro <armel@rm3l.org>

* Change favicon with odo logo

* Display web console URL as part of the Dev status

* Update UI static files

* Document that Comments not supported

* Add UI screenshots

---------

Co-authored-by: Armel Soro <armel@rm3l.org>
2023-08-04 13:02:34 +02:00
Armel Soro
cb5d20dead Add doc and blog post about using in-cluster Devfile registries (#6689)
* Add advanced usage documentation about using Devfile registries declared in the cluster

* Add blog post demonstrating how to deploy and use an in-cluster Devfile registry

* fixup! Add blog post demonstrating how to deploy and use an in-cluster Devfile registry

* fixup! Add advanced usage documentation about using Devfile registries declared in the cluster

* fixup! Add blog post demonstrating how to deploy and use an in-cluster Devfile registry

* fixup! Add advanced usage documentation about using Devfile registries declared in the cluster

* Add screenshot for an overview of what the Registry home page looks like
2023-03-29 18:04:40 +02:00
Tomas Kral
e60a5021c8 blog: odo with .NET and PostgreSQL on OpenShift (#6500)
* blog: odo with .NET and PostgreSQL on OpenShift

* address reviews

* Update docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx

Co-authored-by: Armel Soro <armel@rm3l.org>

* Update docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx

Co-authored-by: Armel Soro <armel@rm3l.org>

---------

Co-authored-by: Armel Soro <armel@rm3l.org>
2023-02-22 15:37:01 +01:00
Armel Soro
bd0d2ef65d Add blog post demonstrating how odo can be used with Podman (#6562)
* Add blog post demonstrating how odo can be used with Podman

This revisits one of the existing tutorials for Go, with slight changes,
to make it work on Podman.

* fixup! Add blog post demonstrating how odo can be used with Podman

* Apply suggestions from code review

Co-authored-by: Parthvi Vala <pvala@redhat.com>

---------

Co-authored-by: Parthvi Vala <pvala@redhat.com>
2023-02-03 10:26:49 +01:00
Armel Soro
5570f4f193 Show IDE plugin usage on Home page and in installation docs (#6380)
* Revert "Fix broken links in the installation guide (#6214)"

This reverts commit 40eb0a6d92.

* Reorganize installation doc and update odo version in it

* List asdf [1] as a possible alternative installation method

[1] https://asdf-vm.com/

* Drop unused code from home page

* Show images of IDE plugins on home page
2022-12-07 06:24:30 -05:00
Charlie Drage
1cbcc7fd4b Add CLI images / information on index page of odo.dev (#6148)
<!--
Thank you for opening a PR! Here are some things you need to know before submitting:

1. Please read our developer guideline: https://github.com/redhat-developer/odo/wiki/Dev:-odo-Dev-Guidelines
2. Label this PR accordingly with the '/kind' line
3. Ensure you have written and ran the appropriate tests: https://github.com/redhat-developer/odo/wiki/Dev:-Writing-and-running-tests
4. Read how we approve and LGTM each PR: https://github.com/redhat-developer/odo/wiki/Pull-Requests:-Review-guideline

Documentation:

If you are pushing a change to documentation, please read: https://github.com/redhat-developer/odo/wiki/Documentation:-Contributing
-->

**What type of PR is this:**

<!--
Add one of the following kinds:
/kind bug
/kind feature
/kind cleanup
/kind tests

Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->
/kind documentation

**What does this PR do / why we need it:**

Updates the index page with information / details on the CLI with
previews of using odo init, dev and deploy.

**Which issue(s) this PR fixes:**
<!--
Specifying the issue will automatically close it when this PR is merged
-->

Fixes part of https://github.com/redhat-developer/odo/issues/6034

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2022-09-21 16:25:30 +02:00
Charlie Drage
0664d6739e Update README.md with logo & updated text (#6104)
* Update README.md with logo & updated text

<!--
Thank you for opening a PR! Here are some things you need to know before submitting:

1. Please read our developer guideline: https://github.com/redhat-developer/odo/wiki/Dev:-odo-Dev-Guidelines
2. Label this PR accordingly with the '/kind' line
3. Ensure you have written and ran the appropriate tests: https://github.com/redhat-developer/odo/wiki/Dev:-Writing-and-running-tests
4. Read how we approve and LGTM each PR: https://github.com/redhat-developer/odo/wiki/Pull-Requests:-Review-guideline

Documentation:

If you are pushing a change to documentation, please read: https://github.com/redhat-developer/odo/wiki/Documentation:-Contributing
-->

**What type of PR is this:**

<!--
Add one of the following kinds:
/kind bug
/kind feature
/kind cleanup
/kind tests

Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->

/kind documentation

**What does this PR do / why we need it:**

* Reorganizes the README (telemetry on the bottom + legal disclaimer)
* Adds new text from the website
* Adds logo

**Which issue(s) this PR fixes:**
<!--
Specifying the issue will automatically close it when this PR is merged
-->

Fixes https://github.com/redhat-developer/odo/issues/5393

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* update based on reviews

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* Update README.md

Co-authored-by: Parthvi Vala <pvala@redhat.com>

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
Co-authored-by: Parthvi Vala <pvala@redhat.com>
2022-09-16 14:10:56 +02:00
Charlie Drage
c1e04d0140 Updates logo for odo (#5373)
<!--
Thank you for opening a PR! Here are some things you need to know before submitting:

1. Please read our developer guideline: https://github.com/redhat-developer/odo/wiki/Developer-Guidelines
2. Label this PR accordingly with the '/kind' line
3. Ensure you have written and ran the appropriate tests: https://github.com/redhat-developer/odo/wiki/Writing-and-running-tests
4. Read how we approve and LGTM each PR: https://github.com/redhat-developer/odo/wiki/PR-Review

Documentation:

If you are pushing a change to documentation, please read: https://github.com/redhat-developer/odo/wiki/Contributing-to-Docs
-->

**What type of PR is this:**

<!--
Add one of the following kinds:
/kind bug
/kind feature
/kind cleanup
/kind tests
/kind documentation

Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->

**What does this PR do / why we need it:**

Our logo designer sent us an updated png / svg as well as applied the
new colours.

We have also added a drop shadow for the light theme on the site

**Which issue(s) this PR fixes:**
<!--
Specifying the issue will automatically close it when this PR is merged
-->

N/A

**PR acceptance criteria:**

- [X] Unit test

- [X] Integration test

- [X] Documentation

**How to test changes / Special notes to the reviewer:**

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2022-01-21 09:06:36 -05:00
Charlie Drage
8f652a0971 Add new front page to the website (#5359)
* Add typescript support for the new site

* Add new front page to the website

<!--
Thank you for opening a PR! Here are some things you need to know before submitting:

1. Please read our developer guideline: https://github.com/redhat-developer/odo/wiki/Developer-Guidelines
2. Label this PR accordingly with the '/kind' line
3. Ensure you have written and ran the appropriate tests: https://github.com/redhat-developer/odo/wiki/Writing-and-running-tests
4. Read how we approve and LGTM each PR: https://github.com/redhat-developer/odo/wiki/PR-Review

Documentation:

If you are pushing a change to documentation, please read: https://github.com/redhat-developer/odo/wiki/Contributing-to-Docs
-->

**What type of PR is this:**

<!--
Add one of the following kinds:
/kind bug
/kind feature
/kind cleanup
/kind tests
/kind documentation

Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->

/kind documentation

**What does this PR do / why we need it:**

The website has been redesigned! Mostly the front page, but there is a
new colour scheme, logo as well as updated documentation.

Here is the summary:

- We have a new (TEMPORARY!) logo! This is not 100% official (yet) but
rather a temporary logo
- Docusaurus has added support for Typescript now and the front page is
now .tsx
- New colour scheme! It's blue similar to other k8s / container like
tools
- Two videos have been added, a container ship and a person coding to
illustrate what odo is about
- Updated links to slack (we should have it link to the slack invite web
page, rather than a direct link to the channel)

TODO:
- Eventually we will added icons to the top of the "information" blurbs
on the bottom of the page

**Which issue(s) this PR fixes:**
<!--
Specifying the issue will automatically close it when this PR is merged
-->

N/A

**PR acceptance criteria:**

- [X] Unit test

N/A

- [X] Integration test

N/A

- [X] Documentation

**How to test changes / Special notes to the reviewer:**

View the site :)
2022-01-20 02:37:30 -05:00
Parthvi Vala
5c7dff2cb9 Move website to docs/website (#5182) 2021-10-27 11:04:57 +00:00