Skip to content

Commit 8ebd3af

Browse files
committed
docs: remove efx-forms-cra references, point to documentation examples instead
1 parent 88c5c43 commit 8ebd3af

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,4 +594,4 @@ const formValidations = {
594594
}
595595
```
596596

597-
[Examples](https://github.com/darianstlex/efx-forms-cra)
597+

docs-site/docs/contributing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,6 @@ When reporting:
212212

213213
## Questions?
214214

215-
- Review [examples](https://github.com/darianstlex/efx-forms-cra)
215+
- Review the [Examples](/docs/examples) documentation
216+
- Check out the [Quick Links](/docs/examples#quick-links) for common patterns
216217
- Open an issue for questions

docs-site/docs/examples.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ Practical examples showing common form patterns with efx-forms.
1414

1515
## Full Working Examples
1616

17-
For complete working examples, see the [efx-forms-cra](https://github.com/darianstlex/efx-forms-cra) repository.
17+
For complete working examples, see the example pages in this documentation:
1818

19-
```bash
20-
git clone https://github.com/darianstlex/efx-forms-cra
21-
cd efx-forms-cra
22-
npm install
23-
npm start
24-
```
19+
- [Basic Form](/docs/examples/basic-form) - Simple Form + Field setup
20+
- [Validation](/docs/examples/validation) - Form validation patterns
21+
- [Advanced Patterns](/docs/examples/advanced) - Conditional fields, dynamic forms
2522

2623
## Common Patterns
2724

docs-site/docs/examples/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,5 @@ function DataProviderForm() {
337337

338338
## Next Steps
339339

340-
- Explore more patterns in the [efx-forms-cra](https://github.com/darianstlex/efx-forms-cra) repository
341340
- Check the [API Reference](../api/components.md) for complete component documentation
341+
- Review the [Examples](../examples.md) page for more patterns

0 commit comments

Comments
 (0)