Skip to content

Commit

Permalink
fix docusaurus change styles no-release docker-false
Browse files Browse the repository at this point in the history
  • Loading branch information
caioricciuti committed Oct 6, 2024
1 parent afdbb1f commit 677a28c
Show file tree
Hide file tree
Showing 9 changed files with 371 additions and 137 deletions.
17 changes: 15 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import { themes as prismThemes } from "prism-react-renderer";
import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";
import React from "react";

const config: Config = {
title: "CH-UI",
tagline: "Data is better when we see it!",
favicon: "img/logo.png",

url: "https://ch-ui.caioricciuti.com",
baseUrl: "",
baseUrl: "/",
organizationName: "caioricciuti",
projectName: "ch-ui",

Expand Down Expand Up @@ -48,6 +49,11 @@ const config: Config = {

themeConfig: {
image: "img/logo.png",
colorMode: {
defaultMode: "dark",
disableSwitch: false,
respectPrefersColorScheme: false,
},
navbar: {
title: "CH-UI",
logo: {
Expand All @@ -63,9 +69,16 @@ const config: Config = {
},
{ to: "/blog", label: "Blog", position: "left" },
{
href: "https://github.com/caioricciuti/ch-ui?utm_source=ch-ui-docs&utm_medium=navbar",
to: "https://github.com/caioricciuti/ch-ui",
label: "GitHub",
position: "right",
// Add a custom icon
},
{
to: "https://join.slack.com/t/ch-ui-v2/shared_invite/zt-2r6xwoizm-PMlCH6ZZAi5hK3fPagypQw",
position: "right",
label: "Slack",
// Add a custom icon
},
],
},
Expand Down
Loading

0 comments on commit 677a28c

Please sign in to comment.