We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5e973 commit 42ec225Copy full SHA for 42ec225
docusaurus.config.js
@@ -1,13 +1,15 @@
1
module.exports = {
2
title: 'SPID Protocol',
3
tagline: 'Smart Packets. Structured Answers. Voice-Ready.',
4
- url: 'https://yourusername.github.io',
+ url: 'https://spid-protocol-project.github.io',
5
baseUrl: '/spidprotocol-docs/',
6
onBrokenLinks: 'throw',
7
onBrokenMarkdownLinks: 'warn',
8
favicon: 'img/favicon.ico',
9
- organizationName: 'yourusername', // GitHub org/user
10
- projectName: 'spidprotocol-docs', // Repo name
+ organizationName: 'SPID-Protocol-project',
+ projectName: 'spidprotocol-docs',
11
+ deploymentBranch: 'gh-pages',
12
+ trailingSlash: false,
13
presets: [
14
[
15
'classic',
0 commit comments