Skip to content

Commit 569163a

Browse files
committed
update
1 parent 8b23d91 commit 569163a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { themes as prismThemes } from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
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',
1313
favicon: 'img/triangle-crunch.png',
1414

1515
// Set the production url of your site here
@@ -75,7 +75,7 @@ const config = {
7575
({
7676
image: 'img/og_image.png',
7777
navbar: {
78-
title: 'The Solution Architect\'s Handbook',
78+
title: "The Solution Architect's Handbook",
7979
logo: {
8080
alt: 'Rossum.ai Logo',
8181
src: 'img/triangle-crunch.png',
@@ -146,11 +146,11 @@ const config = {
146146
],
147147
copyright: `By @mrtnzlml with ❤️`,
148148
},
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>',
151+
// backgroundColor: '#e6a700',
152+
// isCloseable: false,
153+
// },
154154
prism: {
155155
theme: prismThemes.github,
156156
darkTheme: prismThemes.dracula,

0 commit comments

Comments
 (0)