From d516a5d360599daedd1818b91c56db37107b086d Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Wed, 21 Feb 2024 05:20:42 +0000 Subject: [PATCH] [KYUUBI #6068] Remove community section from user docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: 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 :bookmark: - [ ] 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 :coffin: #### Behavior With This Pull Request :tada: #### 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 8e18da63f [Kent Yao] Remove community section from user docs Authored-by: Kent Yao Signed-off-by: Cheng Pan --- CONTRIBUTING.md | 6 +++++ docs/community/CONTRIBUTING.md | 1 - docs/community/collaborators.md | 22 --------------- docs/community/index.rst | 27 ------------------- docs/contributing/code/index.rst | 1 + .../code}/release.md | 3 +-- docs/index.rst | 6 ----- 7 files changed, 8 insertions(+), 58 deletions(-) delete mode 120000 docs/community/CONTRIBUTING.md delete mode 100644 docs/community/collaborators.md delete mode 100644 docs/community/index.rst rename docs/{community => contributing/code}/release.md (99%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc9094b8bb7..0c76b4847a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 + + + + diff --git a/docs/community/CONTRIBUTING.md b/docs/community/CONTRIBUTING.md deleted file mode 120000 index f939e75f21a..00000000000 --- a/docs/community/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -../../CONTRIBUTING.md \ No newline at end of file diff --git a/docs/community/collaborators.md b/docs/community/collaborators.md deleted file mode 100644 index 264e8b3c92f..00000000000 --- a/docs/community/collaborators.md +++ /dev/null @@ -1,22 +0,0 @@ - - -# Collaborators - -[PMC Members and Committers](https://people.apache.org/phonebook.html?project=kyuubi) - -See full contributor list at [contributors](https://github.com/apache/kyuubi/graphs/contributors). diff --git a/docs/community/index.rst b/docs/community/index.rst deleted file mode 100644 index 420905d5bb1..00000000000 --- a/docs/community/index.rst +++ /dev/null @@ -1,27 +0,0 @@ -.. Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - -.. http://www.apache.org/licenses/LICENSE-2.0 - -.. Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -Community -========= - -.. toctree:: - :maxdepth: 2 - :glob: - - CONTRIBUTING - collaborators - release - diff --git a/docs/contributing/code/index.rst b/docs/contributing/code/index.rst index 25a6e421baa..e1ccc5601b4 100644 --- a/docs/contributing/code/index.rst +++ b/docs/contributing/code/index.rst @@ -30,3 +30,4 @@ code to the Kyuubi project. debugging developer idea_setup + release diff --git a/docs/community/release.md b/docs/contributing/code/release.md similarity index 99% rename from docs/community/release.md rename to docs/contributing/code/release.md index f2c8541b1e1..15dba4a7bd7 100644 --- a/docs/community/release.md +++ b/docs/contributing/code/release.md @@ -15,8 +15,7 @@ - limitations under the License. --> -Kyuubi Release Guide -==================== +# Release Guide ## Introduction diff --git a/docs/index.rst b/docs/index.rst index ab9cf271fc2..3c77d03f4f5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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