Fix License link and add a License page in docs.

This commit is contained in:
Tortue Torche 2019-08-28 11:38:37 +02:00
parent 9c0800f8ae
commit 58f14750ab
3 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,7 @@ generate-docs:
- cp -r docs/. public/$CI_COMMIT_REF_SLUG
- mkdir public/$CI_COMMIT_REF_SLUG/repo
- cp *.md public/$CI_COMMIT_REF_SLUG/repo
- cp LICENSE public/$CI_COMMIT_REF_SLUG/repo/LICENSE.md
- bash scripts/push-to-gitlab-pages.sh
only:
variables:

View File

@ -1,3 +1,4 @@
- [**Getting Started**](../README)
- [**<abbr title="command-line interface">CLI</abbr> Commands**](docs/README)
- [**Changelog**](CHANGELOG)
- [**License**](LICENSE)

View File

@ -32,6 +32,7 @@
subMaxLevel: 3,
alias: {
'/CHANGELOG': 'repo/CHANGELOG',
'/LICENSE': 'repo/LICENSE',
'/../README': 'repo/README',
'/docs/README': 'README',
'/.*/_sidebar.md': '/_sidebar.md'