Skip to content

Commit dd6daeb

Browse files
authored
[website] Add Fluss logos files and update website (#917)
1 parent 5dccb0d commit dd6daeb

22 files changed

+142
-8
lines changed

website/community/fluss-logos.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Fluss Logos
3+
sidebar_position: 5
4+
---
5+
6+
<!--
7+
Copyright (c) 2025 Alibaba Group Holding Ltd.
8+
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this file except in compliance with the License.
11+
You may obtain a copy of the License at
12+
13+
http://www.apache.org/licenses/LICENSE-2.0
14+
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
20+
-->
21+
22+
# Fluss Logos
23+
24+
We provide the Fluss logo in different formats and variants.
25+
26+
![Fluss Logo Overview](@site/static/img/logo/logo_overview.jpg)
27+
28+
You can download the logos in SVG and PNG formats from the following links:
29+
30+
- Colored logo
31+
- with black text: [colored_logo.svg](@site/static/img/logo/svg/colored_logo.svg), [color_logo.png](@site/static/img/logo/png/colored_logo.png)
32+
- without text: [colored_logo_notext.svg](@site/static/img/logo/svg/colored_logo_notext.svg), [colored_logo_notext.png](@site/static/img/logo/png/colored_logo_notext.png)
33+
- White color logo
34+
- with black text: [white_color_logo.svg](@site/static/img/logo/svg/white_color_logo.svg), [white_color_logo.png](@site/static/img/logo/png/white_color_logo.png)
35+
- without text: [white_color_logo_notext.svg](@site/static/img/logo/svg/white_color_logo_notext.svg), [white_color_logo_notext.png](@site/static/img/logo/png/white_color_logo_notext.png)
36+
- Black outline logo
37+
- with black text: [black_outline.svg](@site/static/img/logo/svg/black_outline.svg), [black_outline.png](@site/static/img/logo/png/black_outline.png)
38+
- without text: [black_outline_notext.svg](@site/static/img/logo/svg/black_outline_notext.svg), [black_outline_notext.png](@site/static/img/logo/png/black_outline_notext.png)
39+
- White filled logo
40+
- with black text: [white_filled.svg](@site/static/img/logo/svg/white_filled.svg), [white_filled.png](@site/static/img/logo/png/white_filled.png)
41+
- without text: [white_filled_notext.svg](@site/static/img/logo/svg/white_filled_notext.svg), [white_filled_notext.png](@site/static/img/logo/png/white_filled_notext.png)
42+
43+
44+
45+
46+
47+
48+

website/docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import versionReplace from './src/plugins/remark-version-replace/index';
2222
const config: Config = {
2323
title: 'Fluss',
2424
tagline: 'Streaming Storage for Real-Time Analytics',
25-
favicon: 'img/logo.svg',
25+
favicon: 'img/logo/fluss_favicon.svg',
2626

2727
// Set the production url of your site here
2828
url: 'https://alibaba.github.io/',
@@ -115,11 +115,11 @@ const config: Config = {
115115
disableSwitch: true,
116116
},
117117
navbar: {
118-
title: 'Fluss',
119-
// logo: {
120-
// alt: 'My Site Logo',
121-
// src: 'img/logo.svg',
122-
// },
118+
title: '',
119+
logo: {
120+
alt: 'Fluss',
121+
src: 'img/logo/svg/colored_logo.svg',
122+
},
123123
items: [
124124
{
125125
type: 'docSidebar',

website/static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading
587 KB
Loading
29.2 KB
Loading
30.4 KB
Loading
44.1 KB
Loading
67.3 KB
Loading
53 KB
Loading

0 commit comments

Comments
 (0)