-
Notifications
You must be signed in to change notification settings - Fork 59
docs: Improve Getting Started #2820
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
base: main
Are you sure you want to change the base?
Conversation
|
|
98b84de to
be749b5
Compare
|
@dr1rrb I think to remember you wanted to look at this for e.g. the banner, at the time I send the temp HD licensing PR 🙃 could you or somebody else of the team check on this? |
|
@kazo0 for the rest of the hostbuilder updates here in the upgrading file here you mentioned, if you would delete that, I think we would then need the steps in the hostbuilder somewhere else🤔 I had initially the problems starting with those, that the seperate ones in the extensions how to were not showing me in which order I need to add them🤔 of course something like putting that initializing Configure infront but Maybe putting options before configure services and the others also. I would not remember that any of them are mentioning any relationship or order to the options they are all importing or and using. Maybe we could also indeed add even secondary for each a sentence that is introducing us to the expected appsettings nested name? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the Getting Started documentation for Uno.Extensions by clarifying setup steps and providing more comprehensive guidance. The changes focus on making the installation and configuration process more user-friendly and complete.
- Enhanced clarity around prerequisites and setup requirements
- Improved step-by-step guidance for configuring Uno.Extensions with better ordering
- Added comprehensive code examples showing both Frame Navigation and Uno.Extensions Navigation approaches
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| doc/Learn/includes/single-project.md | Added clarification text about completing migration before proceeding |
| doc/Learn/includes/existing-app.md | Improved wording for clarity about existing application setup |
| doc/GettingStarted.md | Major restructuring with enhanced code examples, better step ordering, and comprehensive configuration details |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Steve Bilogan <[email protected]>
Co-authored-by: Steve Bilogan <[email protected]>
Co-authored-by: Steve Bilogan <[email protected]>
Co-authored-by: Steve Bilogan <[email protected]>
Co-authored-by: Steve Bilogan <[email protected]>
Co-authored-by: Steve Bilogan <[email protected]>
doc/GettingStarted.md
Outdated
| #endif | ||
| // Get Read and Write functions for Package Files | ||
| .UseStorage() | ||
| .UseLogging(configure: (context, logBuilder) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace not correct
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Other information
Internal Issue (If applicable):