-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π show all blogs
- Loading branch information
Showing
1 changed file
with
64 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,49 +3,50 @@ | |
|
||
/** @type {import('@docusaurus/types').Config} */ | ||
const config = { | ||
title: 'Cyclops', | ||
tagline: 'Dev friendly Kubernetes', | ||
favicon: 'img/logo.png', | ||
title: "Cyclops", | ||
tagline: "Dev friendly Kubernetes", | ||
favicon: "img/logo.png", | ||
|
||
// Set the production url of your site here | ||
url: 'https://cyclops-ui.github.io', | ||
url: "https://cyclops-ui.github.io", | ||
// Set the /<baseUrl>/ pathname under which your site is served | ||
// For GitHub pages deployment, it is often '/<projectName>/' | ||
baseUrl: '/', | ||
baseUrl: "/", | ||
|
||
// GitHub pages deployment config. | ||
// If you aren't using GitHub pages, you don't need these. | ||
organizationName: 'cyclops-ui', // Usually your GitHub org/user name. | ||
projectName: 'cyclops-ui.github.io', // Usually your repo name. | ||
organizationName: "cyclops-ui", // Usually your GitHub org/user name. | ||
projectName: "cyclops-ui.github.io", // Usually your repo name. | ||
|
||
onBrokenLinks: 'ignore', | ||
onBrokenMarkdownLinks: 'warn', | ||
onBrokenLinks: "ignore", | ||
onBrokenMarkdownLinks: "warn", | ||
|
||
// Even if you don't use internalization, you can use this field to set useful | ||
// metadata like html lang. For example, if your site is Chinese, you may want | ||
// to replace "en" with "zh-Hans". | ||
i18n: { | ||
defaultLocale: 'en', | ||
locales: ['en'], | ||
defaultLocale: "en", | ||
locales: ["en"], | ||
}, | ||
|
||
presets: [ | ||
[ | ||
'@docusaurus/preset-classic', | ||
"@docusaurus/preset-classic", | ||
/** @type {import('@docusaurus/preset-classic').Options} */ | ||
({ | ||
docs: { | ||
sidebarPath: require.resolve('./sidebars.js'), | ||
sidebarPath: require.resolve("./sidebars.js"), | ||
}, | ||
gtag: { | ||
trackingID: 'G-MNT2DFSGCM', | ||
trackingID: "G-MNT2DFSGCM", | ||
anonymizeIP: true, | ||
}, | ||
blog: { | ||
showReadingTime: true, | ||
blogSidebarCount: "ALL", | ||
}, | ||
theme: { | ||
customCss: require.resolve('./src/css/custom.css'), | ||
customCss: require.resolve("./src/css/custom.css"), | ||
}, | ||
}), | ||
], | ||
|
@@ -55,38 +56,38 @@ const config = { | |
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ | ||
({ | ||
// Replace with your project's social card | ||
image: 'img/which-would-you-prefer.png', | ||
image: "img/which-would-you-prefer.png", | ||
announcementBar: { | ||
backgroundColor: '#68b6ac', | ||
textColor: '#ffffff', | ||
backgroundColor: "#222222", | ||
textColor: "#ffffff", | ||
isCloseable: false, | ||
|
||
content: | ||
'<b>π We are launching our first release on <a href="https://www.producthunt.com/products/cyclops">Product Hunt</a> - show us your support π</b>' | ||
'<b>β We are <a href="https://github.com/cyclops-ui/cyclops">open-source on GitHub</a> - show us your support by giving us a star β</b>', | ||
}, | ||
navbar: { | ||
title: 'Cyclops', | ||
title: "Cyclops", | ||
logo: { | ||
alt: 'Cyclops logo', | ||
src: 'img/logo.png', | ||
alt: "Cyclops logo", | ||
src: "img/logo.png", | ||
}, | ||
items: [ | ||
{ | ||
type: 'docSidebar', | ||
sidebarId: 'tutorialSidebar', | ||
position: 'left', | ||
label: 'Docs', | ||
type: "docSidebar", | ||
sidebarId: "tutorialSidebar", | ||
position: "left", | ||
label: "Docs", | ||
}, | ||
{to: 'blog', label: 'Blog', position: 'left'}, | ||
{ to: "blog", label: "Blog", position: "left" }, | ||
{ | ||
href: 'https://www.linkedin.com/company/cyclops-ui', | ||
position: 'right', | ||
className: 'header-linkedin-link', | ||
href: "https://www.linkedin.com/company/cyclops-ui", | ||
position: "right", | ||
className: "header-linkedin-link", | ||
}, | ||
{ | ||
href: 'https://github.com/cyclops-ui/cyclops', | ||
position: 'right', | ||
className: 'header-github-link', | ||
href: "https://github.com/cyclops-ui/cyclops", | ||
position: "right", | ||
className: "header-github-link", | ||
}, | ||
{ | ||
href: "https://discord.com/invite/8ErnK3qDb3", | ||
|
@@ -96,71 +97,71 @@ const config = { | |
], | ||
}, | ||
footer: { | ||
style: 'dark', | ||
style: "dark", | ||
links: [ | ||
{ | ||
title: 'Docs', | ||
title: "Docs", | ||
items: [ | ||
{ | ||
label: 'About', | ||
to: '/docs/about', | ||
label: "About", | ||
to: "/docs/about", | ||
}, | ||
{ | ||
label: 'Installation', | ||
to: '/docs/installation/prerequisites', | ||
label: "Installation", | ||
to: "/docs/installation/prerequisites", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: 'Community', | ||
title: "Community", | ||
items: [ | ||
{ | ||
label: 'Discord', | ||
href: 'https://discord.com/invite/8ErnK3qDb3', | ||
label: "Discord", | ||
href: "https://discord.com/invite/8ErnK3qDb3", | ||
}, | ||
{ | ||
label: 'DEV Community', | ||
href: 'https://dev.to/cyclops-ui' | ||
label: "DEV Community", | ||
href: "https://dev.to/cyclops-ui", | ||
}, | ||
{ | ||
label: 'Product Hunt', | ||
href: 'https://www.producthunt.com/products/cyclops' | ||
} | ||
label: "Product Hunt", | ||
href: "https://www.producthunt.com/products/cyclops", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: 'More', | ||
title: "More", | ||
items: [ | ||
{ | ||
label: 'GitHub', | ||
href: 'https://github.com/cyclops-ui/cyclops', | ||
label: "GitHub", | ||
href: "https://github.com/cyclops-ui/cyclops", | ||
}, | ||
{ | ||
label: 'Schedule a demo', | ||
href: 'https://docs.google.com/forms/d/e/1FAIpQLSfm9sSsmqJYsofteSrGigWMW9eOgSjoinHwjsvtjX6wOcAv9w/viewform', | ||
label: "Schedule a demo", | ||
href: "https://docs.google.com/forms/d/e/1FAIpQLSfm9sSsmqJYsofteSrGigWMW9eOgSjoinHwjsvtjX6wOcAv9w/viewform", | ||
}, | ||
{ | ||
label: 'Leave your feedback', | ||
href: 'https://forms.gle/jrwcBHRtpwmK91v47' | ||
} | ||
label: "Leave your feedback", | ||
href: "https://forms.gle/jrwcBHRtpwmK91v47", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: 'Contact', | ||
title: "Contact", | ||
items: [ | ||
{ | ||
label: 'LinkedIn', | ||
href: 'https://www.linkedin.com/company/cyclops-ui/', | ||
label: "LinkedIn", | ||
href: "https://www.linkedin.com/company/cyclops-ui/", | ||
}, | ||
{ | ||
html: '[email protected]', | ||
} | ||
] | ||
} | ||
html: "[email protected]", | ||
}, | ||
], | ||
}, | ||
], | ||
}, | ||
colorMode: { | ||
defaultMode: 'light', | ||
defaultMode: "light", | ||
disableSwitch: true, | ||
}, | ||
}), | ||
|