This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new d516a5d36 [KYUUBI #6068] Remove community section from user docs
d516a5d36 is described below
commit d516a5d360599daedd1818b91c56db37107b086d
Author: Kent Yao <[email protected]>
AuthorDate: Wed Feb 21 05:20:42 2024 +0000
[KYUUBI #6068] Remove community section from user docs
# :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 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
CONTRIBUTING.md | 6 ++++++
docs/community/CONTRIBUTING.md | 1 -
docs/community/collaborators.md | 22 -------------------
docs/community/index.rst | 27 ------------------------
docs/contributing/code/index.rst | 1 +
docs/{community => contributing/code}/release.md | 3 +--
docs/index.rst | 6 ------
7 files changed, 8 insertions(+), 58 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dc9094b8b..0c76b4847 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
+
+<a href="https://github.com/apache/kyuubi/graphs/contributors">
+ <img src="https://contrib.rocks/image?repo=apache/kyuubi&max=1024" />
+</a>
diff --git a/docs/community/CONTRIBUTING.md b/docs/community/CONTRIBUTING.md
deleted file mode 120000
index f939e75f2..000000000
--- 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 264e8b3c9..000000000
--- a/docs/community/collaborators.md
+++ /dev/null
@@ -1,22 +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.
--->
-
-# 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 420905d5b..000000000
--- 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 25a6e421b..e1ccc5601 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 f2c8541b1..15dba4a7b 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 ab9cf271f..3c77d03f4 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