Skip to content

Commit

Permalink
chore(docs): Update branding (#6759)
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Dec 10, 2024
1 parent f45b354 commit 0ba3e85
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 72 deletions.
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.

0 comments on commit 0ba3e85

Please sign in to comment.