From a6d4de4398d3cb6a8139c7f772835a13c3225a40 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 5 Feb 2024 11:04:21 +0100 Subject: [PATCH] assa --- documentation/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 3be2123e..1430b93e 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -17,7 +17,7 @@ const siteConfig = { url: "https://openpanel.co", baseUrl: "/", onBrokenLinks: 'ignore', - projectName: "docs", + projectName: "openpanel", organizationName: "stefanpejcic", trailingSlash: true, favicon: "img/favicon.svg", @@ -32,7 +32,7 @@ const siteConfig = { path: "./docs", sidebarPath: require.resolve("./sidebars.js"), editUrl: - "https://github.com/stefanpejcic/docs/tree/master/documentation", + "https://github.com/stefanpejcic/openpanel/tree/master/documentation", showLastUpdateAuthor: true, showLastUpdateTime: true, disableVersioning: