diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 978f0d5..146f9f7 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -5,7 +5,7 @@ # Tutorials - [Getting started on GitHub](tutorials/github.md) -- [Getting started on GitLab]() +- [Getting started on GitLab](tutorials/gitlab.md) # Explanation @@ -23,7 +23,7 @@ - [Glossary](reference/glossary.md) - [Pull Request Options](reference/pr-options.md) - [GitHub Action](reference/github-action.md) -- [GitLab CI]() +- [GitLab CI/CD Component](reference/gitlab-cicd-component.md) --- diff --git a/docs/reference/gitlab-cicd-component.md b/docs/reference/gitlab-cicd-component.md new file mode 100644 index 0000000..7d8bf16 --- /dev/null +++ b/docs/reference/gitlab-cicd-component.md @@ -0,0 +1 @@ +# GitLab CI/CD Component diff --git a/docs/tutorials/github.md b/docs/tutorials/github.md index 83f797c..031e594 100644 --- a/docs/tutorials/github.md +++ b/docs/tutorials/github.md @@ -1,4 +1,4 @@ -# GitHub +# Getting Started on GitHub In this tutorial we show how to install `releaser-pleaser` in your GitHub project. diff --git a/docs/tutorials/gitlab.md b/docs/tutorials/gitlab.md new file mode 100644 index 0000000..9dc1491 --- /dev/null +++ b/docs/tutorials/gitlab.md @@ -0,0 +1 @@ +# Getting started on GitLab