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 Repo Template
21+ title : NHS Notify Supplier API
22222323description : >- # this means to ignore newlines until "baseurl:"
24- Repository Template documentation for the NHS Notify Platform.
24+ Onboarding and technical documentation for the NHS Notify Supplier API
2525baseurl : " " # the subpath of your site, e.g. /blog
2626url : " https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2727
2828collections_dir : collections
2929
3030collections :
3131 notify-repos :
32- output : true
3332 sort_by : order
3433
3534# Build settings
@@ -47,13 +46,15 @@ mermaid:
4746aux_links :
4847 " NHS Notify Repo Template on GitHub " :
4948 - " //github.com/NHSDigital/nhs-notify-repository-template"
49+ " NHS Notify Supplier API " :
50+ - " //github.com/NHSDigital/nhs-notify-supplier-api"
5051
5152aux_links_new_tab : false
5253
5354# Footer "Edit this page on GitHub" link text
5455gh_edit_link : true # show or hide edit this page link
5556gh_edit_link_text : " Edit this page on GitHub."
56- gh_edit_repository : " https://github.com/NHSDigital/nhs-notify-repository-template" # the github URL for your repo
57+ gh_edit_repository : " https://github.com/NHSDigital/nhs-notify-repository-template/docs " # the github URL for your repo
5758gh_edit_branch : " main" # the branch that your docs is served from
5859# gh_edit_source: docs # the source that your files originate from
5960gh_edit_view_mode : " tree" # "tree" or "edit" if you want the user to jump into the editor immediately
0 commit comments