Doc: Update "Adding a new Arvados git repository"
authorZoë Ma <zoe.ma@curii.com>
Fri, 30 Jun 2023 06:54:07 +0000 (14:54 +0800)
committerZoë Ma <zoe.ma@curii.com>
Fri, 30 Jun 2023 07:06:24 +0000 (15:06 +0800)
- Updated inline elements and the first 2 figures for Workbench 2.

TODO: The last figure remains to be updated.

Arvados-DCO-1.1-Signed-off-by: Zoë Ma <zoe.ma@curii.com>

doc/images/add-new-repository.png
doc/images/repositories-panel.png
doc/user/tutorials/add-new-repository.html.textile.liquid

index 61938447f609b4cb7dbc5b745cdeb108fe479f40..d62a9869a2f9233dec8ac34dc678ae20e90c42dc 100644 (file)
Binary files a/doc/images/add-new-repository.png and b/doc/images/add-new-repository.png differ
index 3e12860fb03d9722f46d81f1865f45bee1e5849d..c8f00f487bec64e6ef408caa9e83b99dff39e410 100644 (file)
Binary files a/doc/images/repositories-panel.png and b/doc/images/repositories-panel.png differ
index e28b9612386d13aa49ff61a0ab8e8aca83dcf6a9..6046e7d14bd690f984631fbe6cf1920b6ef83b2c 100644 (file)
@@ -24,19 +24,19 @@ Before you start using Git and arvados repositories, you should do some basic co
 
 h2. Add "tutorial" repository
 
-On the Arvados Workbench, click on the dropdown menu icon <span class="fa fa-lg fa-user"></span> <span class="caret"></span> in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Repositories*.
+On the Arvados Workbench, click on the dropdown menu icon <i class="fa fa-lg fa-user"></i> (Account Management) in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Repositories*.
 
-In the *Repositories* page, you will see the *Add new repository* button.
+In the *Repositories* page, you will see the <span class="btn btn-sm btn-primary">+ NEW REPOSITORY</span> button.
 
-!{display: block;margin-left: 25px;margin-right: auto;}{{ site.baseurl }}/images/repositories-panel.png!
+!{width: 100%;}{{ site.baseurl }}/images/repositories-panel.png!
 
-Click the *Add new Repository* button to open the popup to add a new arvados repository. You will see a text box where you can enter the name of the repository. Enter *tutorial* in this text box and click on *Create*.
+Click the <span class="btn btn-sm btn-primary">+ NEW REPOSITORY</span> button to open the popup to add a new Arvados repository. You will see a text box where you can enter the name of the repository. Enter *tutorial* in this text box and click on *Create*.
 
 {% include 'notebox_begin' %}
 The name you enter here must begin with a letter and can only contain alphanumeric characters.
 {% include 'notebox_end' %}
 
-!{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/add-new-repository.png!
+!{width: 100%;}{{ site.baseurl }}/images/add-new-repository.png!
 
 This will create a new repository with the name @$USER/tutorial@. It can be accessed using the URL <notextile><code>https://git.{{ site.arvados_api_host }}/$USER/tutorial.git</code></notextile> or <notextile><code>git@git.{{ site.arvados_api_host }}:$USER/tutorial.git</code></notextile>