@@ -8,18 +8,18 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88const config = {
99 title : 'PeerBrain' ,
1010 tagline : 'A decentralized peer to peer social network.' ,
11- favicon : 'img/favicon.ico ' ,
11+ favicon : 'https://avatars.githubusercontent.com/u/130631164 ' ,
1212
1313 // Set the production url of your site here
14- url : 'https://your-docusaurus-test-site.com ' ,
14+ url : 'https://docs.peerbrain.net ' ,
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 : 'peerbrain ' , // Usually your GitHub org/user name.
22+ projectName : 'docs ' , // Usually your repo name.
2323
2424 onBrokenLinks : 'throw' ,
2525 onBrokenMarkdownLinks : 'warn' ,
@@ -42,14 +42,14 @@ const config = {
4242 // Please change this to your repo.
4343 // Remove this to remove the "edit this page" links.
4444 editUrl :
45- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
45+ 'https://github.com/peerbrain/docs /tree/main/' ,
4646 } ,
4747 blog : {
4848 showReadingTime : true ,
4949 // Please change this to your repo.
5050 // Remove this to remove the "edit this page" links.
5151 editUrl :
52- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
52+ 'https://github.com/peerbrain/docs /tree/main/' ,
5353 } ,
5454 theme : {
5555 customCss : require . resolve ( './src/css/custom.css' ) ,
@@ -67,17 +67,17 @@ const config = {
6767 title : 'PeerBrain' ,
6868 logo : {
6969 alt : 'PeerBrain Logo' ,
70- src : 'img/logo.svg ' ,
70+ src : 'https://avatars.githubusercontent.com/u/130631164 ' ,
7171 } ,
7272 items : [
7373 {
7474 type : 'docSidebar' ,
7575 sidebarId : 'tutorialSidebar' ,
7676 position : 'left' ,
77- label : 'Tutorial ' ,
77+ label : 'Docs ' ,
7878 } ,
7979 {
80- href : 'https://github.com/facebook/docusaurus ' ,
80+ href : 'https://github.com/peerbrain ' ,
8181 label : 'GitHub' ,
8282 position : 'right' ,
8383 } ,
@@ -90,25 +90,21 @@ const config = {
9090 title : 'Docs' ,
9191 items : [
9292 {
93- label : 'Tutorial ' ,
93+ label : 'Get Started ' ,
9494 to : '/docs/intro' ,
9595 } ,
9696 ] ,
9797 } ,
9898 {
9999 title : 'Community' ,
100100 items : [
101- {
102- label : 'Stack Overflow' ,
103- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
104- } ,
105101 {
106102 label : 'Discord' ,
107- href : 'https://discordapp.com/invite/docusaurus ' ,
103+ href : 'https://discordapp.com/invite/Cn7jWhTckP ' ,
108104 } ,
109105 {
110- label : 'Twitter ' ,
111- href : 'https://twitter .com/docusaurus ' ,
106+ label : 'GitHub ' ,
107+ href : 'https://github .com/peerbrain ' ,
112108 } ,
113109 ] ,
114110 } ,
@@ -120,13 +116,13 @@ const config = {
120116 to : '/blog' ,
121117 } ,
122118 {
123- label : 'GitHub ' ,
124- href : 'https://github.com/facebook/docusaurus' ,
125- } ,
119+ label : 'Status ' ,
120+ href : 'https://status.peerbrain.net'
121+ }
126122 ] ,
127123 } ,
128124 ] ,
129- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc. Built with Docusaurus .` ,
125+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } PeerBrain .` ,
130126 } ,
131127 prism : {
132128 theme : lightCodeTheme ,
0 commit comments