Skip to content

Commit

Permalink
clean up misc items
Browse files Browse the repository at this point in the history
Signed-off-by: frezes <[email protected]>
  • Loading branch information
frezes committed Aug 16, 2024
1 parent 0af9c9b commit cd0546b
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 154 deletions.
12 changes: 0 additions & 12 deletions blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

Empty file added blog/2024-06-16-blog-test.md
Empty file.
17 changes: 0 additions & 17 deletions blog/authors.yml

This file was deleted.

16 changes: 0 additions & 16 deletions blog/tags.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Whizard-controller-manager

Whizard-controller-manager 是 controller-manager, 会自动检测 Kubernetes API 服务器中上述任何对象的变化,并确保匹配的部署和 CRD 配置保持同步。
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Whizard-monitoring-gateway
# Gateway(Whizard-monitoring-gateway)

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

Expand Down
23 changes: 11 additions & 12 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,31 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
title: 'Whizard',
Svg: require('@site/static/img/WhizardTelemetry.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
Whizard is a Prometheus Long-Term Storage powered by Thanos.
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
title: 'eBPFConductor',
Svg: require('@site/static/img/WhizardTelemetry.svg').default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
eBPFConductor is a Rust-based framework designed for the efficient management of eBPF programs in Kubernetes environments.
<br></br>
Preparing for open-source release
</>
),
},
{
title: 'Powered by React',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: 'More to come',
Svg: require('@site/static/img/WhizardTelemetry.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
We are working on more projects to help you with your observability needs. Stay tuned!
</>
),
},
Expand Down
7 changes: 0 additions & 7 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ function HomepageHeader() {
{siteConfig.title}
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/whizard-docs/intro">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div>
</div>
</header>
);
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
6 changes: 6 additions & 0 deletions static/img/eBPFConductor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/favicon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions static/img/whizard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd0546b

Please sign in to comment.