docs: update website logo
parent
3d2b4002f8
commit
170b7384bf
|
|
@ -32,6 +32,16 @@ const config = {
|
||||||
locales: ['en'],
|
locales: ['en'],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
headTags: [
|
||||||
|
{
|
||||||
|
tagName: 'link',
|
||||||
|
attributes: {
|
||||||
|
href: 'https://fonts.googleapis.com/css?family=Azeret Mono',
|
||||||
|
rel: 'stylesheet'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'docusaurus-preset-openapi',
|
'docusaurus-preset-openapi',
|
||||||
|
|
@ -65,8 +75,7 @@ const config = {
|
||||||
({
|
({
|
||||||
image: 'img/tabby-social-card.png',
|
image: 'img/tabby-social-card.png',
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Tabby',
|
logo: {
|
||||||
logo: {
|
|
||||||
alt: 'Tabby',
|
alt: 'Tabby',
|
||||||
src: 'img/logo.png',
|
src: 'img/logo.png',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -83,3 +83,11 @@
|
||||||
.Playground .monaco-editor {
|
.Playground .monaco-editor {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar__logo {
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero__title {
|
||||||
|
font-family: 'Azeret Mono';
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e1b1a7f384900adf856c42551b6792f161afcdddac6f27c56c7b393e6ccc93b5
|
oid sha256:39353dcf87494d749240d826fb90a87278231f9636da674ce0e7407c5196b713
|
||||||
size 237482
|
size 46528
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue