Skip to content

Commit

Permalink
Merge pull request #13 from interTwin-eu/dev-slangarita
Browse files Browse the repository at this point in the history
doc page
  • Loading branch information
SergioLangaritaBenitez authored Feb 29, 2024
2 parents 1ae3db7 + 8a1fb9e commit 3701c28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docpage/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
tagline: 'DCNiOS are cool',
favicon: 'img/favicon.ico',

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

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'intertwin-eu', // Usually your GitHub org/user name.
projectName: 'dcnios', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -44,14 +44,14 @@ const config = {
// 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/',
'https://github.com/intertwin-eu/dcnios/tree/main/',
},
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/',
'https://github.com/intertwin-eu/dcnios/tree/main/',
},
theme: {
customCss: './src/css/custom.css',
Expand Down

0 comments on commit 3701c28

Please sign in to comment.