Skip to content

Commit 3282324

Browse files
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 <[email protected]>
1 parent 99dd975 commit 3282324

File tree

15 files changed

+10141
-153
lines changed

15 files changed

+10141
-153
lines changed

frontend/docs/.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"singleQuote": false,
3+
"trailingComma": "all",
4+
"semi": true
5+
}

frontend/docs/components/code/CodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const CodeBlock = ({ source, target }: CodeRendererProps) => {
3434

3535
return (
3636
<>
37-
<div className="z-10 bg-background flex flex-row gap-4 justify-between items-center pl-2 mb-2">
37+
<div className="z-10 flex flex-row gap-4 justify-between items-center pl-2 mb-2">
3838
<div className="flex flex-row gap-2">
3939
{source.githubUrl && (
4040
<a

0 commit comments

Comments
 (0)