diff --git a/doc/README.md b/doc/README.md
index 4ee6ba35162f4e92691eff51572162b31d4edd07..ab4bdf4903b86ec4b34d4e677b1d62a733ae52f7 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -6,20 +6,20 @@ All technical content published by GitLab lives in the documentation, including:
   - [User docs](#user-documentation): general documentation dedicated to regular users of GitLab
   - [Admin docs](#administrator-documentation): general documentation dedicated to administrators of GitLab instances
   - [Contributor docs](#contributor-documentation): general documentation on how to develop and contribute to GitLab
-- **Documentation Articles**
+- **Technical Articles**
   - User guides: technical content to guide regular users from point A to point B
   - Admin guides: technical content to guide administrators of GitLab instances from point A to point B
   - Technical Overviews: technical content describing features, solutions, and third-party integrations
   - Tutorials: technical content provided step-by-step on how to do things, or how to reach very specific objectives
 - **[Indexes per Topic](topics/)**: content gathering all resources already published by GitLab related to an specific subject or theme, including:
   - General Docs
-  - Documentation Articles
+  - Technical Articles
   - Blog Posts
   - Video Tutorials
 
 See also:
 
-- [Distinction between General Documentation and Documentation Articles](development/writing_documentation.md#distinction-between-general-documentation-and-documentation-articles)
+- [Distinction between General Documentation and Technical Articles](development/writing_documentation.md#distinction-between-general-documentation-and-technical-articles)
 - GitLab [University](university/README.md): guides to learn Git and GitLab through courses and videos.
 
 ## User Documentation
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md
index 7c0013aa476f7bc7253dd9d334b2cc737073a571..1d4dfeea6b13f0e82167013bb825e553ca702d89 100644
--- a/doc/development/doc_styleguide.md
+++ b/doc/development/doc_styleguide.md
@@ -27,7 +27,7 @@ The table below shows what kind of documentation goes where.
 | `doc/legal/` | Legal documents about contributing to GitLab. |
 | `doc/install/`| Probably the most visited directory, since `installation.md` is there. Ideally this should go under `doc/administration/`, but it's best to leave it as-is in order to avoid confusion (still debated though). |
 | `doc/update/` | Same with `doc/install/`. Should be under `administration/`, but this is a well known location, better leave as-is, at least for now. |
-| `doc/topics/` | Indexes per Topic (`doc/topics/topic-name/index.md`); Documentation Articles: user guides, admin guides, technical overviews, tutorials (`doc/topics/topic-name/`). |
+| `doc/topics/` | Indexes per Topic (`doc/topics/topic-name/index.md`); Technical Articles: user guides, admin guides, technical overviews, tutorials (`doc/topics/topic-name/`). |
 
 ---
 
diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md
index 39a8204c62950b1a0f598041217ca3fa6f5e0875..c0440604297ef25bd44397be4914bc79002f41fb 100644
--- a/doc/development/writing_documentation.md
+++ b/doc/development/writing_documentation.md
@@ -1,10 +1,10 @@
 # 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.
-  - **Documentation Articles**: written by any GitLab Team member, GitLab contributors, or Community Writers.
+  - **Technical Articles**: written by any GitLab Team member, GitLab contributors, or Community Writers.
   - **Indexes per topic**: initially prepared by the Technical Writing Team, and kept up-to-date by developers and PMs, in the same merge request containing code.
 
-## Distinction between General Documentation and Documentation Articles
+## Distinction between General Documentation and Technical Articles
 
 Every **Documentation Article** contains, in the very beginning, a blockquote with the following information:
 
@@ -20,7 +20,7 @@ Every **Documentation Article** contains, in the very beginning, a blockquote wi
 
 General documentation is categorized by _User_, _Admin_, and _Contributor_, and describe what that feature is, and how to use it or set it up.
 
-## Documentation Articles - Writing Method
+## Technical Articles - Writing Method
 
 Use the [writing method](https://about.gitlab.com/handbook/marketing/developer-relations/technical-writing/#writing-method) defined by the Technical Writing team.
 
diff --git a/doc/topics/index.md b/doc/topics/index.md
index ef963d26937d5e04544388961159c4d8cbfe0fcc..c9ad9018b97da946ca52d5546290111435bdaee8 100644
--- a/doc/topics/index.md
+++ b/doc/topics/index.md
@@ -3,7 +3,7 @@
 **Indexes per Topic** gather all resources already published by GitLab
 related to an specific subject or theme, including:
   - General Docs
-  - Documentation Articles
+  - Technical Articles
   - Blog Posts
   - Video Tutorials