[DOC] Add v1.0.2 Documentation

This commit is contained in:
Kent Yao 2021-01-13 17:50:16 +08:00 committed by Kent Yao
parent c34619eb63
commit 776994471b
No known key found for this signature in database
GPG Key ID: A4F0BE81C89B595B
3 changed files with 16 additions and 0 deletions

View File

@ -38,6 +38,7 @@ You can find the specific version of Kyuubi documentation as listed below.
- [master/latest](https://kyuubi.readthedocs.io/en/latest/)
- [stable](https://kyuubi.readthedocs.io/en/stable/)
- [v1.0.2](https://kyuubi.readthedocs.io/en/v1.0.2/)
- [v1.0.1](https://kyuubi.readthedocs.io/en/v1.0.1/)
- [v1.0.0](https://kyuubi.readthedocs.io/en/v1.0.0/)

14
docs/tools/developer.md Normal file
View File

@ -0,0 +1,14 @@
<div align=center>
![](../imgs/kyuubi_logo_simple.png)
</div>
# Developer Tools
## Update Project Version
```bash
build/mvn versions:set -DgenerateBackupPoms=false
```

View File

@ -14,3 +14,4 @@ Develop Tools
testing
debugging
community
developer