1- import { themes as prismThemes } from 'prism-react-renderer' ;
2- import type { Config } from '@docusaurus/types' ;
31import type * as Preset from '@docusaurus/preset-classic' ;
2+ import type { Config } from '@docusaurus/types' ;
3+ import { themes as prismThemes } from 'prism-react-renderer' ;
44import tailwindPlugin from './plugins/tailwind-config.cjs' ;
55
66// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
77
88const 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