Changeset View
Changeset View
Standalone View
Standalone View
modules/docs/chronik.e.cash/docusaurus.config.js
| Show All 12 Lines | |||||
| /** @type {import('@docusaurus/types').Config} */ | /** @type {import('@docusaurus/types').Config} */ | ||||
| const config = { | const config = { | ||||
| title: 'Chronik Documentation', | title: 'Chronik Documentation', | ||||
| tagline: | tagline: | ||||
| 'Chronik is a fast and reliable indexer built into the Bitcoin ABC node software', | 'Chronik is a fast and reliable indexer built into the Bitcoin ABC node software', | ||||
| favicon: 'img/favicon.png', | favicon: 'img/favicon.png', | ||||
| // Set the production url of your site here | // Set the production url of your site here | ||||
| url: 'https://chronik.e.cash', | url: 'https://chronik-doc.fabien.cash', | ||||
| // Set the /<baseUrl>/ pathname under which your site is served | // Set the /<baseUrl>/ pathname under which your site is served | ||||
| // For GitHub pages deployment, it is often '/<projectName>/' | // For GitHub pages deployment, it is often '/<projectName>/' | ||||
| baseUrl: '/', | baseUrl: '/', | ||||
| organizationName: 'Bitcoin ABC', | organizationName: 'Bitcoin ABC', | ||||
| projectName: 'Bitcoin ABC', | projectName: 'Bitcoin ABC', | ||||
| onBrokenLinks: 'throw', | onBrokenLinks: 'throw', | ||||
| ▲ Show 20 Lines • Show All 107 Lines • Show Last 20 Lines | |||||