|
10 | 10 | <link href="../../stylesheets/manifest.css" rel="stylesheet" />
|
11 | 11 |
|
12 | 12 | <link rel="canonical" href="https://ministryofjustice.github.io/hmpps-integration-api/documentation/adr/">
|
| 13 | + <link rel="icon" sizes="48x48" href="../../assets/govuk/assets/images/favicon.ico"> |
| 14 | + <link rel="icon" sizes="any" href="../../assets/govuk/assets/images/favicon.svg" type="image/svg+xml"> |
| 15 | + <link rel="mask-icon" href="../../assets/govuk/assets/images/govuk-icon-mask.svg" color="#0b0c0c"> |
| 16 | + <link rel="apple-touch-icon" href="../../assets/govuk/assets/images/govuk-icon-180.png"> |
| 17 | + <link rel="manifest" href="/assets/govuk/assets/manifest.json"> |
13 | 18 |
|
14 | 19 | <meta name="robots" content="noindex" />
|
15 | 20 | <meta name="twitter:card" content="summary" />
|
16 | 21 | <meta name="twitter:domain" content="ministryofjustice.github.io" />
|
17 |
| - <meta name="twitter:image" content="https://ministryofjustice.github.io/hmpps-integration-api/images/govuk-large.png" /> |
| 22 | + <meta name="twitter:image" content="https://ministryofjustice.github.io/hmpps-integration-api/assets/govuk/assets/images/govuk-opengraph-image.png" /> |
18 | 23 | <meta name="twitter:title" content="Architecture Decision Records - HMPPS Integration API And Events Documentation" />
|
19 | 24 | <meta name="twitter:url" content="https://ministryofjustice.github.io/hmpps-integration-api/documentation/adr/" />
|
20 | 25 |
|
21 |
| - <meta property="og:image" content="https://ministryofjustice.github.io/hmpps-integration-api/images/govuk-large.png" /> |
| 26 | + <meta property="og:image" content="https://ministryofjustice.github.io/hmpps-integration-api/assets/govuk/assets/images/govuk-opengraph-image.png" /> |
22 | 27 | <meta property="og:site_name" content="HMPPS Integration API And Events Documentation" />
|
23 | 28 | <meta property="og:title" content="Architecture Decision Records" />
|
24 | 29 | <meta property="og:type" content="object" />
|
|
28 | 33 | </head>
|
29 | 34 |
|
30 | 35 | <body class="govuk-template__body">
|
31 |
| - <script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script> |
| 36 | + <script>document.body.className += ' js-enabled' + ('noModule' in HTMLScriptElement.prototype ? ' govuk-frontend-supported' : '');</script> |
32 | 37 |
|
33 | 38 | <div class="app-pane">
|
34 | 39 | <div class="app-pane__header toc-open-disabled">
|
|
45 | 50 | </div>
|
46 | 51 | <div class="govuk-header__content">
|
47 | 52 | <nav class="govuk-header__navigation govuk-header__navigation--end" aria-label="Menu">
|
48 |
| - <button type="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" aria-label="Show or hide menu">Menu</button> |
| 53 | + <button type="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" hidden>Menu</button> |
49 | 54 | <ul id="navigation" class="govuk-header__navigation-list">
|
50 | 55 | <li class="govuk-header__navigation-item">
|
51 | 56 | <a class="govuk-header__link" href="https://github.com/ministryofjustice/hmpps-integration-api">Integration API GitHub</a>
|
|
69 | 74 |
|
70 | 75 | <div class="app-pane__body" data-module="in-page-navigation">
|
71 | 76 | <div class="app-pane__toc">
|
72 |
| - <div class="toc" data-module="table-of-contents" tabindex="-1" aria-label="Table of contents" role="dialog"> |
| 77 | + <div class="toc" data-module="table-of-contents" tabindex="-1" aria-label="Table of contents"> |
73 | 78 | <div class="search" data-module="search" data-path-to-site-root="../../">
|
74 | 79 | <form action="https://www.google.co.uk/search" method="get" role="search" class="search__form govuk-!-margin-bottom-4">
|
75 | 80 | <input type="hidden" name="as_sitesearch" value="https://ministryofjustice.github.io/hmpps-integration-api"/>
|
76 |
| - <label class="govuk-label search__label" for="search" aria-hidden="true"> |
| 81 | + <label class="govuk-label search__label" for="search"> |
77 | 82 | Search (via Google)
|
78 | 83 | </label>
|
79 | 84 | <input
|
80 |
| - type="text" |
| 85 | + type="search" |
81 | 86 | id="search" name="q"
|
82 | 87 | class="govuk-input govuk-!-margin-bottom-0 search__input"
|
83 | 88 | aria-controls="search-results"
|
@@ -277,7 +282,7 @@ <h1 id="relevant-architecture-decision-records">Relevant Architecture Decision R
|
277 | 282 | .
|
278 | 283 | </div>
|
279 | 284 |
|
280 |
| - <div class='page-expiry--expired'> |
| 285 | + <div class='page-expiry--expired' hidden> |
281 | 286 | This page was set to be reviewed before 3 December 2024
|
282 | 287 | by the page owner <a href="">#hmpps-integration-api-alerts</a>.
|
283 | 288 | This might mean the content is out of date.
|
@@ -331,6 +336,7 @@ <h1 id="relevant-architecture-decision-records">Relevant Architecture Decision R
|
331 | 336 | </div>
|
332 | 337 |
|
333 | 338 |
|
| 339 | + <script src="../../javascripts/govuk_frontend.js" type="module"></script> |
334 | 340 | <script src="../../javascripts/application.js"></script>
|
335 | 341 | </body>
|
336 | 342 | </html>
|
0 commit comments