Skip to content

Commit 51ca1de

Browse files
authored
Ignore misspellings in reference labels, improve vocab config, fix misspellings (#1959)
* Ignore misspellings in reference labels * Improve spellcheck and correct misspellings
1 parent d8bb995 commit 51ca1de

File tree

4 files changed

+22
-9
lines changed

4 files changed

+22
-9
lines changed

.vale.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ Packages = Microsoft
1010
BasedOnStyles = Vale, Microsoft
1111
Microsoft.Contractions = suggestion
1212
Microsoft.Units = suggestion
13+
; ignore MyST reference targets
14+
TokenIgnores = \([a-zA-Z0-9._-]*\)=

docs/classic-ui/theming/diazo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ CSS and JavaScript files should be properly versioned or hashed to avoid any cac
133133
If the CSS file is called {file}`global.css`, and your designer updates the CSS without changing the file name, you will surely face caching issues.
134134
Browsers, varnish, or other proxy servers might cache your files, and not serve them to the end users until the cache expires or gets flushed.
135135

136-
To avoid this issue, CSS bundling techniques that use npm tooling—such as Gulp, Grunt, or Webpack—create hashed or versioned filenames for CSS and JavaScript files.
136+
To avoid this issue, CSS bundling techniques that use npm tooling—such as Gulp, Grunt, or webpack—create hashed or versioned filenames for CSS and JavaScript files.
137137
The following HTML snippets show examples of versioned files.
138138

139139
```html

docs/classic-ui/theming/scss-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All the theming relevant files are now located inside `src/plonetheme/themebased
4848
: Basic theme configuration for the backend.
4949

5050
`package.json`
51-
: npm package configuration which defines all requirements for theming with barceloneta.
51+
: npm package configuration which defines all requirements for theming with Barceloneta.
5252

5353
`rules.xml`
5454
: Diazo rules which translate the `index.html` and fills it with content from the backend.
Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
-{0,1}plone-{0,1}
2-
-{0,1}volto-{0,1}
3-
-{0,1}zope-{0,1}
41
`plone.api`
52
`plone.restapi`
63
`plone.volto`
@@ -15,41 +12,55 @@ Barceloneta
1512
bugfix
1613
buildout
1714
cacheable
15+
Classic UI
1816
CommonJS
17+
Cookieplone
1918
doctest
19+
ETags?
20+
[Ff]avicon
2021
folderish
2122
fieldset
2223
getter
2324
JavaScript
2425
[Jj]enkins
2526
jQuery
2627
libxslt
28+
middleware
2729
Mockup
2830
npm
2931
nvm
3032
Pastanaga
33+
Patternslib
34+
pipx
3135
PLIP(s)
3236
Plone
37+
plonecli
3338
pluggab(le|ility)
34-
[Pp]ortlet
39+
[Pp]ortlets?
3540
prerendered
3641
programatically
3742
[Qq]uerystring
3843
Razzle
39-
[Rr]enderer
44+
[Rr]enderers?
4045
RichText
4146
Sass
4247
Schuko
4348
subfolder
49+
toggler
4450
[Tt]owncrier
45-
transpile[dr]{0,1}
51+
transpilation
52+
transpile[drs]{0,1}
4653
[Uu]ncomment
4754
[Uu]nhide
4855
unregister
56+
untranspiled
4957
UUID
5058
uv
5159
validator
52-
[Vv]iewlet
60+
[Vv]iewlets?
61+
Vitest
5362
Volto
5463
Vue
64+
webpack
65+
wireframe
5566
Zope

0 commit comments

Comments
 (0)