Skip to content

Commit

Permalink
🤖 remove devhunt (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit authored Feb 23, 2025
1 parent 4ecd4fe commit 6064101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
35 changes: 0 additions & 35 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const config = {
locales: ["en"],
},

themes: ["@inkeep/docusaurus/chatButton"],

presets: [
[
"@docusaurus/preset-classic",
Expand Down Expand Up @@ -243,39 +241,6 @@ const config = {
colorMode: {
defaultMode: "dark",
},
inkeepConfig: {
baseSettings: {
apiKey: "15b950a73cca71e1fe1677f215ddc80b02cc047bf5367cdc",
integrationId: "cm416x7gl00in10em2evcwklj",
organizationId: "org_JOGHxQ7SCFPeGdtI",
primaryBrandColor: "#FF8803"
},
aiChatSettings: {
chatSubjectName: "Cyclops",
botAvatarSrcUrl: "https://cyclops-ui.github.io/img/logo.png",
getHelpCallToActions: [
{
name: "Discord",
url: "https://discord.com/invite/8ErnK3qDb3",
icon: {
builtIn: "FaDiscord"
}
},
{
name: "GitHub",
url: "https://github.com/cyclops-ui/cyclops",
icon: {
builtIn: "FaGithub"
}
}
],
quickQuestions: [
"How to install using kubectl?",
"What usage metrics are tracked?",
"How does Cyclops implement helm chart dependencies?"
]
}
}
}),
};

Expand Down
12 changes: 3 additions & 9 deletions web/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
import React from "react";
import clsx from "clsx";
import Link from "@docusaurus/Link";
import Layout from "@theme/Layout";
import HomepageFeatures from "@site/src/components/HomepageFeatures";
import styles from "./index.module.css";

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

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

import devhunt from "/static/img/devhunt.png";

import Comparison from "../components/Comparison";
import Install from "../components/Install";
import Features from "../components/Features";
import Blogs from "../components/Blogs";
import Testimonials from "../components/Testimonials";
import Newsletter from "../components/Newsletter";
import { Button, Col, ConfigProvider, Row } from "antd";
import { Button, ConfigProvider, Row } from "antd";

export default function Home() {
return (
Expand Down Expand Up @@ -103,8 +98,7 @@ export default function Home() {
/>

<img className={styles.cyclopsTitle} src={title}/>
<img className={styles.devhunt} src={devhunt}/>
{/*<h2 className={styles.cyclopsDesc}>Developer friendly Kubernetes</h2>*/}
<h2 className={styles.cyclopsDesc}>Developer friendly Kubernetes</h2>
<img className={styles.landingCyclops} src={landingCyclops}/>
<Row>
<ConfigProvider
Expand All @@ -131,7 +125,7 @@ export default function Home() {
</ConfigProvider>
</Row>
</div>
<Comparison />
<Comparison/>
<div className={styles.backgroundcolor}>
<Features />
<Testimonials />
Expand Down
Binary file removed web/static/img/devhunt.png
Binary file not shown.

0 comments on commit 6064101

Please sign in to comment.