Skip to content

Commit 960efe6

Browse files
author
Michael Troxler
committed
update custom layout for docs
1 parent 59eb25c commit 960efe6

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5+
base: '/mobileid-docs/',
56
title: 'MobileID',
67
description: 'Technical documentation for Mobile ID integration',
78
lastUpdated: true,

docs/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ hero:
1212
link: /reference-guide/introduction
1313
- theme: alt
1414
text: API Examples
15-
link: /api-examples
15+
link: /reference-guide/mobile-id-api
1616

1717
features:
18-
- title: Feature A
19-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20-
- title: Feature B
21-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22-
- title: Feature C
23-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
18+
- title: Getting Started
19+
details: Discover the Mobile ID documentation and learn how to secure your application.
20+
link: /reference-guide/introduction
21+
- title: Integration Guide
22+
details: Follow this guide to integrate Mobile ID into your application through the OpenID Connect (OIDC) standard.
23+
link: /oidc/introduction
24+
- title: Release Notes
25+
details: Stay tuned for the latest updates! Discover new features, enhancements, and improvements in our upcoming release.
2426
---
2527

2628
::: info

docs/oidc/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2 Getting Started
1+
# Getting Started
22

33
Before you can integrate and use Mobile ID OpenID Connect sign-in, the client on-boarding process must have been completed by Swisscom.
44

@@ -21,7 +21,7 @@ Please check the state with your commercial contact or via **Backoffice.Security
2121

2222
---
2323

24-
## 2.1 Endpoint URIs
24+
## Endpoint URIs
2525

2626
A default Mobile ID OpenID Provider configuration is published on the OIDC discovery endpoint, which allows a client to discover the OAuth 2.0 and OpenID Connect endpoints, capabilities, supported cryptographic algorithms and features.
2727

@@ -37,7 +37,7 @@ It is recommended to host a local copy of this file when your application relies
3737

3838
---
3939

40-
## 2.2 Authorization Code Request
40+
## Authorization Code Request
4141

4242
The authorization code can be obtained by performing a simple HTTP GET request towards the Authorization Code endpoint of the Mobile ID OP. The client secret is not involved yet.
4343

docs/oidc/introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This document provides Relying Parties (RPs) with technical guidance and best practices for integrating Mobile ID Open ID Provider (MobileID OP) into their applications.
44

5-
---
6-
75
## OpenID Connect
86

97
The MobileID OP can be used for both authorization and authentication. It fully complies with the OpenID Connect specification.

0 commit comments

Comments
 (0)