Update docs: change image width (#256)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
Carson Yang
2023-09-05 20:51:50 +08:00
committed by GitHub
parent cd455b2a79
commit 1ba3d72a8a
8 changed files with 114 additions and 60 deletions

View File

@@ -48,12 +48,13 @@ defaultContentLanguage = 'zh-cn'
google_fonts = [
["Inter", "300, 400, 600, 700"],
["Fira Code", "500, 700"]
["Fira Code", "500, 700"],
["JetBrains Mono", "500, 700"]
]
sans_serif_font = "Inter" # Default is System font
secondary_font = "Inter" # Default is System font
mono_font = "Fira Code" # Default is System font
mono_font = "JetBrains Mono" # Default is System font
[params.footer]
copyright = "© :YEAR: the FastGPT Authors."