Split the only "Testnet" deploy section into 3, fixed syntax errors, added clarity,added missing steps, clarified local hosting, ensured publish command examples added names, added instructions on how to regenerate local+testnet.
Why?
The Deployment section previously only vaguely covered testnet with some deep issues and lacking connections. Going through a few spacetime publish without a name would also create confusion when the web dashboard was introduced, likely seeing at least 2 unnamed projects if going through both the quickstart and a verbose tutorial.
Details
Deploy section split:
BEFORE: [ Testnet ]
AFTER: [ Overview, Hosted, Self-Hosted ]
In root doc overview, added a name to the publish command (to prevent confusion later, especially from the web dash)
Fixed syntax err: The instructions to set a default server added a server, but the current version already has local + testnet servers added.
Added instructions how to add back local and testnet servers via CLI after repeatedly experiencing a bug that wipes the servers.
The new overview section covers the general flow and high-level explanations.
About
Split the only "Testnet" deploy section into 3, fixed syntax errors, added clarity,added missing steps, clarified local hosting, ensured
publish
command examples added names, added instructions on how to regenerate local+testnet.Why?
The Deployment section previously only vaguely covered
testnet
with some deep issues and lacking connections. Going through a fewspacetime publish
without a name would also create confusion when the web dashboard was introduced, likely seeing at least 2 unnamed projects if going through both the quickstart and a verbose tutorial.Details
local
+testnet
servers added.local
andtestnet
servers via CLI after repeatedly experiencing a bug that wipes the servers.