Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ac06b03
New Get Started pages
luke-whos-here Nov 27, 2025
9b4fd39
Update sidebars and create redirects
luke-whos-here Nov 28, 2025
f8af78b
Remove unused files
luke-whos-here Nov 28, 2025
e20ae6f
Remove 'test drive' pages
luke-whos-here Nov 28, 2025
f8a4f25
Put back required image
luke-whos-here Nov 28, 2025
4569f45
Reroute image for Accelerate docs
luke-whos-here Nov 28, 2025
247d9d2
Update older redirects to retired pages
luke-whos-here Nov 28, 2025
3337d5e
Correct redirect paths again
luke-whos-here Nov 28, 2025
bae31f3
Add starter tutorial to Tutorials in sidebar
luke-whos-here Nov 30, 2025
5c83cde
Change sidebar item to a link
luke-whos-here Nov 30, 2025
4ef39a1
Remove outdated i18n files
luke-whos-here Nov 30, 2025
537bace
Fixed bad link
luke-whos-here Nov 30, 2025
aaa5f34
Remove JetBrains Rider setup guide
luke-whos-here Nov 30, 2025
d441ca5
Update redirect paths to outdated docs
luke-whos-here Nov 30, 2025
668ee1b
Rewrite template installation section
luke-whos-here Dec 1, 2025
21ef2cf
Edit mention of IDE
luke-whos-here Dec 1, 2025
d4a0d56
Delete index.sublime-workspace
luke-whos-here Dec 1, 2025
b602731
Fix symbol in redirect file
luke-whos-here Dec 1, 2025
a98eda7
Explicitly call out first step in project
luke-whos-here Dec 1, 2025
6dda7a6
Starter tutorial page updates
luke-whos-here Dec 1, 2025
a6ab9f0
Edit position of event handler
luke-whos-here Dec 1, 2025
ce3d265
Edit VS setup instructions
luke-whos-here Dec 1, 2025
e45476c
Add descriptions
luke-whos-here Dec 11, 2025
13b9d95
Create a next page button on Get Started
luke-whos-here Dec 11, 2025
abeddf6
Convert files to MDX
luke-whos-here Dec 11, 2025
a6a403d
Add navigation buttons
luke-whos-here Dec 11, 2025
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
Prev Previous commit
Next Next commit
Add descriptions
Write descriptions for the front matter of each new article.
  • Loading branch information
luke-whos-here committed Dec 11, 2025
commit e45476cb67f38d9fc0b7b413d1dba7c19ca067ac
1 change: 1 addition & 0 deletions docs/get-started/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: index
title: Getting started
description: Get started with Avalonia. Install Avalonia and its prerequisites, then launch your first project using an Avalonia template.
---
import DownloadAvaloniaRider from '/img/get-started/download-rider-avaloniarider.png';
import DownloadAvaloniaExtensionForVS from '/img/get-started/download-vs-avalonia-extension.png';
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/starter-tutorial/adding-a-control.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: adding-a-control
title: Adding a control
description: How to add a button to your temperature converter app. Part 2 of 7 the Avalonia starter tutorial.
---

import CalculateButtonLeft from '/img/get-started/calculate-button-left.png';
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/starter-tutorial/adding-some-layout.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: adding-some-layout
title: Adding some layout
description: How to use layout controls to have multiple controls on your temperature converter app. Part 3 of 7 the Avalonia starter tutorial.
---

import TemperatureConverterTextOnly from '/img/get-started/temperature-converter-text-only.png';
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/starter-tutorial/converting-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: converting-data
title: Converting data
description: How to use code-behind to execute a response when the button is clicked. Part 6 of 7 the Avalonia starter tutorial.
---

# Converting data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: customizing-the-avalonia-window
title: Customizing the Avalonia window
description: How to adjust the attributes of the Avalonia window. Part 4 of 7 the Avalonia starter tutorial.
---

import AvaloniaWindowLayout from '/img/get-started/avalonia-window-layout.png';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: establishing-events-and-responses
title: Establishing events and responses
description: How to create an event handler to detect when the button is being clicked. Part 5 of 7 the Avalonia starter tutorial.
---

import MainWindowCodeBehindLocation from '/img/get-started/mainwindow-codebehind-location.png';
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/starter-tutorial/exercises.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: exercises
title: Exercises
description: Test your knowledge of Avalonia on three coding exercises. Part 7 of 7 the Avalonia starter tutorial.
---

# Starter exercises
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/starter-tutorial/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: index
title: Starter tutorial
description: Learn the basics of Avalonia by building a temperature converter app. Part 1 of 7 the Avalonia starter tutorial.
---

import DocCardList from '@theme/DocCardList';
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/xaml-previewers.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: xaml-previewers
title: XAML previewers
description: How to use XAML previewers when developing with Avalonia in a supported IDE.
---

import RiderXamlPreviewer from '/img/get-started/rider-xaml-previewer.png';
Expand Down