Skip to content

Commit dad8599

Browse files
committed
Update docusaurus.config.js
1 parent 265307b commit dad8599

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docusaurus.config.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import redirectsConfig from './docusaurus.redirects.config.js';
1010

1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
13-
title: 'Rossum.ai University',
14-
tagline: 'Build something cool with Rossum.ai',
13+
title: 'Unofficial Rossum.ai University',
14+
tagline: 'Build something cool with Rossum.ai and @mrtnzlml',
1515
favicon: 'img/128-blue-crunch.png',
1616

1717
// Set the production url of your site here
18-
url: 'https://rossum.university',
18+
url: 'https://mrtnzlml.github.io/rossum.university/',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
2121
baseUrl: '/rossum.university/',
@@ -49,7 +49,7 @@ const config = {
4949
docs: {
5050
// Will be passed to @docusaurus/plugin-content-docs (false to disable)
5151
sidebarPath: './sidebars.js',
52-
editUrl: 'https://github.com/rossumai/university/tree/master/',
52+
editUrl: 'https://github.com/mrtnzlml/rossum.university/tree/master/',
5353
},
5454
blog: false,
5555
theme: {
@@ -69,7 +69,7 @@ const config = {
6969
({
7070
image: 'img/og_image.png',
7171
navbar: {
72-
title: 'Rossum.ai University',
72+
title: 'Unofficial Rossum.ai University',
7373
logo: {
7474
alt: 'Rossum.ai Logo',
7575
src: 'img/128-blue-crunch.png',
@@ -155,14 +155,13 @@ const config = {
155155
// ],
156156
// },
157157
],
158-
copyright: `Copyright © ${new Date().getFullYear()} Rossum.ai`,
158+
copyright: `By @mrtnzlml with ❤️`,
159+
},
160+
announcementBar: {
161+
content: 'This is an unofficial documentation of the Rossum.ai platform. Are you looking for <a href="https://knowledge-base.rossum.ai/">https://knowledge-base.rossum.ai/</a>?',
162+
backgroundColor: '#e6a700',
163+
isCloseable: false,
159164
},
160-
// announcementBar: {
161-
// content:
162-
// '🚧 Work in progress. <strong>Leave <a href="https://github.com/rossumai/university/discussions" target="_blank">your feedback</a></strong>. 🚧',
163-
// backgroundColor: '#fff8e6',
164-
// isCloseable: false,
165-
// },
166165
prism: {
167166
theme: prismThemes.github,
168167
darkTheme: prismThemes.dracula,

0 commit comments

Comments
 (0)