mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* 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 :)
5 lines
77 B
JSON
5 lines
77 B
JSON
{
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"include": ["src/"]
|
|
}
|