From: Ward Vandewege Date: Wed, 11 Mar 2015 18:39:10 +0000 (-0400) Subject: A series of changes to the top nav bar to make it more compact. X-Git-Tag: 1.1.0~1750^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/bf213b6340f66bec945ceab8d2bab59f7ca17a6f A series of changes to the top nav bar to make it more compact. Refs #5211 --- diff --git a/doc/_config.yml b/doc/_config.yml index 3dd2e2e298..4e81cbf838 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -135,10 +135,6 @@ navbar: - api/schema/Trait.html.textile.liquid - api/schema/User.html.textile.liquid - api/schema/VirtualMachine.html.textile.liquid - admin: - - Admin: - - admin/index.html.md.liquid - - admin/cheat_sheet.html.textile.liquid installguide: - Overview: - install/index.html.textile.liquid @@ -155,6 +151,7 @@ navbar: - install/install-keepproxy.html.textile.liquid - install/install-crunch-dispatch.html.textile.liquid - install/install-compute-node.html.textile.liquid + - install/cheat_sheet.html.textile.liquid - Software prerequisites: - install/install-manual-prerequisites-ruby.html.textile.liquid - install/install-sso.html.textile.liquid diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid index c6c8b28bff..9ac810140b 100644 --- a/doc/_includes/_navbar_top.liquid +++ b/doc/_includes/_navbar_top.liquid @@ -13,10 +13,9 @@ diff --git a/doc/admin/index.html.md.liquid b/doc/admin/index.html.md.liquid deleted file mode 100644 index f0ed3ad4fc..0000000000 --- a/doc/admin/index.html.md.liquid +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -navsection: admin -title: Overview -... - -{% include 'alert_stub' %} - -# Administration Overview - -Unlike other users, administrators - -* can see and modify all user-created objects regardless of permission settings -* can directly create and modify system objects like Nodes and ApiClients diff --git a/doc/index.html.liquid b/doc/index.html.liquid index 9bd537aa56..53a798ffa6 100644 --- a/doc/index.html.liquid +++ b/doc/index.html.liquid @@ -52,9 +52,6 @@ title: Arvados

API Reference — Details about the the Arvados REST API.

-

- Admin Guide — How to administer an Arvados system. -

Install Guide — How to install Arvados on a cloud platform.

diff --git a/doc/admin/cheat_sheet.html.textile.liquid b/doc/install/cheat_sheet.html.textile.liquid similarity index 70% rename from doc/admin/cheat_sheet.html.textile.liquid rename to doc/install/cheat_sheet.html.textile.liquid index 83fa5e8f1b..115c62e0d3 100644 --- a/doc/admin/cheat_sheet.html.textile.liquid +++ b/doc/install/cheat_sheet.html.textile.liquid @@ -1,10 +1,12 @@ --- layout: default -navsection: admin +navsection: installguide title: Cheat Sheet ... +h3. Workbench: user management +As an Admin user, use the gear icon on the top right to visit the Users page. From there, use the 'Add new user' button to create a new user. Alternatively, visit an existing user with the 'Show' button next to the user's name. Then use the 'Admin' tab and click the 'Setup' button to activate the user, and create a virtual machine login as well as git repository for them. h3. CLI setup @@ -13,13 +15,13 @@ ARVADOS_API_HOST={{ site.arvados_api_host }} ARVADOS_API_TOKEN=1234567890qwertyuiopasdfghjklzxcvbnm1234567890zzzz -h3. Create VM +h3. CLI: Create VM
 arv virtual_machine create --virtual-machine '{"hostname":"xxxxxxxchangeme.example.com"}'
 
-h3. Activate user +h3. CLI: Activate user
 user_uuid=xxxxxxxchangeme
@@ -47,7 +49,7 @@ read -rd $'\000' newlink <
 
-h3. User → repo
+h3. CLI: User → repo
 
 Give @$user_uuid@ permission to commit to @$repo_uuid@ as @$repo_username@