-
Notifications
You must be signed in to change notification settings - Fork 282
Luke new starter pages #781
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
Open
luke-whos-here
wants to merge
22
commits into
main
Choose a base branch
from
luke-new-starter-pages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Built new Get Started and Starter Tutorial pages. Added relevant media files.
Update the sidebar to show the new Get Started pages, and add some new redirects to ensure we don't break backlinks to the old pages.
Deleted unused or redundant files from the top level of the /get-started directory. Created new redirects for some older URLs that are no longer in use but may still be referenced externally.
Deleted the entire 'test drive' folder, along with associated media files.
Got too excited deleting stuff and accidentally removed an image used for the Accelerate docs.
Reroute the one image file in /get-started that's used in the Accelerate docs to /vs-extension, to avoid similar confusion in future.
Should have guessed some of the older redirects still referenced the /test-drive pages.
Apparently the redirect plugin doesn't do index pages. Bit weird, but okay.
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
mrlacey
reviewed
Nov 28, 2025
docs/get-started/starter-tutorial/establishing-events-and-responses.mdx
Outdated
Show resolved
Hide resolved
mrlacey
reviewed
Nov 28, 2025
Add a link to the starter tutorial under the Tutorials category in the sidebar, for the benefit of any new users jumping directly to the tutorials.
Redo the extra appearance of Starter Tutorial in the sidebar as a link, to avoid messing up navigation.
stevemonaco
reviewed
Nov 30, 2025
Delete translated versions of old /get-started pages from the i18n folder, to avoid weird user experiences seeing an translation of a completely different page.
Totally needed a coffee before I started work.
Deleted files for the JetBrains Rider setup guide under the /reference path. This will be superseded by the new Getting Started guide.
Bloody outdated redirects crashing the build again.
Edited the section on installing Avalonia templates to account for templates being included with some IDEs.
Remove mention of IDE on the index page to avoid confusion.
Remove unneeded file.
Wrong symbol used before.
Added some specificity around the first step of the tutorial, and updated link to go to the relevant anchored section.
Further edits to the /starter-tutorial top page to correct errors and clarify starting state of the tutorial.
Change instructions and sample for event handler to place it under the constructor, per C# convention.
Removed mention of ReactiveUI from project setup instructions for VS.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR publishes a new Get Started page, together with a rewritten Starter Tutorial. As part of the update, the old /get-started and /test-drive pages are retired. Redirects have been added to ensure backlinks continue to function.