summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-03-29 00:52:06 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-03-29 00:52:06 -0300
commit4f9d279ba016682ffbbf25300fff58e1414d246f (patch)
treece376e143c8312ed73ba7ae34628eeed80f9aaa8 /doc
parent3e5ea1cbac308acad425dea189d31f2e423397a4 (diff)
downloadgitlab-ce-4f9d279ba016682ffbbf25300fff58e1414d246f.tar.gz
capitalization
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md6
-rw-r--r--doc/development/writing_documentation.md16
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/README.md b/doc/README.md
index 2a72c15a43d..f76961b89f9 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -17,7 +17,7 @@ All technical content published by GitLab lives in the documentation, including:
- Blog Posts
- Video Tutorials
-## User Documentation
+## User documentation
- [Account Security](user/profile/account/two_factor_authentication.md) Securing your account via two-factor authentication, etc.
- [API](api/README.md) Automate GitLab via a simple and powerful API.
@@ -41,7 +41,7 @@ All technical content published by GitLab lives in the documentation, including:
- [Git Attributes](user/project/git_attributes.md) Managing Git attributes using a `.gitattributes` file.
- [Git cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf) Download a PDF describing the most used Git operations.
-## Administrator Documentation
+## Administrator documentation
- [Access restrictions](user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols) Define which Git access protocols can be used to talk to GitLab
- [Authentication/Authorization](administration/auth/README.md) Configure
@@ -79,7 +79,7 @@ All technical content published by GitLab lives in the documentation, including:
- [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability.
- [Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab.
-## Contributor Documentation
+## Contributor documentation
- [Development](development/README.md) All styleguides and explanations how to contribute.
- [Writing documentation](development/writing_documentation.md)
diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md
index e1ca6a43628..996a261f309 100644
--- a/doc/development/writing_documentation.md
+++ b/doc/development/writing_documentation.md
@@ -1,4 +1,4 @@
-# Writing Documentation
+# Writing documentation
- **General Documentation**: written by the developers responsible by creating features. Should be submitted in the same merge request containing code. Feature proposals (by GitLab contributors) should also be accompanied by its respective documentation. They can be later improved by PMs and Technical Writers.
- **Technical Articles**: written by any [GitLab Team](https://about.gitlab.com/team/) member, GitLab contributors, or [Community Writers](https://about.gitlab.com/handbook/product/technical-writing/community-writers/).
@@ -6,7 +6,7 @@
## Distinction between General Documentation and Technical Articles
-### General Documentation
+### General documentation
General documentation is categorized by _User_, _Admin_, and _Contributor_, and describe what that feature is, what it does, and its available settings.
@@ -29,7 +29,7 @@ They live under `doc/topics/topic-name/`, and can be searched per topic, within
<style></style>
-#### Understanding Guides, Tutorials, and Technical Overviews
+#### Understanding guides, tutorials, and technical overviews
Suppose there's a process to go from point A to point B in 5 steps: `(A) 1 > 2 > 3 > 4 > 5 (B)`.
@@ -47,7 +47,7 @@ through the process of how to use it systematically.
- Live example (on the blog): [GitLab Workflow, an overview](https://about.gitlab.com/2016/10/25/gitlab-workflow-an-overview/)
-#### Special Format
+#### Special format
Every **Technical Article** contains, in the very beginning, a blockquote with the following information:
@@ -56,16 +56,16 @@ Every **Technical Article** contains, in the very beginning, a blockquote with t
- A reference to the **author's name** and **GitLab.com handle**
```md
-> Type: tutorial ||
-> Level: intermediary ||
-> Author: [Name Surname](https://gitlab.com/username)
+> **Type:** tutorial ||
+> **Level:** intermediary ||
+> **Author:** [Name Surname](https://gitlab.com/username)
```
#### Technical Articles - Writing Method
Use the [writing method](https://about.gitlab.com/handbook/product/technical-writing/#writing-method) defined by the Technical Writing team.
-## Documentation Style Guidelines
+## Documentation style guidelines
All the documentation follow the same [styleguide](doc_styleguide.html).