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:
@ -132,6 +132,7 @@ generate-docs:
|
|||||||
- cp -r docs/. public/$CI_COMMIT_REF_SLUG
|
- cp -r docs/. public/$CI_COMMIT_REF_SLUG
|
||||||
- mkdir public/$CI_COMMIT_REF_SLUG/repo
|
- mkdir public/$CI_COMMIT_REF_SLUG/repo
|
||||||
- cp *.md 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
|
- bash scripts/push-to-gitlab-pages.sh
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
- [**Getting Started**](../README)
|
- [**Getting Started**](../README)
|
||||||
- [**<abbr title="command-line interface">CLI</abbr> Commands**](docs/README)
|
- [**<abbr title="command-line interface">CLI</abbr> Commands**](docs/README)
|
||||||
- [**Changelog**](CHANGELOG)
|
- [**Changelog**](CHANGELOG)
|
||||||
|
- [**License**](LICENSE)
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
subMaxLevel: 3,
|
subMaxLevel: 3,
|
||||||
alias: {
|
alias: {
|
||||||
'/CHANGELOG': 'repo/CHANGELOG',
|
'/CHANGELOG': 'repo/CHANGELOG',
|
||||||
|
'/LICENSE': 'repo/LICENSE',
|
||||||
'/../README': 'repo/README',
|
'/../README': 'repo/README',
|
||||||
'/docs/README': 'README',
|
'/docs/README': 'README',
|
||||||
'/.*/_sidebar.md': '/_sidebar.md'
|
'/.*/_sidebar.md': '/_sidebar.md'
|
||||||
|
Reference in New Issue
Block a user