summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Stanley <dstanley@gitlab.com>2019-06-18 12:15:35 -0700
committerDiana Stanley <dstanley@gitlab.com>2019-06-18 12:15:35 -0700
commit4605e64d88f838720487ceee7ed5098e115e30e0 (patch)
tree16b2bfbe6a78ad8cc727f51ddc71edabf0ef4c89
parent17b32d6713ca98a3f8692f1778217b2c1fdcf34f (diff)
downloadgitlab-ce-4605e64d88f838720487ceee7ed5098e115e30e0.tar.gz
Modify to conform to style guide
-rw-r--r--doc/administration/gitaly/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index f363baaece9..82105c91205 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -438,13 +438,13 @@ If you are planning to use gitaly without NFS for your storage needs
and want to eliminate NFS from your environment altogether, there are
a few things that you need to do:
-1) make sure the [`git` user home directory](https://docs.gitlab.com/omnibus/settings/configuration.html#moving-the-home-directory-for-a-user) is on local disk
-2) configure [database lookup of ssh keys](https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html)
+ 1. Make sure the [`git` user home directory](https://docs.gitlab.com/omnibus/settings/configuration.html#moving-the-home-directory-for-a-user) is on local disk
+ 1. Configure [database lookup of ssh keys](https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html)
to eliminate the need for a shared authorized_keys file
-3) configure [object storage for job artifacts](https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage)
+ 1. Configure [object storage for job artifacts](https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage)
including [live tracing](https://docs.gitlab.com/ee/administration/job_traces.html#new-live-trace-architecture)
-4) configure [object storage for LFS objects](https://docs.gitlab.com/ee/workflow/lfs/lfs_administration.html#storing-lfs-objects-in-remote-object-storage)
-5) configure [object storage for uploads](https://docs.gitlab.com/ee/administration/uploads.html#using-object-storage-core-only)
+ 1. Configure [object storage for LFS objects](https://docs.gitlab.com/ee/workflow/lfs/lfs_administration.html#storing-lfs-objects-in-remote-object-storage)
+ 1. Configure [object storage for uploads](https://docs.gitlab.com/ee/administration/uploads.html#using-object-storage-core-only)
NOTE: **Note:** One current feature of GitLab still requires a shared directory (NFS): Pages.
There is [work in progress](https://gitlab.com/gitlab-org/gitlab-pages/issues/196)