Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit a7d6e43

Browse files
committed
fill in config with prod values
1 parent f9c977c commit a7d6e43

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

docusaurus.config.ts

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
import {themes as prismThemes} from 'prism-react-renderer';
2-
import type {Config} from '@docusaurus/types';
31
import type * as Preset from '@docusaurus/preset-classic';
2+
import type { Config } from '@docusaurus/types';
3+
import { themes as prismThemes } from 'prism-react-renderer';
44
import tailwindPlugin from './plugins/tailwind-config.cjs';
55

66
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
77

88
const config: Config = {
9-
title: 'Polyproto',
9+
title: 'polyproto',
1010
tagline: 'A Refreshingly simple decentralised chat plataform',
1111
favicon: 'img/logo.svg',
1212

1313
// Set the production url of your site here
14-
url: 'https://your-docusaurus-site.example.com',
14+
url: 'https://polyproto.org',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
1717
baseUrl: '/',
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.
21-
organizationName: 'facebook', // Usually your GitHub org/user name.
22-
projectName: 'docusaurus', // Usually your repo name.
21+
organizationName: 'polyphony-chat', // Usually your GitHub org/user name.
22+
projectName: 'polyproto-dot-org', // Usually your repo name.
2323

2424
onBrokenLinks: 'throw',
2525
onBrokenMarkdownLinks: 'warn',
@@ -87,10 +87,6 @@ const config: Config = {
8787
label: 'Documentation',
8888
to: '/docs/intro',
8989
},
90-
{
91-
label: 'Ask a Question on the Forum',
92-
to: '/docs/intro',
93-
},
9490
{
9591
label: 'See a bug? File an issue!',
9692
to: 'https://github.com/polyphony-chat/polyproto-rs/issues',
@@ -106,12 +102,8 @@ const config: Config = {
106102
},
107103
{
108104
label: 'Discord',
109-
href: 'https://discordapp.com/invite/docusaurus',
110-
},
111-
{
112-
label: 'Mastodon',
113-
href: 'https://x.com/docusaurus',
114-
},
105+
href: 'https://discord.com/invite/m3FpcapGDD',
106+
}
115107
],
116108
},
117109
],

0 commit comments

Comments
 (0)