Skip to content

Commit

Permalink
ci: Workflow Bot -- Build Docs (#4136)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
Co-authored-by: Jason Dent <jason@streetsidesoftware.nl>
  • Loading branch information
3 people authored Feb 11, 2023
1 parent b805b11 commit 86ea2f6
Show file tree
Hide file tree
Showing 56 changed files with 1,385 additions and 590 deletions.
6 changes: 6 additions & 0 deletions docs/types/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
"path": "./.cspell/custom-dictionary.txt",
"addWords": true
}
],
"overrides": [
{
"filename": [".cspell.json", "cspell-types/interfaces/**/*.md"],
"ignoreWords": ["colour", "canot"]
}
]
}
24 changes: 24 additions & 0 deletions docs/types/cspell-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,27 @@ module.exports = cspell;
## API

`CSpellSettings` alias `CSpellUserSettings` is the formal definition of the configuration that controls the spell checker.

## CSpell for Enterprise

<!--- @@inject: ../../static/tidelift.md --->

Available as part of the Tidelift Subscription.

The maintainers of cspell and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-cspell?utm_source=npm-cspell&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)

<!--- @@inject-end: ../../static/tidelift.md --->

<!--- @@inject: ../../static/footer.md --->

<br/>

---

<p align="center">
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
</a>
</p>

<!--- @@inject-end: ../../static/footer.md --->
4 changes: 2 additions & 2 deletions docs/types/cspell-types/enums/IssueType.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Defined in

[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/5bd8203/packages/cspell-types/src/CSpellReporter.ts#L41)
[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/b805b11/packages/cspell-types/src/CSpellReporter.ts#L41)

___

Expand All @@ -27,4 +27,4 @@ ___

#### Defined in

[CSpellReporter.ts:40](https://github.com/streetsidesoftware/cspell/blob/5bd8203/packages/cspell-types/src/CSpellReporter.ts#L40)
[CSpellReporter.ts:40](https://github.com/streetsidesoftware/cspell/blob/b805b11/packages/cspell-types/src/CSpellReporter.ts#L40)
Loading

0 comments on commit 86ea2f6

Please sign in to comment.