Update all articles with the new layout (meta data from the frontmatter)
Context: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182
This commit is contained in:
parent
71ba398263
commit
d54a80ca3a
11 changed files with 88 additions and 61 deletions
|
@ -1,9 +1,12 @@
|
|||
# How to configure LDAP with GitLab CE
|
||||
---
|
||||
author: Chris Wilson
|
||||
author_gitlab: MrChrisW
|
||||
level: intermediary
|
||||
article_type: admin guide
|
||||
date: 2017-05-03
|
||||
---
|
||||
|
||||
> **[Article Type](../../../development/writing_documentation.html#types-of-technical-articles):** admin guide ||
|
||||
> **Level:** intermediary ||
|
||||
> **Author:** [Chris Wilson](https://gitlab.com/MrChrisW) ||
|
||||
> **Publication date:** 2017-05-03
|
||||
# How to configure LDAP with GitLab CE
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
redirect_from: 'https://docs.gitlab.com/ee/articles/artifactory_and_gitlab/index.html'
|
||||
author: Fabio Busatto
|
||||
author_gitlab: bikebilly
|
||||
level: intermediary
|
||||
article_type: tutorial
|
||||
date: 2017-08-15
|
||||
---
|
||||
|
||||
# How to deploy Maven projects to Artifactory with GitLab CI/CD
|
||||
|
||||
> **[Article Type](../../../development/writing_documentation.md#types-of-technical-articles):** tutorial ||
|
||||
> **Level:** intermediary ||
|
||||
> **Author:** [Fabio Busatto](https://gitlab.com/bikebilly) ||
|
||||
> **Publication date:** 2017-08-15
|
||||
|
||||
## Introduction
|
||||
|
||||
In this article, we will show how you can leverage the power of [GitLab CI/CD](https://about.gitlab.com/features/gitlab-ci-cd/)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
redirect_from: 'https://docs.gitlab.com/ee/articles/laravel_with_gitlab_and_envoy/index.html'
|
||||
author: Mehran Rasulian
|
||||
author_gitlab: mehranrasulian
|
||||
level: intermediary
|
||||
article_type: tutorial
|
||||
date: 2017-08-31
|
||||
---
|
||||
|
||||
# Test and deploy Laravel applications with GitLab CI/CD and Envoy
|
||||
|
||||
> **[Article Type](../../../development/writing_documentation.md#types-of-technical-articles):** tutorial ||
|
||||
> **Level:** intermediary ||
|
||||
> **Author:** [Mehran Rasulian](https://gitlab.com/mehranrasulian) ||
|
||||
> **Publication date:** 2017-08-31
|
||||
|
||||
## Introduction
|
||||
|
||||
GitLab features our applications with Continuous Integration, and it is possible to easily deploy the new code changes to the production server whenever we want.
|
||||
|
|
|
@ -254,18 +254,25 @@ through the process of how to use it systematically.
|
|||
|
||||
#### Special format
|
||||
|
||||
Every **Technical Article** contains, in the very beginning, a blockquote with the following information:
|
||||
Every **Technical Article** contains a frontmatter at the beginning of the doc
|
||||
with the following information:
|
||||
|
||||
- A reference to the **type of article** (user guide, admin guide, tech overview, tutorial)
|
||||
- A reference to the **knowledge level** expected from the reader to be able to follow through (beginner, intermediate, advanced)
|
||||
- A reference to the **author's name** and **GitLab.com handle**
|
||||
- A reference of the **publication date**
|
||||
- **Type of article** (user guide, admin guide, tech overview, tutorial)
|
||||
- **Knowledge level** expected from the reader to be able to follow through (beginner, intermediate, advanced)
|
||||
- **Author's name** and **GitLab.com handle**
|
||||
- **Publication date**
|
||||
|
||||
```md
|
||||
> **[Article Type](../../development/writing_documentation.html#types-of-technical-articles):** tutorial ||
|
||||
> **Level:** intermediary ||
|
||||
> **Author:** [Name Surname](https://gitlab.com/username) ||
|
||||
> **Publication date:** AAAA-MM-DD
|
||||
For example:
|
||||
|
||||
|
||||
```yaml
|
||||
---
|
||||
author: John Doe
|
||||
author_gitlab: johnDoe
|
||||
level: beginner
|
||||
article_type: user guide
|
||||
date: 2017-02-01
|
||||
---
|
||||
```
|
||||
|
||||
#### Technical Articles - Writing Method
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# Getting started with OpenShift Origin 3 and GitLab
|
||||
---
|
||||
author: Achilleas Pipinellis
|
||||
author_gitlab: axil
|
||||
level: intermediary
|
||||
article_type: tutorial
|
||||
date: 2016-06-28
|
||||
---
|
||||
|
||||
> **[Article Type](../../development/writing_documentation.html#types-of-technical-articles):** tutorial ||
|
||||
> **Level:** intermediary ||
|
||||
> **Author:** [Achilleas Pipinellis](https://gitlab.com/axil) ||
|
||||
> **Publication date:** 2016-06-28
|
||||
# Getting started with OpenShift Origin 3 and GitLab
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# Installing Git
|
||||
---
|
||||
author: Sean Packham
|
||||
author_gitlab: SeanPackham
|
||||
level: beginner
|
||||
article_type: user guide
|
||||
date: 2017-05-15
|
||||
---
|
||||
|
||||
> **[Article Type](../../../development/writing_documentation.html#types-of-technical-articles):** user guide ||
|
||||
> **Level:** beginner ||
|
||||
> **Author:** [Sean Packham](https://gitlab.com/SeanPackham) ||
|
||||
> **Publication date:** 2017-05-15
|
||||
# Installing Git
|
||||
|
||||
To begin contributing to GitLab projects
|
||||
you will need to install the Git client on your computer.
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# Numerous undo possibilities in Git
|
||||
---
|
||||
author: Crt Mori
|
||||
author_gitlab: Letme
|
||||
level: intermediary
|
||||
article_type: tutorial
|
||||
date: 2017-05-15
|
||||
---
|
||||
|
||||
> **[Article Type](../../../development/writing_documentation.md#types-of-technical-articles):** tutorial ||
|
||||
> **Level:** intermediary ||
|
||||
> **Author:** [Crt Mori](https://gitlab.com/Letme) ||
|
||||
> **Publication date:** 2017-08-17
|
||||
# Numerous undo possibilities in Git
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# GitLab Pages from A to Z: Part 4
|
||||
---
|
||||
author: Marcia Ramos
|
||||
author_gitlab: marcia
|
||||
level: intermediate
|
||||
article_type: user guide
|
||||
date: 2017-02-22
|
||||
---
|
||||
|
||||
> **Article [Type](../../../development/writing_documentation.html#types-of-technical-articles)**: user guide ||
|
||||
> **Level**: intermediate ||
|
||||
> **Author**: [Marcia Ramos](https://gitlab.com/marcia) ||
|
||||
> **Publication date:** 2017/02/22
|
||||
# GitLab Pages from A to Z: Part 4
|
||||
|
||||
- [Part 1: Static sites and GitLab Pages domains](getting_started_part_one.md)
|
||||
- [Part 2: Quick start guide - Setting up GitLab Pages](getting_started_part_two.md)
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# GitLab Pages from A to Z: Part 1
|
||||
---
|
||||
author: Marcia Ramos
|
||||
author_gitlab: marcia
|
||||
level: beginner
|
||||
article_type: user guide
|
||||
date: 2017-02-22
|
||||
---
|
||||
|
||||
> **Article [Type](../../../development/writing_documentation.html#types-of-technical-articles)**: user guide ||
|
||||
> **Level**: beginner ||
|
||||
> **Author**: [Marcia Ramos](https://gitlab.com/marcia) ||
|
||||
> **Publication date:** 2017/02/22
|
||||
# GitLab Pages from A to Z: Part 1
|
||||
|
||||
- **Part 1: Static sites and GitLab Pages domains**
|
||||
- [Part 2: Quick start guide - Setting up GitLab Pages](getting_started_part_two.md)
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
last_updated: 2017-09-28
|
||||
author: Marcia Ramos
|
||||
author_gitlab: marcia
|
||||
level: beginner
|
||||
article_type: user guide
|
||||
date: 2017-02-22
|
||||
---
|
||||
|
||||
# GitLab Pages from A to Z: Part 3
|
||||
|
||||
> **[Article Type](../../../development/writing_documentation.md#types-of-technical-articles)**: user guide ||
|
||||
> **Level**: beginner ||
|
||||
> **Author**: [Marcia Ramos](https://gitlab.com/marcia) ||
|
||||
> **Publication date:** 2017-02-22 ||
|
||||
> **Last updated**: 2017-09-28
|
||||
|
||||
- [Part 1: Static sites and GitLab Pages domains](getting_started_part_one.md)
|
||||
- [Part 2: Quick start guide - Setting up GitLab Pages](getting_started_part_two.md)
|
||||
- **Part 3: Setting Up Custom Domains - DNS Records and SSL/TLS Certificates**
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# GitLab Pages from A to Z: Part 2
|
||||
---
|
||||
author: Marcia Ramos
|
||||
author_gitlab: marcia
|
||||
level: beginner
|
||||
article_type: user guide
|
||||
date: 2017-02-22
|
||||
---
|
||||
|
||||
> **Article [Type](../../../development/writing_documentation.html#types-of-technical-articles)**: user guide ||
|
||||
> **Level**: beginner ||
|
||||
> **Author**: [Marcia Ramos](https://gitlab.com/marcia) ||
|
||||
> **Publication date:** 2017/02/22
|
||||
# GitLab Pages from A to Z: Part 2
|
||||
|
||||
- [Part 1: Static sites and GitLab Pages domains](getting_started_part_one.md)
|
||||
- **Part 2: Quick start guide - Setting up GitLab Pages**
|
||||
|
|
Loading…
Reference in a new issue