generated from ministryofjustice/hmpps-template-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 5ea0213 🚀
- Loading branch information
1 parent
e088d05
commit 32564c0
Showing
37 changed files
with
34,212 additions
and
0 deletions.
There are no files selected for viewing
358 changes: 358 additions & 0 deletions
358
drafts/SJM-update-plp-path-2/api-changes-and-versioning.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"title":"Search","url":"../search/index.html","review_by":null,"owner_slack":null},{"title":"Architecture Decision Records","url":"../documentation/adr/index.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"Open API Specification","url":"../documentation/api/index.html","review_by":"2024-12-03","owner_slack":"\u0026#35;hmpps-integration-api-alerts (Slack Channel)"},{"title":"Get started","url":"../documentation/get-started/index.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"About","url":"../index.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"Authentication","url":"../authentication.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"API Changes and Versioning","url":"../api-changes-and-versioning.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"}] |
Binary file added
BIN
+39.9 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/fonts/bold-affa96571d-v2.woff
Binary file not shown.
Binary file added
BIN
+30.7 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/fonts/bold-b542beb274-v2.woff2
Binary file not shown.
Binary file added
BIN
+32.6 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/fonts/light-94a07e06a1-v2.woff2
Binary file not shown.
Binary file added
BIN
+42.4 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/fonts/light-f591b13f7d-v2.woff
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/govuk-crest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.57 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/govuk-icon-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.64 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/govuk-icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.57 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/govuk-icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/govuk-icon-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.47 KB
drafts/SJM-update-plp-path-2/assets/govuk/assets/images/govuk-opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions
39
drafts/SJM-update-plp-path-2/assets/govuk/assets/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"icons": [ | ||
{ | ||
"src": "images/favicon.ico", | ||
"type": "image/x-icon", | ||
"sizes": "48x48" | ||
}, | ||
{ | ||
"src": "images/favicon.svg", | ||
"type": "image/svg+xml", | ||
"sizes": "150x150", | ||
"purpose": "any" | ||
}, | ||
{ | ||
"src": "images/govuk-icon-180.png", | ||
"type": "image/png", | ||
"sizes": "180x180", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "images/govuk-icon-192.png", | ||
"type": "image/png", | ||
"sizes": "192x192", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "images/govuk-icon-512.png", | ||
"type": "image/png", | ||
"sizes": "512x512", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "images/govuk-icon-mask.svg", | ||
"type": "image/svg+xml", | ||
"sizes": "150x150", | ||
"purpose": "monochrome" | ||
} | ||
] | ||
} |
Oops, something went wrong.