Skip to content

Commit

Permalink
Merge pull request #179 from EZ-Robotics/website-dev
Browse files Browse the repository at this point in the history
hotfix baseurl
  • Loading branch information
ssejrog authored Sep 20, 2024
2 parents 4efc69b + 1fa7b0c commit dae750e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ import lightCode from './src/utils/codeLight.ts';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'ez-template',
title: 'EZ-Template',
tagline: 'robotics is ez',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://ez-robotics.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/ez-template/',
baseUrl: '/EZ-Template/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'robotics-is-ez', // Usually your GitHub org/user name.
projectName: 'ez-template', // Usually your repo name.
organizationName: 'EZ-Robotics', // Usually your GitHub org/user name.
projectName: 'EZ-Template', // Usually your repo name.
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down Expand Up @@ -78,7 +78,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: ({ versionDocsDirPath, docPath }) =>
`https://github.com/ez-robotics/ez-template/tree/website/${versionDocsDirPath}/${docPath}`,
`https://github.com/ez-robotics/EZ-Template/tree/website/${versionDocsDirPath}/${docPath}`,
},

blog: false,
Expand Down Expand Up @@ -122,7 +122,7 @@ const config = {
// Replace with your project's social card
image: 'img/embed.png',
navbar: {
title: 'ez-template',
title: 'EZ-Template',
items: [
{
type: 'docsVersionDropdown',
Expand All @@ -136,7 +136,7 @@ const config = {
{ to: '/community/category/showcase', label: 'Showcase', position: 'left' },
{ to: '/community/support', label: 'Support', position: 'left' },
{ href: 'https://www.roboticsisez.com/', label: 'robotics is ez', position: 'right' },
{ href: 'https://github.com/ez-robotics/ez-template', label: 'GitHub', position: 'right' },
{ href: 'https://github.com/EZ-Robotics/EZ-Template', label: 'GitHub', position: 'right' },
],
},
footer: {
Expand All @@ -146,7 +146,7 @@ const config = {
title: 'Learn',
items: [
{
label: 'ez-template',
label: 'EZ-Template',
to: '/',
},
{
Expand Down

0 comments on commit dae750e

Please sign in to comment.