Skip to content

Commit

Permalink
fix: docusaurus config
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis committed Sep 19, 2024
1 parent dc22c29 commit 00b0d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const isBootstrapPreset = process.env.DOCUSAURUS_PRESET === "bootstrap";
module.exports = {
title: "APL",
tagline: "Self-hosted PaaS for Kubernetes",
url: "https://otomi.io",
url: "https://apl-docs.net",
baseUrl: "/",
customFields: {
description: "Build, deploy and monitor apps on Kubernetes",
Expand All @@ -28,7 +28,7 @@ module.exports = {
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
organizationName: "Linode", // Usually your GitHub org/user name.
projectName: "redkubes.github.io", // Usually your repo name.
projectName: "linode.github.io", // Usually your repo name.
themeConfig: {
metadata: [
{
Expand Down Expand Up @@ -61,7 +61,7 @@ module.exports = {
},
items: [
{
href: "https://github.com/redkubes/otomi-core",
href: "https://github.com/linode/apl-core",
position: "right",
className: "header-github-link",
"aria-label": "GitHub repository",
Expand All @@ -79,7 +79,7 @@ module.exports = {
docs: {
breadcrumbs: false,
sidebarPath: require.resolve("./sidebar-docs.js"),
editUrl: "https://github.com/redkubes/redkubes.github.io/tree/main/",
editUrl: "https://github.com/linode/linode.github.io/tree/main/",
// versions: {
// current: {
// label: `${getNextVersionName()} (unreleased)`,
Expand Down

0 comments on commit 00b0d8c

Please sign in to comment.