Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README): Use xrefs #1555

Merged
merged 1 commit into from
Jun 13, 2023
Merged
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
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@
Uno.Extensions is a series of NuGet packages designed to encapsulate common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform.

## Getting Started
See the complete [documentation](https://platform.uno/docs/articles/external/uno.extensions/doc/ExtensionsOverview.html) for getting started with Uno.Extensions.

See the complete [documentation](xref:Overview.Features) for getting started with Uno.Extensions.

## Documentation
All the documentation for getting you started with [Uno Platform](https://platform.uno/) can be found on our [website](https://platform.uno/docs/articles/external/uno.extensions/doc/ExtensionsOverview.html).

All the documentation for getting you started with [Uno Platform](https://platform.uno/) can be found on our [website](xref:Overview.Features).

## License

This project is licensed under the Apache 2.0 license - see the [LICENSE](LICENSE) file for details.

## Contributing
Please read our [contributing guide](https://github.com/unoplatform/uno/blob/master/CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements.

Please read our [contributing guide](https://github.com/unoplatform/uno/blob/master/CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements.
Come visit us on our [Discord Channel #uno-platform](https://discord.gg/eBHZSKG) for help on how to contribute!

Contribute to Uno in your browser using [GitPod.io](https://gitpod.io), follow [our guide here](https://platform.uno/docs/articles/features/working-with-gitpod.html).

Be also mindful of our [Code of Conduct](CODE_OF_CONDUCT.md).

## Contributors

Thanks go to these wonderful people (List made with [contrib.rocks](https://contrib.rocks)):

[![Uno.Extensions Contributors](https://contrib.rocks/image?repo=unoplatform/uno.extensions)](https://github.com/unoplatform/uno.extensions/graphs/contributors)
Expand Down