diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-11-28 14:23:38 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-11-28 14:23:38 +0000 |
commit | da8103c24ff3c94ed311548b8c41e161bd0df155 (patch) | |
tree | 771c401aa3e70abc1fc95301f37ac988efd75bb8 /doc/development/documentation/index.md | |
parent | 0f800a5c0532508c84cee24bf44a4b9ce68168a2 (diff) | |
download | gitlab-ce-docs-add-global-nav.tar.gz |
Resets branch against master, add back docs architecture guidelinesdocs-add-global-nav
Diffstat (limited to 'doc/development/documentation/index.md')
-rw-r--r-- | doc/development/documentation/index.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md index b7990e1b558..32252436065 100644 --- a/doc/development/documentation/index.md +++ b/doc/development/documentation/index.md @@ -368,6 +368,16 @@ You can combine one or more of the following: = link_to 'Help page', help_page_path('user/permissions') ``` +## Docs site architecture + +Read through [docs architecture](architecture/index.md) to learn +how we architecture, build, and deploy the docs site, <https://docs.gitlab.com>, and +to check all the assets and libraries available. + +### Global navigation + +Read through the [global navigation](architecture/global_nav.md) doc. + ## General Documentation vs Technical Articles ### General documentation @@ -679,6 +689,3 @@ GitLab uses [danger bot](https://github.com/danger/danger) for some elements in code review. For docs changes in merge requests, whenever a change under `/doc` is made, the bot leaves a comment for the author to mention `@gl-docsteam`, so that the docs can be properly reviewed. - -[gitlab-map]: https://gitlab.com/gitlab-org/gitlab-design/raw/master/production/resources/gitlab-map.png -[graffle]: https://gitlab.com/gitlab-org/gitlab-design/blob/d8d39f4a87b90fb9ae89ca12dc565347b4900d5e/production/resources/gitlab-map.graffle |