This is an automated email from the ASF dual-hosted git repository. ethanfeng pushed a commit to branch add-users-page in repository https://gitbox.apache.org/repos/asf/celeborn-website.git
commit 29aa71f8c7a826a50a7113662cfbed5c2f6bd77e Author: mingji <[email protected]> AuthorDate: Thu Apr 18 11:07:30 2024 +0800 Add users page --- docs/assets/logo/users/aliyun.png | Bin 0 -> 33794 bytes docs/user.md | 27 +++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 28 insertions(+) diff --git a/docs/assets/logo/users/aliyun.png b/docs/assets/logo/users/aliyun.png new file mode 100644 index 00000000..5f2ba7ee Binary files /dev/null and b/docs/assets/logo/users/aliyun.png differ diff --git a/docs/user.md b/docs/user.md new file mode 100644 index 00000000..25a0a783 --- /dev/null +++ b/docs/user.md @@ -0,0 +1,27 @@ +--- +hide: + - navigation + +license: | + 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 + + https://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. +--- +# Who's Using +Various companies and organizations are using Celeborn for production and commercial products. +Are you using this project? [Add your company](https://github.com/apache/celeborn/issues/2140). + +| | | | | | +|------------------------------------|------------------------------------|----------|----------|----------| +|  | | | | | diff --git a/mkdocs.yml b/mkdocs.yml index bf1cb378..c1501513 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,6 +78,7 @@ nav: - Home: index.md - Download: download.md - Documentation: https://celeborn.apache.org/docs/latest/ + - Who's Using: user.md - Community: - Join the Mailing Lists: community/maillist.md - Project Management Committee: community/project_management_committee.md
