Skip to content

Commit

Permalink
[fix][config] following docusuarus config
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Aug 14, 2023
1 parent 781a92f commit e3d8c22
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,25 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

const organizationName = "docs";
const projectName = "nethermindeth";


/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Nethermind Documentation',
tagline: 'Welcome to Nethermind: Your High-Performance Gateway to the Ethereum Network',
url: 'https://nethermindeth.github.io/',
baseUrl: '/docs',
url: `https://${organizationName}.github.io`,
baseUrl: `/${projectName}/`,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
trailingSlash: false,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'NethermindEth',
projectName: 'nethermind.github.io',
trailingSlash: false,
organizationName, // Usually your GitHub org/user name.
projectName, // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down

0 comments on commit e3d8c22

Please sign in to comment.