Skip to content

Commit d516a5d

Browse files
yaooqinnpan3793
authored andcommitted
[KYUUBI #6068] Remove community section from user docs
# 🔍 Description ## Issue References 🔗 ## Describe Your Solution 🔧 The content of the community section is a bylaw, which is settled on the website. This PR removes it and moves the release guide into the contributing fold for the moment. The release guide is also bylaw which is suite better in website repo. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6068 from yaooqinn/community. Closes #6068 8e18da6 [Kent Yao] Remove community section from user docs Authored-by: Kent Yao <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
1 parent c93e0a2 commit d516a5d

File tree

7 files changed

+8
-58
lines changed

7 files changed

+8
-58
lines changed

Diff for: CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ TBD, please be patient for the surprise.
6161
## IDE Setup Guide
6262

6363
[IntelliJ IDEA Setup Guide](https://kyuubi.readthedocs.io/en/master/contributing/code/idea_setup.html)
64+
65+
## Contributor Avatars
66+
67+
<a href="https://github.com/apache/kyuubi/graphs/contributors">
68+
<img src="https://contrib.rocks/image?repo=apache/kyuubi&max=1024" />
69+
</a>

Diff for: docs/community/CONTRIBUTING.md

-1
This file was deleted.

Diff for: docs/community/collaborators.md

-22
This file was deleted.

Diff for: docs/community/index.rst

-27
This file was deleted.

Diff for: docs/contributing/code/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ code to the Kyuubi project.
3030
debugging
3131
developer
3232
idea_setup
33+
release

Diff for: docs/community/release.md renamed to docs/contributing/code/release.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
- limitations under the License.
1616
-->
1717

18-
Kyuubi Release Guide
19-
====================
18+
# Release Guide
2019

2120
## Introduction
2221

Diff for: docs/index.rst

-6
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,6 @@ What's Next
221221
contributing/code/index
222222
contributing/doc/index
223223

224-
.. toctree::
225-
:caption: Community
226-
:maxdepth: 2
227-
228-
community/index
229-
230224
.. toctree::
231225
:caption: Appendix
232226
:maxdepth: 2

0 commit comments

Comments
 (0)