Skip to content

Commit

Permalink
feat: docusarus faster builds and some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 10, 2024
1 parent aedebe6 commit c0bbcb3
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 79 deletions.
9 changes: 6 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { themes as prismThemes } from "prism-react-renderer";
import type { Config, SidebarItem } from "@docusaurus/types";
import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";

// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
Expand All @@ -12,6 +12,10 @@ const config: Config = {
url: "https://docs.projectbluefin.io/",
baseUrl: "/",

future: {
experimental_faster: true,
},

// GitHub pages deployment config.
organizationName: "ublue-os",
projectName: "bluefin",
Expand Down Expand Up @@ -43,7 +47,6 @@ const config: Config = {

themeConfig: {
algolia: {
// FIXME: put the info here
// The application ID provided by Algolia
appId: "H1LI1VATRI",
// Public API key: it is safe to commit it
Expand All @@ -54,7 +57,7 @@ const config: Config = {
},

metadata: [
{ name: "keywords", content: "documentation,bluefin,universalblue" },
{ name: "keywords", content: "documentation, bluefin, universalblue, linux, gnome, podman, docker, cloudnative" },
{ name: "twitter:card", content: "summary_large_image" },
],

Expand Down
Loading

0 comments on commit c0bbcb3

Please sign in to comment.