Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ packages/
4. **Tree Shakable**: Modular imports, no monolithic bundles
5. **Zero React in Core**: Core package has no React dependencies

See [Architecture Documentation](./docs/spec/architecture.md) for details.
See the [Architecture Overview](./content/docs/guide/architecture.md) guide for details.

## Writing Tests

Expand Down Expand Up @@ -466,8 +466,6 @@ Fumadocs is configured with `baseUrl: '/docs'`, which means all documentation pa

Link validation runs automatically via GitHub Actions on all PRs using lychee-action. This checks for broken internal and external links.

See [Documentation Guide](./docs/README.md) for details.

## Versioning and Releases

We use [Changesets](https://github.com/changesets/changesets) for version management and automated releases.
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ All 313 `@object-ui/fields` tests pass.

- [CONTRIBUTING.md](./CONTRIBUTING.md) — Contribution guidelines
- [QUICK_REFERENCE.md](./QUICK_REFERENCE.md) — Developer quick reference
- [Plugin Development Guide](./content/docs/guide/plugin-development.mdx)
- [Plugin Development Guide](./content/docs/guide/plugin-development.md)

---

Expand Down