From 1b6fc3a06fc7bc96b3bd7c67dd2760cb44bc0dd2 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 20:22:51 +0300 Subject: [PATCH 01/18] fix double style custom.css --- docs/src/css/custom.css | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index c41961437a4..db5abf80907 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -156,7 +156,7 @@ } [data-theme="light"] h1, [data-theme="light"] h2 { - color: #321E4C; + color: #321E4C; } [data-theme="light"] h3, [data-theme="light"] h4, [data-theme="light"] h5, [data-theme="light"] h6 { @@ -200,6 +200,8 @@ html[data-theme="dark"] .sidebar-divider { text-transform: uppercase; font-weight: 600; color: var(--ifm-color-gray-600); + padding: 0.2rem 0.2rem; + margin-top: 0.2rem; } html[data-theme="dark"] .sidebar-divider { @@ -272,14 +274,6 @@ html[data-theme="dark"] .sidebar-divider { background: url('../../static/img/logos/github_dark_mode.svg') no-repeat; } -.dropdown-subtitle { - display: block; - padding: 0.5rem 1rem; - font-weight: bold; - color: var(--ifm-color-primary); - font-size: 0.9rem; -} - .github-item { display: flex; align-items: center; @@ -327,16 +321,6 @@ html[data-theme="dark"] .sidebar-divider { font-size: 0.9rem; } -.twitter-item { - display: flex; - align-items: center; -} - -.navbar .dropdown__link::after { - content: '\2197'; - margin-left: 5px; -} - .navbar .dropdown__link.no-external-icon::after { content: none; } @@ -345,11 +329,6 @@ html[data-theme="dark"] .sidebar-divider { background-color: var(--ifm-color-emphasis-200); } -.sidebar-title { - padding: 0.2rem 0.2rem; - margin-top: 0.2rem; -} - .card-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); @@ -395,4 +374,4 @@ html[data-theme="dark"] .sidebar-divider { font-size: 0.9rem; color: var(--ifm-color-primary); text-decoration: none; -} \ No newline at end of file +} From df62dfee4a49a1da21124eab062d1b8e662d50a4 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:56:31 +0300 Subject: [PATCH 02/18] typo index.mdx --- noir/noir-repo/docs/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/docs/index.mdx b/noir/noir-repo/docs/docs/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/docs/index.mdx +++ b/noir/noir-repo/docs/docs/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 4a2a0bb4e6142a76e0b92f4b755183fce2ec9220 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:56:59 +0300 Subject: [PATCH 03/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.32.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.32.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.32.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.32.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.32.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 88bff3f8e0f9d65a44e48e22d7863c6597ce2f80 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:57:17 +0300 Subject: [PATCH 04/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.33.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.33.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.33.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.33.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.33.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 64832631c7764e992d85553572cf7c4eb0f99674 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:57:33 +0300 Subject: [PATCH 05/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.34.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.34.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.34.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.34.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.34.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 826c59e7e8e4922451daf53d184fa7ddf8ec5d84 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:57:52 +0300 Subject: [PATCH 06/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.35.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.35.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.35.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.35.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.35.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 98d1ac2b31c552f7b93071669f18fff3e77396ec Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:58:08 +0300 Subject: [PATCH 07/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.36.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.36.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.36.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.36.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.36.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 425b75748f20d6426770e58e33a13cb86e9cf379 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:58:27 +0300 Subject: [PATCH 08/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.37.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.37.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.37.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.37.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.37.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From fadec813f4a2244b619c9659b077bb6c018ce7b1 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:58:40 +0300 Subject: [PATCH 09/18] Update index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.38.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.38.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.38.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.38.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.38.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 9e418eb52e2276d0245a929ad18fcfa93d0bd9d4 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 22:59:02 +0300 Subject: [PATCH 10/18] typo index.mdx --- noir/noir-repo/docs/versioned_docs/version-v0.39.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.39.0/index.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.39.0/index.mdx index a6bd306f91d..9ed9662b0b9 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.39.0/index.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.39.0/index.mdx @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones, Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library. - Soliditry Verifier Example + Solidity Verifier Example Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/) From 9e634777aca504a894ccbb5412b90df6c9fb50ee Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:00:12 +0300 Subject: [PATCH 11/18] typo using-devcontainers.mdx --- noir/noir-repo/docs/docs/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/docs/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/docs/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/docs/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/docs/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From 6b7959841cf878bc242002c59340ae16f50f68cb Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:00:42 +0300 Subject: [PATCH 12/18] typo using-devcontainers.mdx --- .../version-v0.32.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.32.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.32.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.32.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.32.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From e0406035476d3ceb7b958eec723a33ce0ba64e00 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:01:08 +0300 Subject: [PATCH 13/18] typo using-devcontainers.mdx --- .../version-v0.33.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.33.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.33.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.33.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.33.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From 7f9ac58900d051ac6250c86a31a31c8f3794faef Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:01:38 +0300 Subject: [PATCH 14/18] typo using-devcontainers.mdx --- .../version-v0.34.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.34.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.34.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.34.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.34.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From 98b4118339242134de5b17c1191d25ef7deb30e0 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:02:20 +0300 Subject: [PATCH 15/18] typo using-devcontainers.mdx --- .../version-v0.36.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.36.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.36.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.36.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.36.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From ee9ade2e20eea997ff15ffdc919f0aa9f92485ca Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:02:49 +0300 Subject: [PATCH 16/18] typo using-devcontainers.mdx --- .../version-v0.37.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.37.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.37.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.37.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.37.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From 69a00d9b908d089c3f05b708292eb113bb36add6 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:03:11 +0300 Subject: [PATCH 17/18] typo using-devcontainers.mdx --- .../version-v0.38.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.38.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.38.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.38.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.38.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info From 8a6ca9b963c662964ade95eabef051a6a5671718 Mon Sep 17 00:00:00 2001 From: dramarereg Date: Fri, 22 Nov 2024 23:03:50 +0300 Subject: [PATCH 18/18] typo using-devcontainers.mdx --- .../version-v0.39.0/how_to/using-devcontainers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo/docs/versioned_docs/version-v0.39.0/how_to/using-devcontainers.mdx b/noir/noir-repo/docs/versioned_docs/version-v0.39.0/how_to/using-devcontainers.mdx index 727ec6ca667..a8ca40a7f53 100644 --- a/noir/noir-repo/docs/versioned_docs/version-v0.39.0/how_to/using-devcontainers.mdx +++ b/noir/noir-repo/docs/versioned_docs/version-v0.39.0/how_to/using-devcontainers.mdx @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a - You can start coding Noir in less than a minute - It uses the resources of a remote machine, so you can code on your grandma's phone if needed be -- It makes it easy to share work with your frens +- It makes it easy to share work with your friends - It's fully reusable, you can stop and restart whenever you need to :::info