chore: add fixes for broken links and missing demos for forms

This commit is contained in:
Joren Broekema 2020-06-04 13:17:50 +02:00
parent aaa6e81e8b
commit 4a82b8be84
4 changed files with 6 additions and 5 deletions

View file

@ -5,6 +5,7 @@ module.exports = {
stories: [ stories: [
'../packages/*/README.md', '../packages/*/README.md',
'../packages/*/docs/*.md', '../packages/*/docs/*.md',
'../packages/*/docs/!(assets)**/*.md',
'../docs/README.md', '../docs/README.md',
'../docs/**/*.md', '../docs/**/*.md',
'../README.md', '../README.md',

View file

@ -29,10 +29,10 @@ Our validation system is designed to:
- allow for advanced UX scenarios by updating validation state on every value change - allow for advanced UX scenarios by updating validation state on every value change
- provide a powerful way of writing validations via classes - provide a powerful way of writing validations via classes
Validation is applied by default to all [form controls](../form-core/docs/FormFundaments.md) via the Validation is applied by default to all [form controls](?path=/docs/forms-field-overview--page) via the
ValidateMixin. ValidateMixin.
For a detailed description of the validation system and the `ValidateMixin`, please see [ValidationSystem](./docs/ValidationSystem.md). For a detailed description of the validation system and the `ValidateMixin`, please see [ValidationSystem](?path=/docs/forms-validation-system--page).
## How to use ## How to use

View file

@ -119,7 +119,7 @@ On top of default validators, application developers can write their own by exte
### Localization ### Localization
The `ValidateMixin` supports localization out of the box via the [localize system](../../localize/). The `ValidateMixin` supports localization out of the box via the [localize system](?path=/docs/localize-intro--page).
All default validation messages are translated in the following languages (depicted by iso code): All default validation messages are translated in the following languages (depicted by iso code):
bg, cs, de, en, es, fr, hu, it, nl, pl, ro ,ru, sk, uk and zh. bg, cs, de, en, es, fr, hu, it, nl, pl, ro ,ru, sk, uk and zh.

View file

@ -30,8 +30,8 @@ export const main = () => {
## Features ## Features
- Based on [lion-input](?path=/docs/forms-system-overview--page) - Based on [lion-input](?path=/docs/forms-input--main#input)
- Makes use of [formatNumber](?path=/docs/localize-numbers) for formatting and parsing. - Makes use of [formatNumber](?path=/docs/localize-numbers--formatting#formatting) for formatting and parsing.
- Option to show currency as a suffix - Option to show currency as a suffix
- Option to override locale to change the formatting and parsing - Option to override locale to change the formatting and parsing
- Option to provide additional format options overrides - Option to provide additional format options overrides