You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ import { themes as prismThemes } from 'prism-react-renderer';
8
8
9
9
/** @type {import('@docusaurus/types').Config} */
10
10
constconfig={
11
-
title: 'The Solution Architect\'s Handbook',
12
-
tagline: 'Build something cool with Rossum.ai and @mrtnzlml',
11
+
title: "The Solution Architect's Handbook",
12
+
tagline: 'Learn how to use Rossum.ai from a Solution Architect',
13
13
favicon: 'img/triangle-crunch.png',
14
14
15
15
// Set the production url of your site here
@@ -75,7 +75,7 @@ const config = {
75
75
({
76
76
image: 'img/og_image.png',
77
77
navbar: {
78
-
title: 'The Solution Architect\'s Handbook',
78
+
title: "The Solution Architect's Handbook",
79
79
logo: {
80
80
alt: 'Rossum.ai Logo',
81
81
src: 'img/triangle-crunch.png',
@@ -146,11 +146,11 @@ const config = {
146
146
],
147
147
copyright: `By @mrtnzlml with ❤️`,
148
148
},
149
-
announcementBar: {
150
-
content: 'Looking for an official documentation of the Rossum.ai platform? Try this: <a href="https://knowledge-base.rossum.ai/">https://knowledge-base.rossum.ai/</a>',
151
-
backgroundColor: '#e6a700',
152
-
isCloseable: false,
153
-
},
149
+
// announcementBar: {
150
+
// content: 'Looking for an official documentation of the Rossum.ai platform? Try this: <a href="https://knowledge-base.rossum.ai/">https://knowledge-base.rossum.ai/</a>',
0 commit comments