File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
9
9
/** @type {import('@docusaurus/types').Config } */
10
10
const config = {
11
11
title : 'RISC-V sandbox' ,
12
- tagline : 'Lib RISC-V is a simple, slim and complete sandbox that is highly embeddable and configurable' ,
12
+ tagline : 'libriscv is a simple, slim and complete sandbox that is highly embeddable and configurable' ,
13
13
favicon : 'img/logo.png' ,
14
14
15
15
// Set the production url of your site here
@@ -110,7 +110,7 @@ const config = {
110
110
] ,
111
111
} ,
112
112
] ,
113
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Lib RISC-V, Inc . Built with Docusaurus.` ,
113
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Alf-André Walla . Built with Docusaurus.` ,
114
114
} ,
115
115
prism : {
116
116
theme : prismThemes . github ,
You can’t perform that action at this time.
0 commit comments