Skip to content

Commit 4e7b121

Browse files
authored
Merge pull request #7 from MobileID-Strong-Authentication/fix/docs-quality-cleanup
docs: pre-release quality cleanup — fix privacy leak, remove stale pa…
2 parents 3072d96 + 70c3ea1 commit 4e7b121

7 files changed

Lines changed: 6 additions & 159 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,6 @@ export default withMermaid(defineConfig({
9999
}
100100

101101
],
102-
'/entraid-guide/': [
103-
{
104-
text: 'EntraID Guide',
105-
items: [
106-
{ text: 'Index', link: '/entraid-guide/' },
107-
{ text: 'One', link: '/entraid-guide/one' },
108-
{ text: 'Two', link: '/entraid-guide/two' }
109-
]
110-
}
111-
],
112-
113102
'/oidc-integration-guide/': [
114103
{
115104
text: 'OIDC Integration Guide',

docs/api-reference/api.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/oidc-integration-guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ Example claim values, retrieved from the UserInfo endpoint:
182182
"mid_geo_timestamp": "2022-03-17T05:49:03.597+01:00",
183183
"mid_profile_recovery_code_status": true,
184184
"mid_profile_serial": "MIDCHEYUD1YE4QB1",
185-
"name": "+41797895164",
186-
"phone_number": "+41797895164",
185+
"name": "+41791234567",
186+
"phone_number": "+41791234567",
187187
"phone_number_verified": true,
188188
"sub": "3246d772d2edb20797fe9359cb3d07da6d01df7db2642e14554d241aef1d1d84"
189189
}

docs/public/llms.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,5 @@
103103

104104
## Additional resources
105105

106-
- Release Notes
107-
https://docs.mobileid.ch/release-notes/release-notes.html
108-
109-
- API Reference
110-
https://docs.mobileid.ch/api-reference/api.html
106+
- API Specification (OpenAPI / REST)
107+
https://docs.mobileid.ch/rest-api-guide/api-specification.html

docs/release-notes/release-notes.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

docs/rest-api-guide/app-provider-client-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ A description of this interface is available as a WSDL file: <a href="/wsdl/mobi
7575
| `<Base-URL>/soap/services/MSS_ProfilePort` | **MSS Profile Query** | [Section MSS Profile Query](/rest-api-guide/mobile-id-api.html#mss-profile-query) |
7676

7777
### **REST Endpoint**
78-
A description of this interface is available here: [API Specification](/api-reference/api) or you can download the corresponding YAML file: <a href="/openapi-mobileid.yaml" download="openapi-mobileid.yaml">openapi-mobileid.yaml</a>
78+
A description of this interface is available here: [API Specification](/rest-api-guide/api-specification) or you can download the corresponding YAML file: <a href="/openapi-mobileid.yaml" download="openapi-mobileid.yaml">openapi-mobileid.yaml</a>
7979

8080
#### Endpoints
8181

docs/rest-api-guide/mobile-id-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Mobile ID service exposes a web API available via both SOAP and RESTful (JSO
44
Refer to [Application Provider Client Integration](/rest-api-guide/app-provider-client-integration) for a detailed description of these interfaces, including download links for the corresponding WSDL and YAML files that describe the service definitions.
55

66
The OpenAPI specification for the RESTful API is also available here:
7-
[API Specification](/api-reference/api)
7+
[API Specification](/rest-api-guide/api-specification)
88

99

1010
## HTTP/1.1 Header

0 commit comments

Comments
 (0)