Skip to content

Commit

Permalink
Merge branch 'frank/win2019eol-30oct' into frank/win2019eol-04dec
Browse files Browse the repository at this point in the history
  • Loading branch information
flin-8 committed Oct 19, 2023
2 parents 701fa78 + 482a94c commit 25ffb32
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 68 deletions.
59 changes: 3 additions & 56 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,6 @@
{
"markdown.validate.enabled": false,
"cSpell.words": [
"astro",
"auditability",
"Cloudsmith",
"comms",
"cutover",
"Datacenter",
"deployers",
"deregistering",
"DTUs",
"DWORD",
"eksctl",
"Frontmatter",
"globbing",
"healthcheck",
"HKLM",
"Lifecycles",
"Liquibase",
"NETBIOS",
"Netscaler",
"NTDS",
"NTLM",
"nupkg",
"Octo",
"octopusdeploy",
"octopusservernodes",
"octoserver",
"Octoshared",
"passout",
"Payara",
"Pitstop",
"pkcs",
"Postgre",
"Println",
"procexp",
"querystring",
"Redgate",
"remoting",
"Reprioritize",
"Robo",
"runbook",
"runbooks",
"Sakila",
"snapshotted",
"Springboot",
"sqlcmd",
"sqlvolume",
"struct",
"subfolders",
"tasklog",
"tasklogs",
"tsconfigs",
"unversioned",
"Websphere",
"Wildfly"
]
"files.associations": {
"*.mdx": "markdown"
},
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ The most common failures are:
- A new image is referenced with the wrong path
- An internal link has a bad address

### Spell-check
### Spell check

You can run the spell-check locally using:
You can run the spell check locally using:

```
pnpm spellcheck
Expand All @@ -52,9 +52,9 @@ For each error detected, you'll need to decide whether to:
- Correct your spelling, or
- Propose an addition to the custom dictionary

For example, if you added `MySQL` to an article and it was flagged as an unknown word, you could propose the addition of `MySQL` by adding it word list in the file `cspell.json`.
For example, if you added `MySQL` to an article and it was flagged as an unknown word, you could propose the addition of `MySQL` by adding it word list in the file `dictionary-octopus.txt`.

Some consideration should be given as to whether it should be `MySQL` or `MySql` and just a single entry should be added to `cspell.json` to promote consistency.
Some consideration should be given as to whether it should be `MySQL` or `MySql` and just a single entry should be added to `dictionary-octopus.txt` to promote consistency.

## Deploying to preview environment (Octopus Developers)

Expand Down
15 changes: 7 additions & 8 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"version": "0.2",
"language": "en",
"words": [
"astro",
"cutover",
"octopusdeploy",
"runbook",
"runbooks"
],
"dictionaries": ["dictionary-octopus"],
"dictionaryDefinitions": [{
"name": "dictionary-octopus",
"path": "./dictionary-octopus.txt",
"addWords": false
}],
"flagWords": [
"hte"
],
Expand All @@ -18,4 +17,4 @@
"pnpm-lock.yaml",
"node_modules/**"
]
}
}
5 changes: 5 additions & 0 deletions dictionary-octopus.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
astro
cutover
octopusdeploy
runbook
runbooks

0 comments on commit 25ffb32

Please sign in to comment.