Skip to content

Commit dfef2a7

Browse files
Remove references to testnet
Closes #183.
1 parent 3477b1c commit dfef2a7

File tree

4 files changed

+1
-40
lines changed

4 files changed

+1
-40
lines changed

STYLE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ If this tutorial is the end of a series, or ends with a reasonably complete app,
399399
If the tutorial involved writing code, add a link to the complete code. This should be somewhere on GitHub, either as its own repo, or as an example project within an existing repo. Ensure the linked folder has a README.md file which includes:
400400
401401
- The name of the tutorial project.
402-
- How to run or interact with the tutorial project, whatever that means (e.g. publish to testnet and then `spacetime call`).
402+
- How to run or interact with the tutorial project, whatever that means (e.g. publish to maincloud and then `spacetime call`).
403403
- Links to external dependencies (e.g. for client projects, the module which it runs against).
404404
- A back-link to the tutorial that builds this project.
405405

docs/deploying/testnet.md

-34
This file was deleted.

docs/nav.js

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const nav = {
99
section('Intro'),
1010
page('Overview', 'index', 'index.md'), // TODO(BREAKING): For consistency & clarity, 'index' slug should be renamed 'intro'?
1111
page('Getting Started', 'getting-started', 'getting-started.md'),
12-
section('Deploying'),
13-
page('Testnet', 'deploying/testnet', 'deploying/testnet.md'),
1412
section('Migration Guides'),
1513
page('v0.12', 'migration/v0.12', 'migration/v0.12.md'),
1614
section('Unity Tutorial - Basic Multiplayer'),

nav.ts

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const nav: Nav = {
3333
page('Overview', 'index', 'index.md'), // TODO(BREAKING): For consistency & clarity, 'index' slug should be renamed 'intro'?
3434
page('Getting Started', 'getting-started', 'getting-started.md'),
3535

36-
section('Deploying'),
37-
page('Testnet', 'deploying/testnet', 'deploying/testnet.md'),
38-
3936
section('Migration Guides'),
4037
page('v0.12', 'migration/v0.12', 'migration/v0.12.md'),
4138

0 commit comments

Comments
 (0)