mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix License link and add a License page in docs.
This commit is contained in:
parent
9c0800f8ae
commit
58f14750ab
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
- [**Getting Started**](../README)
|
||||
- [**<abbr title="command-line interface">CLI</abbr> Commands**](docs/README)
|
||||
- [**Changelog**](CHANGELOG)
|
||||
- [**License**](LICENSE)
|
||||
|
@ -32,6 +32,7 @@
|
||||
subMaxLevel: 3,
|
||||
alias: {
|
||||
'/CHANGELOG': 'repo/CHANGELOG',
|
||||
'/LICENSE': 'repo/LICENSE',
|
||||
'/../README': 'repo/README',
|
||||
'/docs/README': 'README',
|
||||
'/.*/_sidebar.md': '/_sidebar.md'
|
||||
|
Loading…
Reference in New Issue
Block a user