English | 中文
A static documentation website built with docusaurus for Taichi documentation.
💡 Please make sure you understand the following before moving forward:
community
and help-us-translate
pages), you are at the right place. We welcome pull requests directly to this repo!You need to install the following before setting up this project:
yarn
brew install yarn
sudo apt install yarn
For Arch Linux, use the following command:
sudo pacman -S yarn
node -v‘
in the terminal. After it's verified, download the Yarn installer(.smi) from the official yarn website and install it. To verifiy the installation, use yarn --version
.Install all of the dependencies by:
# from the root of the project
yarn --cwd=website install
If you are using ubuntu
, you might get errors as below:
Usage: yarn [options]
yarn: error: no such option: --cwd
which indicates your yarn
is too old. You could install new version yarn with npm
:
sudo apt install nodejs npm
sudo npm install -g yarn
If you run into TypeError: Cannot read property 'latest' of undefined
error,
try to remove both of website/node_modules
and website/yarn.lock
and re-run the
install
command. This issue has been reported here.
In order to spin up the dev server locally for development:
yarn --cwd=website start
To build the static site, from the root, run:
yarn --cwd=website build
you can then serve the built static website locally using:
yarn --cwd=website serve
This site leverages the versioning mechanism provided by docusaurus, for details, check their docs about versioning here.
This website is currently hosted on Netlify.
The deployment is automatically done when Pull Requests are merged to master
branch.
You may preview your PR before merging utilizing Netlify's preview feature.
This website is built on top of the wonderful Docusaurus along with a list of great open source projects, thanks to all of the contributors of them!
Thanks to all contributors who have contributed to the development of Taichi documentation, community and website in the past. Please navigate to the members page of Taichi website to see the full acknowledgements. Specifically, we have built a avatar atlas for whoever have contributed to the taichi-docs-zh-cn translations:
Taichi中文文档及其社区、网站能够如此快速地成长,离不开每一位贡献者的工作和付出,感谢大家!请移步至 Taichi网站的社区成员页面来查看完整的鸣谢列表。特别地,我们在这里将曾参与过 taichi-docs-zh-cn 仓库翻译文档的贡献者特别列出。