Skip to content

Commit cd0546b

Browse files
committedAug 16, 2024
clean up misc items
Signed-off-by: frezes <zhangjunhao@kubesphere.io>
1 parent 0af9c9b commit cd0546b

17 files changed

+26
-154
lines changed
 

‎blog/2019-05-28-first-blog-post.md

-12
This file was deleted.

‎blog/2019-05-29-long-blog-post.md

-44
This file was deleted.

‎blog/2021-08-01-mdx-blog-post.mdx

-20
This file was deleted.
Binary file not shown.

‎blog/2021-08-26-welcome/index.md

-25
This file was deleted.

‎blog/2024-06-16-blog-test.md

Whitespace-only changes.

‎blog/authors.yml

-17
This file was deleted.

‎blog/tags.yml

-16
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Whizard-controller-manager
2+
3+
Whizard-controller-manager 是 controller-manager, 会自动检测 Kubernetes API 服务器中上述任何对象的变化,并确保匹配的部署和 CRD 配置保持同步。

‎docs/whizard-docs/concepts/components/whizard-monitoring-gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Whizard-monitoring-gateway
1+
# Gateway(Whizard-monitoring-gateway)
22

33
`whizard-monitoring-gateway` 是一个关键组件,专门用于接收和处理来自 `Tenant` 端上传的监控数据。它的主要功能包括数据接收转储和查询。
44

‎src/components/HomepageFeatures/index.js

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,31 @@ import styles from './styles.module.css';
44

55
const FeatureList = [
66
{
7-
title: 'Easy to Use',
8-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
7+
title: 'Whizard',
8+
Svg: require('@site/static/img/WhizardTelemetry.svg').default,
99
description: (
1010
<>
11-
Docusaurus was designed from the ground up to be easily installed and
12-
used to get your website up and running quickly.
11+
Whizard is a Prometheus Long-Term Storage powered by Thanos.
1312
</>
1413
),
1514
},
1615
{
17-
title: 'Focus on What Matters',
18-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
16+
title: 'eBPFConductor',
17+
Svg: require('@site/static/img/WhizardTelemetry.svg').default,
1918
description: (
2019
<>
21-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
22-
ahead and move your docs into the <code>docs</code> directory.
20+
eBPFConductor is a Rust-based framework designed for the efficient management of eBPF programs in Kubernetes environments.
21+
<br></br>
22+
Preparing for open-source release
2323
</>
2424
),
2525
},
2626
{
27-
title: 'Powered by React',
28-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
27+
title: 'More to come',
28+
Svg: require('@site/static/img/WhizardTelemetry.svg').default,
2929
description: (
3030
<>
31-
Extend or customize your website layout by reusing React. Docusaurus can
32-
be extended while reusing the same header and footer.
31+
We are working on more projects to help you with your observability needs. Stay tuned!
3332
</>
3433
),
3534
},

‎src/pages/index.js

-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ function HomepageHeader() {
1616
{siteConfig.title}
1717
</Heading>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
19-
<div className={styles.buttons}>
20-
<Link
21-
className="button button--secondary button--lg"
22-
to="/docs/whizard-docs/intro">
23-
Docusaurus Tutorial - 5min ⏱️
24-
</Link>
25-
</div>
2619
</div>
2720
</header>
2821
);

‎static/img/docusaurus-social-card.jpg

-54.4 KB
Binary file not shown.

‎static/img/docusaurus.png

-5.02 KB
Binary file not shown.

‎static/img/eBPFConductor.svg

+6
Loading

‎static/img/favicon.ico

-3.54 KB
Binary file not shown.

‎static/img/whizard.svg

+6
Loading

0 commit comments

Comments
 (0)