diff --git a/docs/README.md b/docs/README.md index 4b706fdd9ce87..0fb44e9dd4f48 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,7 @@ ![CD](https://github.com/jina-ai/jina/workflows/CD/badge.svg?branch=master) +Please read the documentations at https://docs.jina.ai This repository hosts the documentation of Jina. It gets updated when [jina-ai/jina](https://github.com/jina-ai/jina/) is modified. diff --git a/make-doc.sh b/make-doc.sh index 187886def1a66..67ade5c9f3cf3 100755 --- a/make-doc.sh +++ b/make-doc.sh @@ -20,6 +20,7 @@ cd ${DOC_DIR} && make html && cd - if [[ $1 == "commit" ]]; then cp ${DOC_DIR}/README.md ${HTML_DIR}/ cd ${HTML_DIR} + echo docs.jina.ai > CNAME git init git config --local user.email "dev-bot@jina.ai" git config --local user.name "Jina Dev Bot" @@ -31,6 +32,7 @@ if [[ $1 == "commit" ]]; then elif [[ $1 == "release" ]]; then cp ${DOC_DIR}/README.md ${HTML_DIR}/ cd ${HTML_DIR} + echo docs.jina.ai > CNAME git init git config --local user.email "dev-bot@jina.ai" git config --local user.name "Jina Dev Bot"