add navbar
This commit is contained in:
parent
bccb5a8a3b
commit
1e8e218da1
1 changed files with 15 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ module.exports = {
|
|||
baseUrl : '/',
|
||||
staticDirectories: ['./docs/static/'],
|
||||
// ...
|
||||
plugins: [require.resolve('docusaurus-lunr-search')],
|
||||
presets: [
|
||||
[
|
||||
'@docusaurus/preset-classic',
|
||||
|
|
@ -24,4 +25,18 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
],
|
||||
|
||||
themeConfig:{
|
||||
navbar:{
|
||||
title: "Grid.Space Docs",
|
||||
logo: {
|
||||
alt: "Grid.Space Logo",
|
||||
src: "img/gs-logo.png",
|
||||
href: "https://docs.grid.space",
|
||||
width: 32,
|
||||
height:32,
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue