Skip to content

Commit 1ba9c71

Browse files
authored
make getting a project the top link in the access card (#4)
* make getting a project the top link in the access card * fix quoting in API payload
1 parent 9d32018 commit 1ba9c71

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/docs_pr_upload.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ jobs:
3232
-H "Accept: application/vnd.github+json" \
3333
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
3434
"https://api.github.com/repos/eth-cscs/cscs-docs/issues/${PR_NBR}/comments" \
35-
-d '{
36-
"body": "preview available: https://docs.tds.cscs.ch/${PR_NBR}"
37-
}'
35+
-d "{ \"body\": \"preview available: https://docs.tds.cscs.ch/${PR_NBR}\" }"

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Welcome to the techincal documentation for Alps.
3535

3636
- :fontawesome-solid-key: __Getting Access__
3737

38+
A project is required to access resources on Alps
39+
40+
[:octicons-arrow-right-24: Applying for an Alps project](https://www.cscs.ch/user-lab/applying-for-accounts)
41+
3842
CSCS uses multifactor authentification for secure connection to our services and systems
3943

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

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

48-
A project is required to access resources on Alps
49-
50-
[:octicons-arrow-right-24: Applying for an Alps project](https://www.cscs.ch/user-lab/applying-for-accounts)
51-
5252
</div>
5353

5454
## Get in Touch

0 commit comments

Comments
 (0)