minor cleanups

This commit is contained in:
Marius Pana 2021-12-22 18:30:58 +02:00
parent b0c4f8d868
commit fc7d234537
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Installing in Production
Be familiar with the steps in [Installation][] below, since it is needed to
Be familiar with the steps in [Installation](#installation) below, since it is needed to
build the Angular app first.
Once the Angular app is built, provision a small base-64-lts 20.4.0 VM,

View File

@ -1,6 +1,6 @@
<h1>SSH Keys</h1>
<p>Spearhead Cloud service use SSH key pairs for user authentication. You must
first upload an existing SSH key pair to your acount before you canb provision
first upload an existing SSH key pair to your account before you can provision
machines.</p>
<p>If you do not have an SSH key pair see the following for manually creating
@ -10,7 +10,7 @@ them.</p>
<a href="#windows-keys">Manually generate SSH keys in Windows<a>
<p>Once you have your SSH key ready, grab the public key (usually id_rsa.pub) and
add it to your account by accessing the top right meny button and selecting
add it to your account by accessing the top right menu button and selecting
Account Details.</p>
<p>Next click on ADD KEY next to "MY KEYS". Give it a familiar name, especially if
@ -23,7 +23,7 @@ account.</p>
<h1>SSH Keys</h1>
<p>Spearhead Cloud service use SSH key pairs for user authentication. You must
first upload an existing SSH key pair to your acount before you canb provision
first upload an existing SSH key pair to your account before you can provision
machines.</p>
<p>If you do not have an SSH key pair see the following for manually creating

View File

@ -7,8 +7,8 @@
},
"urls": {
"local": "https://localhost",
"sso": "https://sso.spearhead.cloud",
"cloudapi": "https://eu-ro-1.api.spearhead.cloud"
"sso": "https://sso.your.cloud",
"cloudapi": "https://eu-ro-1.api.your.cloud"
},
"key": {
"user": "developer_name",