Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit efa6a9a

Browse files
Revert "Nil initial"
1 parent 9d89e08 commit efa6a9a

File tree

13 files changed

+14
-333
lines changed

13 files changed

+14
-333
lines changed

.vscode/settings.json

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
{
44
"language": "mdx",
55
"scheme": "file"
6-
},
7-
{
8-
"language": "markdown",
9-
"scheme": "file"
106
}
117
]
128
}

docusaurus.config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ const config = {
8282
[
8383
'@docusaurus/plugin-content-docs',
8484
{
85-
id: 'nil',
86-
path: 'nil',
87-
routeBasePath: 'nil',
88-
sidebarPath: './sidebar-nil.js'
85+
id: 'zksharding',
86+
path: 'zksharding',
87+
routeBasePath: 'zksharding',
88+
sidebarPath: './sidebars.js'
8989
}
9090
],
9191
],
@@ -126,8 +126,8 @@ const config = {
126126
},
127127
{
128128
position: 'left',
129-
label: '=nil;',
130-
to: '/nil/intro'
129+
label: 'zkSharding',
130+
to: 'https://nil.foundation/blog/post/nil_zkSharding'
131131
},
132132
{
133133
position: 'left',

nil/intro.mdx

-36
This file was deleted.

nil/principles.mdx

Whitespace-only changes.

nil/thesis.mdx

-46
This file was deleted.

sidebar-nil.js

-28
This file was deleted.

src/components/CardSection/index.tsx

-80
This file was deleted.

src/components/HomepageFeatures/index.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ const ProductsList =
3131
image: zkSharding,
3232
description: (
3333
<>
34-
<p>=nil; is a sharded blockchain that resolves Ethereum scalability issues via zkSharding.</p>
35-
<p>=nil; aims to achieve global scale without state, liquidity or user fragmentation.</p>
34+
<p>=nil; zkSharding is the first Ethereum zkRollup with sharding — an alternative to the current Ethereum scalability ecosystem.</p>
35+
<p>The unique combination of zkRollup and sharding enables secure and parallel transaction execution across dedicated shards while maintaining Ethereum's economic security and providing application developers with full composability and transparent data access.</p>
3636
<p><a href="https://nil.foundation/blog/post/nil_zkSharding">https://nil.foundation/blog/post/nil_zkSharding</a></p>
37-
<p>Documentation, tutorials and recipes for application developers, proof producers, and validators.</p>
3837
</>
3938
),
4039
},
@@ -96,7 +95,7 @@ export default function HomepageNilProducts() {
9695
<div className={'row' + ' ' + styles.rowFlex}>
9796
<div className='col col-6'>
9897
<div id='zk-sharding-docs'>
99-
<NilProduct image={ProductsList[2].image} description={ProductsList[2].description} onDocsClick={GoToDocs("/nil/intro")}></NilProduct>
98+
<NilProduct image={ProductsList[2].image} description={ProductsList[2].description} onDocsClick={GoToDocs("https://nil.foundation/blog/post/nil_zkSharding")}></NilProduct>
10099
</div>
101100
</div>
102101
<div className='col col-6'>

0 commit comments

Comments
 (0)