@@ -8,18 +8,18 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
8
const config = {
9
9
title : 'PeerBrain' ,
10
10
tagline : 'A decentralized peer to peer social network.' ,
11
- favicon : 'img/favicon.ico ' ,
11
+ favicon : 'https://avatars.githubusercontent.com/u/130631164 ' ,
12
12
13
13
// Set the production url of your site here
14
- url : 'https://your-docusaurus-test-site.com ' ,
14
+ url : 'https://docs.peerbrain.net ' ,
15
15
// Set the /<baseUrl>/ pathname under which your site is served
16
16
// For GitHub pages deployment, it is often '/<projectName>/'
17
17
baseUrl : '/' ,
18
18
19
19
// GitHub pages deployment config.
20
20
// 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.
23
23
24
24
onBrokenLinks : 'throw' ,
25
25
onBrokenMarkdownLinks : 'warn' ,
@@ -42,14 +42,14 @@ const config = {
42
42
// Please change this to your repo.
43
43
// Remove this to remove the "edit this page" links.
44
44
editUrl :
45
- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
45
+ 'https://github.com/peerbrain/docs /tree/main/' ,
46
46
} ,
47
47
blog : {
48
48
showReadingTime : true ,
49
49
// Please change this to your repo.
50
50
// Remove this to remove the "edit this page" links.
51
51
editUrl :
52
- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
52
+ 'https://github.com/peerbrain/docs /tree/main/' ,
53
53
} ,
54
54
theme : {
55
55
customCss : require . resolve ( './src/css/custom.css' ) ,
@@ -67,17 +67,17 @@ const config = {
67
67
title : 'PeerBrain' ,
68
68
logo : {
69
69
alt : 'PeerBrain Logo' ,
70
- src : 'img/logo.svg ' ,
70
+ src : 'https://avatars.githubusercontent.com/u/130631164 ' ,
71
71
} ,
72
72
items : [
73
73
{
74
74
type : 'docSidebar' ,
75
75
sidebarId : 'tutorialSidebar' ,
76
76
position : 'left' ,
77
- label : 'Tutorial ' ,
77
+ label : 'Docs ' ,
78
78
} ,
79
79
{
80
- href : 'https://github.com/facebook/docusaurus ' ,
80
+ href : 'https://github.com/peerbrain ' ,
81
81
label : 'GitHub' ,
82
82
position : 'right' ,
83
83
} ,
@@ -90,25 +90,21 @@ const config = {
90
90
title : 'Docs' ,
91
91
items : [
92
92
{
93
- label : 'Tutorial ' ,
93
+ label : 'Get Started ' ,
94
94
to : '/docs/intro' ,
95
95
} ,
96
96
] ,
97
97
} ,
98
98
{
99
99
title : 'Community' ,
100
100
items : [
101
- {
102
- label : 'Stack Overflow' ,
103
- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
104
- } ,
105
101
{
106
102
label : 'Discord' ,
107
- href : 'https://discordapp.com/invite/docusaurus ' ,
103
+ href : 'https://discordapp.com/invite/Cn7jWhTckP ' ,
108
104
} ,
109
105
{
110
- label : 'Twitter ' ,
111
- href : 'https://twitter .com/docusaurus ' ,
106
+ label : 'GitHub ' ,
107
+ href : 'https://github .com/peerbrain ' ,
112
108
} ,
113
109
] ,
114
110
} ,
@@ -120,13 +116,13 @@ const config = {
120
116
to : '/blog' ,
121
117
} ,
122
118
{
123
- label : 'GitHub ' ,
124
- href : 'https://github.com/facebook/docusaurus' ,
125
- } ,
119
+ label : 'Status ' ,
120
+ href : 'https://status.peerbrain.net'
121
+ }
126
122
] ,
127
123
} ,
128
124
] ,
129
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc. Built with Docusaurus .` ,
125
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } PeerBrain .` ,
130
126
} ,
131
127
prism : {
132
128
theme : lightCodeTheme ,
0 commit comments