Skip to content

Commit

Permalink
build docs add tailwind add custom domain, add param to not create re…
Browse files Browse the repository at this point in the history
…lease no-release docker-false
  • Loading branch information
caioricciuti committed Oct 6, 2024
1 parent 70fc253 commit b722e29
Show file tree
Hide file tree
Showing 22 changed files with 606 additions and 58 deletions.
24 changes: 6 additions & 18 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ const config: Config = {
tagline: "Data is better when we see it!",
favicon: "img/logo.png",

// Set the production url of your site here
url: "https://caioricciuti.github.io",
baseUrl: "/ch-ui/",
onBrokenLinks: "warn",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "caioricciuti", // Usually your GitHub org/user name.
projectName: "ch-ui", // Usually your repo name.
url: "https://ch-ui.caioricciuti.com",
baseUrl: "/",

organizationName: "caioricciuti",
projectName: "ch-ui",

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",

// Even if you don't use internationalization, 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"],
Expand All @@ -33,8 +27,6 @@ const config: Config = {
{
docs: {
sidebarPath: "./sidebars.ts",
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/caioricciuti/ch-ui/edit/main/",
},
blog: {
Expand All @@ -43,10 +35,7 @@ const config: Config = {
type: ["rss", "atom"],
xslt: true,
},
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/caioricciuti/ch-ui/edit/main/",
// Useful options to enforce blogging best practices
onInlineTags: "warn",
onInlineAuthors: "warn",
onUntruncatedBlogPosts: "warn",
Expand All @@ -59,7 +48,6 @@ const config: Config = {
],

themeConfig: {
// Replace with your project's social card
image: "img/logo.png",
navbar: {
title: "CH-UI",
Expand Down
Loading

0 comments on commit b722e29

Please sign in to comment.