diff --git a/site/config.yaml b/site/config.yaml index 4247375..2a2326a 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -24,19 +24,19 @@ menu: name: Documentation url: https://docs.uniget.dev weight: 100 + - identifier: security + name: Report a security vulnerability + url: https://github.com/uniget-org/cli/issues/new/choose + weight: 200 - identifier: bug name: Report a bug url: https://github.com/uniget-org/cli/issues/new/choose - weight: 200 + weight: 300 - identifier: enhancement name: Submit a feature suggestion url: https://github.com/uniget-org/cli/issues/new/choose - weight: 300 - - identifier: security - name: Report a security vulnerability - url: https://github.com/uniget-org/cli/issues/new/choose weight: 400 - identifier: contribute name: Become a contributor url: https://github.com/uniget-org/cli/blob/main/CONTRIBUTING.md - weight: 400 \ No newline at end of file + weight: 500 \ No newline at end of file