@@ -8,21 +8,16 @@ import {themes as prismThemes} from 'prism-react-renderer';
8
8
9
9
/** @type {import('@docusaurus/types').Config } */
10
10
const config = {
11
- title : 'My Site ' ,
12
- tagline : 'Dinosaurs are cool ' ,
11
+ title : 'Devopsdays Website Docs ' ,
12
+ tagline : 'How to do All The Things with the devopsdays website ' ,
13
13
favicon : 'img/favicon.ico' ,
14
14
15
15
// Set the production url of your site here
16
- url : 'https://your-docusaurus-site.example.com ' ,
16
+ url : 'https://devopsdays-docs.netlify.app/ ' ,
17
17
// Set the /<baseUrl>/ pathname under which your site is served
18
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
19
baseUrl : '/' ,
20
20
21
- // GitHub pages deployment config.
22
- // If you aren't using GitHub pages, you don't need these.
23
- organizationName : 'facebook' , // Usually your GitHub org/user name.
24
- projectName : 'docusaurus' , // Usually your repo name.
25
-
26
21
onBrokenLinks : 'throw' ,
27
22
onBrokenMarkdownLinks : 'warn' ,
28
23
@@ -44,22 +39,7 @@ const config = {
44
39
// Please change this to your repo.
45
40
// Remove this to remove the "edit this page" links.
46
41
editUrl :
47
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
48
- } ,
49
- blog : {
50
- showReadingTime : true ,
51
- feedOptions : {
52
- type : [ 'rss' , 'atom' ] ,
53
- xslt : true ,
54
- } ,
55
- // Please change this to your repo.
56
- // Remove this to remove the "edit this page" links.
57
- editUrl :
58
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
59
- // Useful options to enforce blogging best practices
60
- onInlineTags : 'warn' ,
61
- onInlineAuthors : 'warn' ,
62
- onUntruncatedBlogPosts : 'warn' ,
42
+ 'https://github.com/devopsdays/devopsdays-docs/tree/main/packages/create-docusaurus/templates/shared/' ,
63
43
} ,
64
44
theme : {
65
45
customCss : './src/css/custom.css' ,
@@ -74,7 +54,7 @@ const config = {
74
54
// Replace with your project's social card
75
55
image : 'img/docusaurus-social-card.jpg' ,
76
56
navbar : {
77
- title : 'My Site ' ,
57
+ title : 'devopsdays web docs ' ,
78
58
logo : {
79
59
alt : 'My Site Logo' ,
80
60
src : 'img/logo.svg' ,
@@ -86,9 +66,8 @@ const config = {
86
66
position : 'left' ,
87
67
label : 'Tutorial' ,
88
68
} ,
89
- { to : '/blog' , label : 'Blog' , position : 'left' } ,
90
69
{
91
- href : 'https://github.com/facebook/docusaurus ' ,
70
+ href : 'https://github.com/devopsdays/devopsdays-web ' ,
92
71
label : 'GitHub' ,
93
72
position : 'right' ,
94
73
} ,
@@ -126,18 +105,14 @@ const config = {
126
105
{
127
106
title : 'More' ,
128
107
items : [
129
- {
130
- label : 'Blog' ,
131
- to : '/blog' ,
132
- } ,
133
108
{
134
109
label : 'GitHub' ,
135
- href : 'https://github.com/facebook/docusaurus ' ,
110
+ href : 'https://github.com/devopsdays/devopsdays-web ' ,
136
111
} ,
137
112
] ,
138
113
} ,
139
114
] ,
140
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc . Built with Docusaurus.` ,
115
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } DevOpsDays . Built with Docusaurus.` ,
141
116
} ,
142
117
prism : {
143
118
theme : prismThemes . github ,
0 commit comments