* 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>
* 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>
* 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
* 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>
* 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
<!--
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>
* 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 :)