Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffdcfe6

Browse files
JameStarkstoobie
andauthoredAug 15, 2023
Deploy new nav (#742)
* Update introduction.adoc (#734) * Update introduction.adoc (#733) Co-authored-by: JameStark <[email protected]> * docs: docs 2.0 (#617) Docs nav restructure --------- Co-authored-by: Steve Goodman <[email protected]>
1 parent e764a5e commit ffdcfe6

File tree

71 files changed

+1273
-1328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1273
-1328
lines changed
 

‎components/Starknet/antora.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: documentation
22
version: ~
33
title: Starknet
44
nav:
5-
- modules/ROOT/nav.adoc # What is Starknet (temporary landing page)
5+
- modules/ROOT/nav.adoc # Home
6+
- modules/quick_start/nav.adoc # Quick start
67
- modules/starknet_versions/nav.adoc # What is Starknet (temporary landing page)
7-
- modules/architecture_and_concepts/nav.adoc # Developing on Starknet
8-
- modules/getting_started/nav.adoc # Hello Starknet tutorial
9-
- modules/tools/nav.adoc # Network tools
10-
- modules/useful_info/nav.adoc # Useful Info
11-
- modules/end_of_life_and_deprecated_features/nav.adoc # eol
8+
- modules/architecture_and_concepts/nav.adoc # Architecture and concepts
9+
- modules/cairo/nav.adoc # Smart contract reference
10+
- modules/cli/nav.adoc # Starknet CLI
11+
# - modules/api/nav.adoc # API reference
12+
- modules/tools/nav.adoc # Developer tools and resources
13+
# - modules/contribute/nav.adoc # Contribute

‎components/Starknet/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="overview"]
2-
= Introduction
2+
= Overview
33

44
Starknet is a permissionless decentralized Validity-Rollup (also known as a _ZK-Rollup_). It operates as an L2 network over Ethereum, enabling any dApp to achieve unlimited scale for its computation – without compromising Ethereum’s composability and security – thanks to Starknet’s reliance on the safest and most scalable cryptographic proof system: STARK.
55

0 commit comments

Comments
 (0)
Please sign in to comment.