Merge branch '15964-fix-docs' refs #15964
[arvados.git] / doc / user / tutorials / add-new-repository.html.textile.liquid
index 5172cf2f6a2f82139bd47d2bf3a907ce79bf6fa9..e28b9612386d13aa49ff61a0ab8e8aca83dcf6a9 100644 (file)
@@ -1,10 +1,15 @@
 ---
 layout: default
 navsection: userguide
-title: Adding a new arvados repository
+title: Adding a new Arvados git repository
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-Arvados repositories are managed through the Git revision control system. You can use these repositories to store your crunch scripts and run them in the arvados cluster.
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+Arvados supports managing git repositories. You can access these repositories using your Arvados credentials and share them with other Arvados users.
 
 {% include 'tutorial_expectations' %}
 
@@ -19,9 +24,9 @@ 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 *My repositories*.
+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*.
 
-In the *My repositories* page, you will see the *Add new repository* button.
+In the *Repositories* page, you will see the *Add new repository* button.
 
 !{display: block;margin-left: 25px;margin-right: auto;}{{ site.baseurl }}/images/repositories-panel.png!
 
@@ -35,7 +40,7 @@ The name you enter here must begin with a letter and can only contain alphanumer
 
 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>
 
-Back in the *My repositories* page, you should see the @$USER/tutorial@ repository listed in the name column with these URLs.
+Back in the *Repositories* page, you should see the @$USER/tutorial@ repository listed in the name column with these URLs.
 
 !{display: block;margin-left: 25px;margin-right: auto;}{{ site.baseurl }}/images/added-new-repository.png!