Skip to content

Commit

Permalink
make getting a project the top link in the access card (#4)
Browse files Browse the repository at this point in the history
* make getting a project the top link in the access card
* fix quoting in API payload
  • Loading branch information
bcumming authored Feb 10, 2025
1 parent 9d32018 commit 1ba9c71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs_pr_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/eth-cscs/cscs-docs/issues/${PR_NBR}/comments" \
-d '{
"body": "preview available: https://docs.tds.cscs.ch/${PR_NBR}"
}'
-d "{ \"body\": \"preview available: https://docs.tds.cscs.ch/${PR_NBR}\" }"
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Welcome to the techincal documentation for Alps.

- :fontawesome-solid-key: __Getting Access__

A project is required to access resources on Alps

[:octicons-arrow-right-24: Applying for an Alps project](https://www.cscs.ch/user-lab/applying-for-accounts)

CSCS uses multifactor authentification for secure connection to our services and systems

[:octicons-arrow-right-24: Setting up MFA](./access/mfa/index.md)
Expand All @@ -45,10 +49,6 @@ Welcome to the techincal documentation for Alps.

[:octicons-arrow-right-24: User management portal](./access/ump.md)

A project is required to access resources on Alps

[:octicons-arrow-right-24: Applying for an Alps project](https://www.cscs.ch/user-lab/applying-for-accounts)

</div>

## Get in Touch
Expand Down

0 comments on commit 1ba9c71

Please sign in to comment.