Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Update branding #6759

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ sidebar_position: 0

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<img src={require("@site/static/img/logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl';

<ThemedImage
sources={{
light: useBaseUrl("/img/logoDark.png"),
dark: useBaseUrl("/img/logo.png"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Noir Logo"
/>

Noir is an open-source Domain-Specific Language for safe and seamless construction of privacy-preserving Zero-Knowledge programs, requiring no previous knowledge on the underlying mathematics or cryptography.

Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export default {
navbar: {
logo: {
alt: 'Noir Logo',
src: 'img/logo.svg',
srcDark: 'img/logoDark.svg',
src: 'img/logoDark.svg',
srcDark: 'img/logo.svg',
href: '/',
},
items: [
Expand Down
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
Binary file modified docs/static/img/homepage_header_pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 14 additions & 29 deletions docs/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/logoDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 13 additions & 29 deletions docs/static/img/logoDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions docs/versioned_docs/version-v0.36.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ sidebar_position: 0

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<img src={require("@site/static/img/logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl';

<ThemedImage
sources={{
light: useBaseUrl("/img/logoDark.png"),
dark: useBaseUrl("/img/logo.png"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Noir Logo"
/>

Noir is an open-source Domain-Specific Language for safe and seamless construction of privacy-preserving Zero-Knowledge programs, requiring no previous knowledge on the underlying mathematics or cryptography.

Expand Down
13 changes: 11 additions & 2 deletions docs/versioned_docs/version-v0.37.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ sidebar_position: 0

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<img src={require("@site/static/img/logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl';

<ThemedImage
sources={{
light: useBaseUrl("/img/logoDark.png"),
dark: useBaseUrl("/img/logo.png"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Noir Logo"
/>

Noir is an open-source Domain-Specific Language for safe and seamless construction of privacy-preserving Zero-Knowledge programs, requiring no previous knowledge on the underlying mathematics or cryptography.

Expand Down
13 changes: 11 additions & 2 deletions docs/versioned_docs/version-v0.38.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ sidebar_position: 0

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<img src={require("@site/static/img/logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl';

<ThemedImage
sources={{
light: useBaseUrl("/img/logoDark.png"),
dark: useBaseUrl("/img/logo.png"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Noir Logo"
/>

Noir is an open-source Domain-Specific Language for safe and seamless construction of privacy-preserving Zero-Knowledge programs, requiring no previous knowledge on the underlying mathematics or cryptography.

Expand Down
13 changes: 11 additions & 2 deletions docs/versioned_docs/version-v0.39.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ sidebar_position: 0

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<img src={require("@site/static/img/logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl';

<ThemedImage
sources={{
light: useBaseUrl("/img/logoDark.png"),
dark: useBaseUrl("/img/logo.png"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Noir Logo"
/>

Noir is an open-source Domain-Specific Language for safe and seamless construction of privacy-preserving Zero-Knowledge programs, requiring no previous knowledge on the underlying mathematics or cryptography.

Expand Down
13 changes: 11 additions & 2 deletions docs/versioned_docs/version-v1.0.0-beta.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ sidebar_position: 0

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<img src={require("@site/static/img/logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
import ThemedImage from '@theme/ThemedImage';
import useBaseUrl from '@docusaurus/useBaseUrl';

<ThemedImage
sources={{
light: useBaseUrl("/img/logoDark.png"),
dark: useBaseUrl("/img/logo.png"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Noir Logo"
/>

Noir is an open-source Domain-Specific Language for safe and seamless construction of privacy-preserving Zero-Knowledge programs, requiring no previous knowledge on the underlying mathematics or cryptography.

Expand Down
Binary file modified noir-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading