Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-12-31 21:37:06 +0300
committerMike Lewis <mlewis@gitlab.com>2018-12-31 21:37:06 +0300
commit78148012fccc8b4b6a321c4e3dc226708a755931 (patch)
tree1ff7a609c07c18b378e39966dcafa46713ac47ca /doc
parent517021ffba7b8df10477b74a4d5470da03d9343e (diff)
Added links to top section
Diffstat (limited to 'doc')
-rw-r--r--doc/development/documentation/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md
index a5082a98e2b..f3a100096c5 100644
--- a/doc/development/documentation/index.md
+++ b/doc/development/documentation/index.md
@@ -8,13 +8,13 @@ GitLab's documentation is [intended as the single source of truth (SSOT)](https:
The following resources are available.
-- Style Guide - What belongs in the docs, language guidelines, and more.
-- Structure and template - Learn the typical parts of a doc page and how to write each one.
-- Workflow - A landing page for our two key workflows.
- - Feature-change documentation work - Adding the required documentation when developing a GitLab feature.
- - Documentation improvement work - New content not associated with a new feature.
-- Markdown Guide - A reference for the markdown implementation used by GitLab's documentation site and about.gitlab.com.
-- Site architecture - How docs.gitlab.com is built.
+- [Style Guide](styleguide.md) - What belongs in the docs, language guidelines, and more.
+- [Structure and template](structure.md) - Learn the typical parts of a doc page and how to write each one.
+- [Workflow](workflow.md) - A landing page for our key workflows:
+ - [Feature-change documentation workflow](feature-change-workflow.md) - Adding required documentation when developing a GitLab feature.
+ - [Documentation improvement worflow](improvement-workflow.md) - New content not associated with a new feature.
+- [Markdown Guide](https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/) - A reference for the markdown implementation used by GitLab's documentation site and about.gitlab.com.
+- [Site architecture](/site_architecture/index.md) - How docs.gitlab.com is built.
## Source and rendered locations
@@ -39,7 +39,7 @@ Documentation issues and merge requests are part of their respective repositorie
To ensure that GitLab docs keep up with changes to the product, special processes and responsibilities are in place concerning all [feature changes](feature-change-workflow.md)—i.e. development work that impacts the appearance, usage, or administration of a feature.
-Meanwhile, anyone can contribute [documentation improvements](improvement-workflow.md) that are not associated with a feature change.
+Meanwhile, anyone can contribute [documentation improvements](improvement-workflow.md) that are not associated with a feature change. For example, adding a new doc on how to accomplish a use case that's already possible with GitLab, or with third-party tools and GitLab.
## Markdown and styles