forked from NHSDigital/nhs-notify-web-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added workspace file back * Workspace to only docs.
- Loading branch information
1 parent
0b74c3d
commit 68d71aa
Showing
12 changed files
with
166 additions
and
71 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
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,19 @@ | ||
# NHS Notify Code Owners | ||
|
||
* @NHSDigital/nhs-notify-amet | ||
|
||
/.github/ @NHSDigital/nhs-notify-amet | ||
*.code-workspace @NHSDigital/nhs-notify-amet | ||
|
||
/docs/ @NHSDigital/nhs-notify-amet | ||
/docs/_sass/ @NHSDigital/nhs-notify-web-cms | ||
/docs/_includes/ @NHSDigital/nhs-notify-web-cms | ||
/docs/_layouts/ @NHSDigital/nhs-notify-web-cms | ||
/docs/pages/ @NHSDigital/nhs-notify-web-cms | ||
/docs/collections/ @NHSDigital/nhs-notify-web-cms | ||
/docs/_config.yml @NHSDigital/nhs-notify-web-cms | ||
/docs/_config.dev.yml @NHSDigital/nhs-notify-web-cms | ||
|
||
# Default protection for codeowners, must be last in file. | ||
/.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners | ||
/CODEOWNERS @NHSDigital/nhs-notify-code-owners |
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 |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
|
||
# Please, add your custom content below! | ||
|
||
nhs-notify-web-cms.code-workspace | ||
!nhs-notify-web-cms.code-workspace |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
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,17 @@ | ||
default: install | ||
|
||
h help: | ||
@egrep '^\S|^$$' Makefile | ||
|
||
install: | ||
bundle config set --local path vendor/bundle | ||
bundle install | ||
|
||
s serve: | ||
bundle exec jekyll serve --trace --livereload | ||
|
||
build: | ||
JEKYLL_ENV=production bundle exec jekyll build --trace | ||
|
||
debug: | ||
npm run debug |
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,3 @@ | ||
# Developer info for Public Website | ||
|
||
Document here. |
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
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,15 @@ | ||
{ | ||
"name": "nhs-notify-web-cms", | ||
"version": "1.0.0", | ||
"description": "", | ||
"private": true, | ||
"engines": {}, | ||
"scripts": { | ||
"debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml --limit_posts 100 --trace --livereload" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": {}, | ||
"dependencies": {} | ||
} |
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,89 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"name": "NHS Notify Web CMS Public Website", | ||
"path": "docs" | ||
} | ||
], | ||
"settings": { | ||
"githubCodeOwners.format.enabled": true, | ||
"workspace-terminals.switchTerminal": "always", | ||
"workspace-terminals.auto": "always", | ||
"markdownlint.config": { | ||
"MD013": false, | ||
"MD024": { "siblings_only": true }, | ||
"MD033": false | ||
}, | ||
"cSpell.words": [ | ||
"ADRS", | ||
"Amaan", | ||
"Codespaces", | ||
"endfor", | ||
"Nasar", | ||
"preinstalled", | ||
"pythonist", | ||
"rossbugginsnhs", | ||
"ruleset", | ||
"Stefaniuk" | ||
], | ||
"cSpell.language": "en-GB", | ||
"editor.wordWrap": "off", | ||
"editor.formatOnSave": true, | ||
"[markdown]": { | ||
"editor.wordWrap": "off", | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[html]": { | ||
"editor.defaultFormatter": "vscode.html-language-features" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"files.exclude": { | ||
"**/_site": true, | ||
"**/.jekyll-cache": true | ||
} | ||
}, | ||
"extensions": { | ||
"recommendations": [ | ||
"alefragnani.bookmarks", | ||
"davidanson.vscode-markdownlint", | ||
"dbaeumer.vscode-eslint", | ||
"donjayamanne.githistory", | ||
"eamodio.gitlens", | ||
"editorconfig.editorconfig", | ||
"esbenp.prettier-vscode", | ||
"github.codespaces", | ||
"github.github-vscode-theme", | ||
"github.remotehub", | ||
"github.vscode-github-actions", | ||
"github.vscode-pull-request-github", | ||
"hediet.vscode-drawio", | ||
"johnpapa.vscode-peacock", | ||
"mhutchie.git-graph", | ||
"ms-azuretools.vscode-docker", | ||
"ms-vscode-remote.remote-containers", | ||
"ms-vscode-remote.remote-wsl", | ||
"ms-vscode.hexeditor", | ||
"ms-vscode.live-server", | ||
"ms-vsliveshare.vsliveshare", | ||
"redhat.vscode-xml", | ||
"streetsidesoftware.code-spell-checker-british-english", | ||
"tamasfe.even-better-toml", | ||
"tomoki1207.pdf", | ||
"vscode-icons-team.vscode-icons", | ||
"vstirbu.vscode-mermaid-preview", | ||
"wayou.vscode-todo-highlight", | ||
"yzane.markdown-pdf", | ||
"yzhang.dictionary-completion", | ||
"yzhang.markdown-all-in-one", | ||
"joshx.workspace-terminals", | ||
"takumii.markdowntable", | ||
"chdsbd.github-code-owners" | ||
], | ||
"unwantedRecommendations": [] | ||
} | ||
} |