diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7dd92538..7ab0a5a7 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -19,9 +19,9 @@ As you know, Kubernetes has a complex network environment, so developing cloud-n Using a pre-installed Yatai in the development environment, the aim is to quickly provide a range of out-of-the-box infrastructure dependencies - You can start by reading this [installation document](https://docs.bentoml.org/projects/yatai/en/latest/installation/yatai.html) to install Yatai. It is highly recommended to use the [quick install script](https://docs.bentoml.org/projects/yatai/en/latest/installation/yatai.html#quick-install) to install Yatai + You can start by reading this [installation document](https://docs.yatai.io/en/latest/installation/yatai.html) to install Yatai. It is highly recommended to use the [quick install script](https://docs.yatai.io/en/latest/installation/yatai.html#quick-install) to install Yatai - Remember, **never use infrastructure from the production environment**, only use newly installed infrastructure in the cluster, such as SQL databases, blob storage, docker registry, etc. The [quick install script](https://docs.bentoml.org/projects/yatai/en/latest/installation/yatai.html#quick-install) mentioned above will prevent you from using the infrastructure in the production environment, this script will help you to install all the infrastructure from scratch, you can use it without any worries. + Remember, **never use infrastructure from the production environment**, only use newly installed infrastructure in the cluster, such as SQL databases, blob storage, docker registry, etc. The [quick install script](https://docs.yatai.io/en/latest/installation/yatai.html#quick-install) mentioned above will prevent you from using the infrastructure in the production environment, this script will help you to install all the infrastructure from scratch, you can use it without any worries. If you have already installed it, please verify that your kubectl context is correct with the following command: diff --git a/README.md b/README.md index daaa9853..1e76c6e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 🦄️ Yatai: Model Deployment at Scale on Kubernetes [![actions_status](https://github.com/bentoml/yatai/workflows/CICD/badge.svg)](https://github.com/bentoml/yatai/actions) -[![docs](https://readthedocs.org/projects/yatai/badge/?version=latest&style=flat-square)](https://docs.bentoml.org/projects/yatai) +[![docs](https://readthedocs.org/projects/yatai/badge/?version=latest&style=flat-square)](https://docs.yatai.io/en/latest/) [![join_slack](https://badgen.net/badge/Join/Community%20Slack/cyan?icon=slack&style=flat-square)](https://join.slack.bentoml.org) Yatai (屋台, food cart) lets you deploy, operate and scale Machine Learning services on Kubernetes. @@ -28,16 +28,16 @@ It supports deploying any ML models via [BentoML: the unified model serving fram 🚅 Cloud native & DevOps friendly -- Kubernetes-native workflow via [BentoDeployment CRD](https://docs.bentoml.org/projects/yatai/en/latest/concepts/bentodeployment_crd.html) (Custom Resource Definition), which can easily fit into an existing GitOps workflow. -- Native [integration with Grafana](https://docs.bentoml.org/projects/yatai/en/latest/observability/metrics.html) stack for observability. +- Kubernetes-native workflow via [BentoDeployment CRD](https://docs.yatai.io/en/latest/concepts/bentodeployment_crd.html) (Custom Resource Definition), which can easily fit into an existing GitOps workflow. +- Native [integration with Grafana](https://docs.yatai.io/en/latest/observability/metrics.html) stack for observability. - Support for traffic control with Istio. - Compatible with all major cloud platforms (AWS, Azure, and GCP). ## Getting Started -- 📖 [Documentation](https://docs.bentoml.org/projects/yatai/) - Overview of the Yatai docs and related resources -- ⚙️ [Installation](https://docs.bentoml.org/projects/yatai/en/latest/installation/index.html) - Hands-on instruction on how to install Yatai for production use +- 📖 [Documentation](https://docs.yatai.io/) - Overview of the Yatai docs and related resources +- ⚙️ [Installation](https://docs.yatai.io/en/latest/installation/index.html) - Hands-on instruction on how to install Yatai for production use - 👉 [Join Community Slack](https://l.linklyhq.com/l/ktPW) - Get help from our community and maintainers @@ -65,7 +65,7 @@ This script will install Yatai along with its dependencies (PostgreSQL and MinIO your minikube cluster. Note that this installation script is made for development and testing use only. -For production deployment, check out the [Installation Guide](https://docs.bentoml.org/projects/yatai/en/latest/installation/index.html). +For production deployment, check out the [Installation Guide](https://docs.yatai.io/en/latest/installation/index.html). To access Yatai web UI, run the following command and keep the terminal open: diff --git a/docs/source/conf.py b/docs/source/conf.py index d02b92e5..342f76b9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -116,7 +116,7 @@ linkcheck_allowed_redirects = { r"http[s]://docs\.aws\.amazon\.com/.*": r"http[s]://docs\.aws\.amazon\.com/.*", r"http[s]://docs\.bentoml\.org/.*": r"http[s]://docs\.bentoml\.org/en/latest/.*", - r"http[s]://docs\.bentoml\.org/projects/yatai.*": r"http[s]://docs\.bentoml\.org/projects/yatai/en/latest/.*", + r"http[s]://docs\.yatai\.io/.*": r"http[s]://docs\.yatai\.io/en/latest/.*", r"http://modelserving\.com(/.*)?": r"https://modelserving\.com/.*", r"https://l\.linklyhq\.com/.*": r"https://bentoml\.slack\.com/.*", } diff --git a/docs/source/index.rst b/docs/source/index.rst index 9f74dce9..ce81ac40 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -107,13 +107,20 @@ contributing to the project, helping other users and discuss all things MLOps. GitHub Blog +.. toctree:: + :caption: Ecosystem + :hidden: + + 🍱 BentoML + ☁️ BentoCloud + 🚀 bentoctl .. spelling:: .. |actions_status| image:: https://github.com/bentoml/Yatai/workflows/Lint/badge.svg :target: https://github.com/bentoml/Yatai/actions .. |documentation_status| image:: https://readthedocs.org/projects/yatai/badge/?version=latest&style=flat-square - :target: https://docs.bentoml.org/projects/yatai + :target: https://docs.yatai.io/en/latest/ .. |join_slack| image:: https://badgen.net/badge/Join/BentoML%20Slack/cyan?icon=slack&style=flat-square :target: https://l.linklyhq.com/l/ktOX .. |github_stars| image:: https://img.shields.io/github/stars/bentoml/Yatai?color=%23c9378a&label=github&logo=github&style=flat-square