Skip to content

Commit 1b7ebe1

Browse files
dev content
1 parent 8bcfb2c commit 1b7ebe1

File tree

2 files changed

+37
-31
lines changed

2 files changed

+37
-31
lines changed

docs/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: NHS Notify Tech Docs
21+
title: NHS Notify Dev Docs
2222
# email: your-email@example.com
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
Technical documentation for the NHS Notify Platform.
24+
Technical developer documentation for the NHS Notify Platform.
2525
baseurl: "/nhs-notify" # the subpath of your site, e.g. /blog
2626
url: "https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2727

docs/index.md

+35-29
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,53 @@ nav_order: 1
99

1010
[![CI/CD Pull Request](https://github.com/NHSDigital/nhs-notify/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/NHSDigital/nhs-notify/actions/workflows/jekyll-gh-pages.yml)
1111

12-
NHS Notify - for the NHS Notify web site, onboarding guidance, and customer support, please visit the [NHS Service Catalogue](https://digital.nhs.uk/services/nhs-notify).
12+
## NHS Notify Technical Developer Documentation
1313

14-
## Related Repos
15-
16-
- [nhs-notify](https://nhsdigital.github.io/nhs-notify)
17-
- [nhs-notify-dns](https://nhsdigital.github.io/nhs-notify-dns)
18-
19-
## Who/what is this repository is for?
20-
21-
- NHS Developers working on NHS Notify
22-
- Those who are interested in NHS Notify architecture and how it is developed.
23-
24-
## Who/what is this repository **not** for?
25-
26-
- Customer Support
27-
- Supplier Support
28-
29-
## What this repo contains
30-
31-
- High level developer documentation for source code location, and build process.
32-
- Acts as the "root" for all separate public NHS Notify repositories.
33-
34-
## What this repo does not contain
35-
36-
- Any configuration of details of the Deployment phases or infrastructure of the NHS Notify Platform.
14+
> Please visit the [NHS Service Catalogue](https://digital.nhs.uk/services/nhs-notify) for:
15+
>
16+
> - NHS Notify web site
17+
> - Onboarding guidance
18+
> - Customer support
19+
> - Supplier support
20+
>
21+
> ### Who/what is this repository is for?
22+
>
23+
> - NHS Developers working on NHS Notify
24+
> - Those who are interested in NHS Notify architecture and how it is actively developed
25+
>
26+
> ### Who/what is this repository **not** for?
27+
>
28+
> - Customer Support
29+
> - Supplier Support
30+
>
31+
> ### What this repo contains
32+
>
33+
> - High level developer documentation for source code location, and build process.
34+
> - Acts as the "root" for all separate public NHS Notify repositories.
35+
>
36+
> ### What this repo does **not** contain
37+
>
38+
> - Any configuration of details of the Deployment phases or infrastructure of the NHS Notify Platform.
39+
> - Information about the NHS England hosted NHS Notify platform
40+
>
3741
3842
## Table of Contents
3943

40-
- [Related Repos](#related-repos)
41-
- [Who/what is this repository is for?](#whowhat-is-this-repository-is-for)
42-
- [Who/what is this repository **not** for?](#whowhat-is-this-repository-not-for)
43-
- [What this repo contains](#what-this-repo-contains)
44-
- [What this repo does not contain](#what-this-repo-does-not-contain)
44+
- [NHS Notify Technical Developer Documentation](#nhs-notify-technical-developer-documentation)
4545
- [Table of Contents](#table-of-contents)
46+
- [Related Repos](#related-repos)
4647
- [Documentation](#documentation)
4748
- [Setup](#setup)
4849
- [Prerequisites](#prerequisites)
4950
- [Configuration](#configuration)
5051
- [Contributing](#contributing)
5152
- [Licence](#licence)
5253

54+
## Related Repos
55+
56+
- [nhs-notify](https://nhsdigital.github.io/nhs-notify)
57+
- [nhs-notify-dns](https://nhsdigital.github.io/nhs-notify-dns)
58+
-
5359
## Documentation
5460

5561
- [Built](https://nhsdigital.github.io/nhs-notify/)

0 commit comments

Comments
 (0)