Skip to content

Commit 5af69fc

Browse files
committed
fix release notes page
1 parent e0fe280 commit 5af69fc

Some content is hidden

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

52 files changed

+152
-1769
lines changed

docs/3-write-ten-dapp/1-high-level-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
# High level concepts
5+
# High Level Concepts
66

77
Below are the core concepts that make TEN unique while maintaining complete compatibility with existing Ethereum tooling and workflows.
88

docs/3-write-ten-dapp/2-setup-dev-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 2
33
---
4-
# Set up development environment
4+
# Set up Development Environment
55

66
## 1. Wallet Setup & Configuration
77

docs/3-write-ten-dapp/3-migration.md renamed to docs/3-write-ten-dapp/3-network-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 3
33
---
44

5-
# Migrate your dApp to TEN
5+
# Network Configuration
66

77
Migrating to TEN enables your dApp to leverage "Programmable Encryption". Below are steps to help you transition smoothly.
88

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Smart Contract Features",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}

docs/3-write-ten-dapp/6-session-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ As a game developer, you are responsible to keep track of the balance of the SK.
4646
If the SK runs out of balance, you have to ask the user to move more funds to the SK.
4747

4848

49-
### Managing Session Keys @TODO Ziga to update
49+
### Managing Session Keys
5050

5151
TEN provides additional RPC endpoints for managing session keys:
5252

docs/3-write-ten-dapp/8-bridging.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sidebar_position: 8
33
---
44
# Cross-chain bridging
55

6-
TODO Stefan to review
7-
86
The TEN Bridge project aims to facilitate the seamless transfer of assets between the Ethereum blockchain and the TEN blockchain. This documentation provides an overview of the project, its purpose, supported tokens, and usage instructions.
97

108
## Purpose

docs/3-write-ten-dapp/9-testnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar_position: 9
44

55
# Testnet
66

7-
**TODO** Update with new sepolia links after mainnet deployment
8-
97
TEN Sepolia is our testnet that replicates the capabilities of the TEN Mainnet network. Linked to the Sepolia testnet, you can authenticate with the testnet TEN gateway, use the TEN faucet, and develop and deploy dApps for testing.
108

119
## TEN Gateway

docs/4-run-ten-node/running-a-node.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sidebar_position: 4
33
---
44
# Running a TEN Validator Node on Azure
55

6-
# TODO Krish to redo for K8s
7-
86
Use arbitrum docs as a benchmark for detail required https://docs.arbitrum.io/run-arbitrum-node/overview
97

108
This guide provides detailed instructions to set up and manage a TEN Validator Node on Azure using Terraform and Ansible. Due to TEN’s use of SGX architecture and cloud-specific security assurances, all current deployments are limited to cloud infrastructure to mitigate risks associated with physical attacks. A proof-of-cloud assertion, provided by TEN, certifies the security and reliability of each validator node running in the cloud.

docs/ReleaseNotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_label: Release Notes
3+
title: Release Notes
4+
5+
---
6+
7+
import ReleaseNotesList from '@site/src/components/ReleaseNotes/ReleaseNotesList';
8+
9+
<ReleaseNotesList />
10+
11+

docs/deprecated/api-reference/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)