Docs: Brand alignment (#2485)

* Add local docs prettier rc

* prettier config

* Add logo + proper color setup

* rm svg ratio

* py version

* Add fonts + fix nextra theming tasks, borders, codeblocks

* push pnpm-lock

* remove nextra.css

* fix: docs cmd

* favicon

---------

Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
This commit is contained in:
Sebastian Graz
2025-11-05 20:14:25 +01:00
committed by GitHub
parent 99dd975ab2
commit 32823244c9
15 changed files with 10140 additions and 152 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const CodeBlock = ({ source, target }: CodeRendererProps) => {
return (
<>
<div className="z-10 bg-background flex flex-row gap-4 justify-between items-center pl-2 mb-2">
<div className="z-10 flex flex-row gap-4 justify-between items-center pl-2 mb-2">
<div className="flex flex-row gap-2">
{source.githubUrl && (
<a