diff --git a/website/docs/public/horizontal-logo.svg b/website/docs/public/horizontal-logo.svg new file mode 100644 index 00000000..ca1eac2d --- /dev/null +++ b/website/docs/public/horizontal-logo.svg @@ -0,0 +1 @@ +Rstack CLI horizontal logo lockup. The claw logo is embedded from the original source without changes. \ No newline at end of file diff --git a/website/rstack.config.ts b/website/rstack.config.ts index 338cad02..aa78c750 100644 --- a/website/rstack.config.ts +++ b/website/rstack.config.ts @@ -22,7 +22,7 @@ define.doc(async () => { root: path.join(import.meta.dirname, 'docs'), title, icon: 'https://assets.rspack.rs/rspack/rspack-claw-logo.svg', - logoText: title, + logo: '/horizontal-logo.svg', description, lang: 'en', llms: true, diff --git a/website/theme/index.scss b/website/theme/index.scss index e9b4f959..9fde95d7 100644 --- a/website/theme/index.scss +++ b/website/theme/index.scss @@ -13,6 +13,10 @@ } } +.rspress-logo { + height: 1.8rem; +} + .rp-doc { .rp-link, .rp-link code {