Skip to content

Commit

Permalink
[KYUUBI apache#6068] Remove community section from user docs
Browse files Browse the repository at this point in the history
# 🔍 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 apache#6068 from yaooqinn/community.

Closes apache#6068

8e18da6 [Kent Yao] Remove community section from user docs

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
yaooqinn authored and pan3793 committed Feb 21, 2024
1 parent c93e0a2 commit d516a5d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 58 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ TBD, please be patient for the surprise.
## IDE Setup Guide

[IntelliJ IDEA Setup Guide](https://kyuubi.readthedocs.io/en/master/contributing/code/idea_setup.html)

## Contributor Avatars

<a href="https://github.com/apache/kyuubi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=apache/kyuubi&max=1024" />
</a>
1 change: 0 additions & 1 deletion docs/community/CONTRIBUTING.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/community/collaborators.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/community/index.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/contributing/code/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ code to the Kyuubi project.
debugging
developer
idea_setup
release
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
- limitations under the License.
-->

Kyuubi Release Guide
====================
# Release Guide

## Introduction

Expand Down
6 changes: 0 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ What's Next
contributing/code/index
contributing/doc/index

.. toctree::
:caption: Community
:maxdepth: 2

community/index

.. toctree::
:caption: Appendix
:maxdepth: 2
Expand Down

0 comments on commit d516a5d

Please sign in to comment.