Skip to content

Commit 5da1389

Browse files
author
jdorsch
committed
completed requested fixes
1 parent 60c9f95 commit 5da1389

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/services/devportal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [Developer Portal](https://developer.cscs.ch) facilitates CSCS users to mana
77

88
### API
99

10-
An **API** is an interface exposed by CSCS to their users to allow them accessing protected resources (computing, storage, accounting data, etc) in an automated fashion.
10+
An **API** is an interface exposed by CSCS to their users to allow them accessing protected resources (computing, storage, accounting data, etc.) in an automated fashion.
1111

1212
Examples of automated access to HPC resources are:
1313

@@ -32,7 +32,7 @@ An **identity provider** is an entity that authenticates an application and allo
3232

3333
Applications must identify against the CSCS IdP. To do this, users must create the **production keys** (*Consumer ID* - or *Client ID* -, and *Consumer Secret* - or *Client Secret*) that are going to be used to authenticate.
3434

35-
!!!warning
35+
!!! warning
3636
The pair Consumer Key and Secret represents a personal credential to access CSCS resources, therefore can't be shared and must be stored securely (i.e.: not exposed in public repositories, forums, documentation, etc)
3737

3838
## Getting started
@@ -41,7 +41,7 @@ Start by browsing to [developer.cscs.ch](https://developer.cscs.ch), then sign i
4141

4242
Once logged in, you will see a list of APIs that are available to your user.
4343

44-
!!! Warning
44+
!!! warning
4545
You might not see version 1 or version 2 of some APIs. You will be able to see all the versions when you *subscribe* your Application to the API.
4646

4747
### Creating an Application

docs/services/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77

88
[:octicons-arrow-right-24: CI/CD][ref-cicd]
99

10-
- :fontawesome-solid-mountain-sun: __FirecREST__
10+
- :material-garage-variant-lock: __Developer Portal__
11+
12+
Enables CSCS users to create and manage subscriptions to an API.
13+
14+
[:octicons-arrow-right-24: Developer Portal][ref-devportal]
15+
16+
- :material-fire-circle: __FirecREST__
1117

1218
FirecREST is a RESTful API for programmatically accessing High-Performance Computing resources.
1319

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ nav:
105105
- 'WRF': build-install/applications/wrf.md
106106
- 'Services':
107107
- services/index.md
108-
- 'FirecREST': services/firecrest.md
109108
- 'Developer Portal': services/devportal.md
109+
- 'FirecREST': services/firecrest.md
110110
- 'CI/CD': services/cicd.md
111111
- 'Kubernetes':
112112
- services/kubernetes/index.md

0 commit comments

Comments
 (0)