Skip to content

Commit

Permalink
ci: Workflow Bot -- Build Docs (#2648)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent a151ccc commit 1dfdfab
Show file tree
Hide file tree
Showing 44 changed files with 476 additions and 476 deletions.
30 changes: 15 additions & 15 deletions docs/types/cspell-types/interfaces/BaseSetting.md
Expand Up @@ -42,7 +42,7 @@ True to enable compound word checking.

#### Defined in

[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376)
[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376)

___

Expand All @@ -60,7 +60,7 @@ Determines if words must match case and accent rules.

#### Defined in

[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387)
[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387)

___

Expand All @@ -72,7 +72,7 @@ Optional description of configuration.

#### Defined in

[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355)
[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355)

___

Expand All @@ -87,7 +87,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`.

#### Defined in

[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398)
[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398)

___

Expand All @@ -99,7 +99,7 @@ Define additional available dictionaries.

#### Defined in

[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390)
[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390)

___

Expand All @@ -113,7 +113,7 @@ Is the spell checker enabled.

#### Defined in

[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361)
[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361)

___

Expand All @@ -125,7 +125,7 @@ List of words to always be considered incorrect.

#### Defined in

[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367)
[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367)

___

Expand All @@ -137,7 +137,7 @@ Optional identifier.

#### Defined in

[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349)
[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349)

___

Expand All @@ -151,7 +151,7 @@ Example: ["href"] - to exclude html href.

#### Defined in

[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416)
[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416)

___

Expand All @@ -163,7 +163,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i

#### Defined in

[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370)
[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370)

___

Expand All @@ -176,7 +176,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will

#### Defined in

[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422)
[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422)

___

Expand All @@ -188,7 +188,7 @@ Optional name of configuration.

#### Defined in

[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352)
[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352)

___

Expand All @@ -206,7 +206,7 @@ possible suggestions.

#### Defined in

[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409)
[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409)

___

Expand All @@ -218,7 +218,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx

#### Defined in

[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425)
[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425)

___

Expand All @@ -230,4 +230,4 @@ List of words to be always considered correct.

#### Defined in

[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364)
[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364)
12 changes: 6 additions & 6 deletions docs/types/cspell-types/interfaces/CSpellReporter.md
Expand Up @@ -21,7 +21,7 @@

#### Defined in

[CSpellReporter.ts:81](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L81)
[CSpellReporter.ts:81](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L81)

___

Expand All @@ -31,7 +31,7 @@ ___

#### Defined in

[CSpellReporter.ts:82](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L82)
[CSpellReporter.ts:82](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L82)

___

Expand All @@ -41,7 +41,7 @@ ___

#### Defined in

[CSpellReporter.ts:80](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L80)
[CSpellReporter.ts:80](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L80)

___

Expand All @@ -51,7 +51,7 @@ ___

#### Defined in

[CSpellReporter.ts:79](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L79)
[CSpellReporter.ts:79](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L79)

___

Expand All @@ -61,7 +61,7 @@ ___

#### Defined in

[CSpellReporter.ts:83](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L83)
[CSpellReporter.ts:83](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L83)

___

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

#### Defined in

[CSpellReporter.ts:84](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L84)
[CSpellReporter.ts:84](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L84)
2 changes: 1 addition & 1 deletion docs/types/cspell-types/interfaces/CSpellReporterModule.md
Expand Up @@ -26,4 +26,4 @@

#### Defined in

[CSpellReporter.ts:88](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L88)
[CSpellReporter.ts:88](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L88)

0 comments on commit 1dfdfab

Please sign in to comment.