website: tutorial mobile instructions, remove delete
This commit is contained in:
parent
b30e9793a9
commit
1b07318991
|
@ -25,7 +25,7 @@
|
|||
<li>- Initializing and unsealing your Vault</li>
|
||||
<li>- Authorizing your requests to Vault</li>
|
||||
<li>- Mounting a backend</li>
|
||||
<li>- Reading, writing and deleting secrets</li>
|
||||
<li>- Reading and writing secrets</li>
|
||||
<li>- Sealing your Vault</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
|
|
@ -12,7 +12,7 @@ Ember.Application.initializer({
|
|||
{ id: 3, name: 'unseal', humanName: "Step 3: Unsealing your Vault"},
|
||||
{ id: 4, name: 'auth', humanName: "Step 4: Authorize your requests"},
|
||||
{ id: 5, name: 'mounts', humanName: "Step 5: Mount a secret backend"},
|
||||
{ id: 6, name: 'secrets', humanName: "Step 6: Read, and write secrets"},
|
||||
{ id: 6, name: 'secrets', humanName: "Step 6: Read and write secrets"},
|
||||
{ id: 7, name: 'seal', humanName: "Step 7: Seal your Vault"},
|
||||
{ id: 8, name: 'finish', humanName: "You're finished!"},
|
||||
]
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
.instruction {
|
||||
overflow: scroll;
|
||||
padding: 10px;
|
||||
width: 800px;
|
||||
max-width: 800px;
|
||||
min-width: 400px;
|
||||
margin: 0 auto;
|
||||
background-color: darken($blue, 28%);
|
||||
|
||||
|
|
Loading…
Reference in New Issue