From: Zoë Ma Date: Fri, 30 Jun 2023 06:54:07 +0000 (+0800) Subject: Doc: Update "Adding a new Arvados git repository" X-Git-Tag: 2.7.0~57^2~3 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/efb8d912841ca4b505402715cd766e09dfb8c29f Doc: Update "Adding a new Arvados git repository" - 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 --- diff --git a/doc/images/add-new-repository.png b/doc/images/add-new-repository.png index 61938447f6..d62a9869a2 100644 Binary files a/doc/images/add-new-repository.png and b/doc/images/add-new-repository.png differ diff --git a/doc/images/repositories-panel.png b/doc/images/repositories-panel.png index 3e12860fb0..c8f00f487b 100644 Binary files a/doc/images/repositories-panel.png and b/doc/images/repositories-panel.png differ diff --git a/doc/user/tutorials/add-new-repository.html.textile.liquid b/doc/user/tutorials/add-new-repository.html.textile.liquid index e28b961238..6046e7d14b 100644 --- a/doc/user/tutorials/add-new-repository.html.textile.liquid +++ b/doc/user/tutorials/add-new-repository.html.textile.liquid @@ -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 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 (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 + NEW REPOSITORY 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 + 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*. {% 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 https://git.{{ site.arvados_api_host }}/$USER/tutorial.git or git@git.{{ site.arvados_api_host }}:$USER/tutorial.git