* refactored Storybook UI * refactored Storybook UI * removed extra cards from the doc, added card for ui components * added hover behavior to doc page & made it look selected * separate storybook docs and tests * separating storybook tests and docs * fixed spelling errors in docs * Final round of edits for frontend, added backend folder architecture * Created CODE_OF_CONDUCT.md * Add code of conduct to contributing.md * doc changes * fixed broken links * doc addition and changes * introduce user guide & graphql api * set up vale, added to docs * vale config file * revised backend best practices * connecting zapier and twenty * added warning for zapier
79 lines
877 B
YAML
79 lines
877 B
YAML
extends: conditional
|
|
message: "'%s' has no definition."
|
|
level: warning
|
|
ignorecase: false
|
|
scope: paragraph
|
|
# Ensures that the existence of 'first' implies the existence of 'second'.
|
|
first: '\b([A-Z]{3,5})\b'
|
|
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
|
|
# ... with the exception of these:
|
|
exceptions:
|
|
- API
|
|
- ASP
|
|
- CLI
|
|
- CPU
|
|
- CSS
|
|
- CSV
|
|
- DEBUG
|
|
- DOM
|
|
- DPI
|
|
- FAQ
|
|
- GCC
|
|
- GDB
|
|
- GET
|
|
- GPU
|
|
- GTK
|
|
- GUI
|
|
- HTML
|
|
- HTTP
|
|
- HTTPS
|
|
- IDE
|
|
- JAR
|
|
- JSON
|
|
- JSX
|
|
- LESS
|
|
- LLDB
|
|
- NET
|
|
- NOTE
|
|
- NVDA
|
|
- OSS
|
|
- PATH
|
|
- PDF
|
|
- PHP
|
|
- POST
|
|
- RAM
|
|
- REPL
|
|
- RSA
|
|
- SCM
|
|
- SCSS
|
|
- SDK
|
|
- SQL
|
|
- SSH
|
|
- SSL
|
|
- SVG
|
|
- TBD
|
|
- TCP
|
|
- TODO
|
|
- URI
|
|
- URL
|
|
- USB
|
|
- UTF
|
|
- XML
|
|
- XSS
|
|
- YAML
|
|
- ZIP
|
|
- AWS
|
|
- REST
|
|
- MDX
|
|
- NPM
|
|
- SMS
|
|
- SID
|
|
- VIP
|
|
- UPS
|
|
- RMA
|
|
- JSONB
|
|
- USD
|
|
- SASL
|
|
- SCRAM
|
|
- FIRST
|
|
- CORS |