Skip to content

Commit 6064101

Browse files
authored
🤖 remove devhunt (#761)
1 parent 4ecd4fe commit 6064101

File tree

3 files changed

+3
-44
lines changed

3 files changed

+3
-44
lines changed

web/docusaurus.config.js

-35
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ const config = {
3131
locales: ["en"],
3232
},
3333

34-
themes: ["@inkeep/docusaurus/chatButton"],
35-
3634
presets: [
3735
[
3836
"@docusaurus/preset-classic",
@@ -243,39 +241,6 @@ const config = {
243241
colorMode: {
244242
defaultMode: "dark",
245243
},
246-
inkeepConfig: {
247-
baseSettings: {
248-
apiKey: "15b950a73cca71e1fe1677f215ddc80b02cc047bf5367cdc",
249-
integrationId: "cm416x7gl00in10em2evcwklj",
250-
organizationId: "org_JOGHxQ7SCFPeGdtI",
251-
primaryBrandColor: "#FF8803"
252-
},
253-
aiChatSettings: {
254-
chatSubjectName: "Cyclops",
255-
botAvatarSrcUrl: "https://cyclops-ui.github.io/img/logo.png",
256-
getHelpCallToActions: [
257-
{
258-
name: "Discord",
259-
url: "https://discord.com/invite/8ErnK3qDb3",
260-
icon: {
261-
builtIn: "FaDiscord"
262-
}
263-
},
264-
{
265-
name: "GitHub",
266-
url: "https://github.com/cyclops-ui/cyclops",
267-
icon: {
268-
builtIn: "FaGithub"
269-
}
270-
}
271-
],
272-
quickQuestions: [
273-
"How to install using kubectl?",
274-
"What usage metrics are tracked?",
275-
"How does Cyclops implement helm chart dependencies?"
276-
]
277-
}
278-
}
279244
}),
280245
};
281246

web/src/pages/index.js

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
import React from "react";
2-
import clsx from "clsx";
3-
import Link from "@docusaurus/Link";
42
import Layout from "@theme/Layout";
5-
import HomepageFeatures from "@site/src/components/HomepageFeatures";
63
import styles from "./index.module.css";
74

85
import landingCyclops from "/static/img/landing_cyclops.png";
96
import title from "/static/img/cyclops-title.png";
107

118
import yaml from "/static/img/yaml_background.png";
129

13-
import devhunt from "/static/img/devhunt.png";
14-
1510
import Comparison from "../components/Comparison";
1611
import Install from "../components/Install";
1712
import Features from "../components/Features";
1813
import Blogs from "../components/Blogs";
1914
import Testimonials from "../components/Testimonials";
2015
import Newsletter from "../components/Newsletter";
21-
import { Button, Col, ConfigProvider, Row } from "antd";
16+
import { Button, ConfigProvider, Row } from "antd";
2217

2318
export default function Home() {
2419
return (
@@ -103,8 +98,7 @@ export default function Home() {
10398
/>
10499

105100
<img className={styles.cyclopsTitle} src={title}/>
106-
<img className={styles.devhunt} src={devhunt}/>
107-
{/*<h2 className={styles.cyclopsDesc}>Developer friendly Kubernetes</h2>*/}
101+
<h2 className={styles.cyclopsDesc}>Developer friendly Kubernetes</h2>
108102
<img className={styles.landingCyclops} src={landingCyclops}/>
109103
<Row>
110104
<ConfigProvider
@@ -131,7 +125,7 @@ export default function Home() {
131125
</ConfigProvider>
132126
</Row>
133127
</div>
134-
<Comparison />
128+
<Comparison/>
135129
<div className={styles.backgroundcolor}>
136130
<Features />
137131
<Testimonials />

web/static/img/devhunt.png

-18.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)