Skip to content

Commit

Permalink
Modify docusaurus build config
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Feb 22, 2024
1 parent 2179a38 commit f3d6e0d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
20 changes: 6 additions & 14 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
title: 'Biotz Academy',
tagline: '',
favicon: 'img/favicon.svg',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/academy/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand All @@ -36,18 +36,10 @@ const config: Config = {
'classic',
{
docs: {
sidebarPath: './sidebars.ts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
sidebarPath: './sidebars.ts'
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
showReadingTime: true
},
theme: {
customCss: './src/css/custom.css',
Expand Down
15 changes: 15 additions & 0 deletions static/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3d6e0d

Please sign in to comment.