@@ -955,7 +955,7 @@ to quickly see it. It should look like this:
955
955
# Please preserve the flat list format for the yaml loader
956
956
registry : [/tmp/my-registry]
957
957
958
- After making the abvoe change, exit and do a sanity check to make sure your active config is the one you think it is:
958
+ After making the above change, exit and do a sanity check to make sure your active config is the one you think it is:
959
959
960
960
.. code-block :: console
961
961
@@ -968,7 +968,7 @@ Deleting Entries
968
968
969
969
If you want to start freshly, you can choose to delete all the existing entries
970
970
(and this is optional, you can continue the tutorial without doing this!)
971
- To do this, use the ``shpc remove `` command, which will remove all registry entries,
971
+ To do this, use the ``shpc remove `` command, which will remove all registry entries.
972
972
We recommend deleting quay.io first since most entries live there and it will
973
973
speed up the subsequent operation.
974
974
@@ -1121,8 +1121,8 @@ try it locally:
1121
1121
.. code-block :: console
1122
1122
1123
1123
$ git checkout gh-pages
1124
- $ ./generate.sh /tmp/my-registry
1125
- Registry is /tmp/my-registryGenerating docs for vsoch/salad, _library/vsoch-salad.md
1124
+ $ ./generate.sh
1125
+ Generating docs for vsoch/salad, _library/vsoch-salad.md
1126
1126
1127
1127
1128
1128
There is also an associated workflow to run the same on your behalf. Note that you'll need
0 commit comments