generated from NHSDigital/nhs-notify-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from NHSDigital/ui-changes
UI changes
- Loading branch information
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -21,22 +21,15 @@ | |
title: NHS Notify Tech Docs | ||
# email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Write an awesome description for your new site here. You can edit this | ||
line in _config.yml. It will appear in your document head meta (for | ||
Google search results) and in your feed.xml site description. | ||
Technical documentation for the NHS Notify Platform. | ||
baseurl: "/nhs-notify" # the subpath of your site, e.g. /blog | ||
url: "https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: jekyllrb | ||
github_username: jekyll | ||
|
||
# Build settings | ||
theme: just-the-docs | ||
plugins: | ||
- jekyll-feed | ||
|
||
header_pages: | ||
- about.md | ||
|
||
color_scheme: nhs | ||
mermaid: | ||
# Version of mermaid library | ||
|
@@ -57,6 +50,23 @@ gh_edit_branch: "main" # the branch that your docs is served from | |
# gh_edit_source: docs # the source that your files originate from | ||
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately | ||
|
||
nav_external_links: | ||
- title: Notify Service Catalogue | ||
url: https://digital.nhs.uk/services/nhs-notify | ||
hide_icon: false # set to true to hide the external link icon - defaults to false | ||
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false | ||
|
||
- title: Notify Dns Tech Docs | ||
url: https://nhsdigital.github.io/nhs-notify-dns/ | ||
hide_icon: false # set to true to hide the external link icon - defaults to false | ||
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false | ||
|
||
- title: NHS SEQF | ||
url: https://github.com/NHSDigital/software-engineering-quality-framework | ||
hide_icon: false # set to true to hide the external link icon - defaults to false | ||
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false | ||
|
||
|
||
callouts: | ||
warning: | ||
title: Warning | ||
|
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