Skip to content

Commit 769862a

Browse files
update asciidoc html files [skip ci] (#260)
Co-authored-by: timunie <47110241+timunie@users.noreply.github.com>
1 parent ebeb148 commit 769862a

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,6 @@ <h1>Avalonia <span class="image"><a class="image" href="https://www.avaloniaui.n
19491949
<div id="content">
19501950
<div id="preamble">
19511951
<div class="sectionbody">
1952-
<!-- toc disabled -->
19531952
<div class="paragraph">
19541953
<p>Welcome to <strong>Avalonia.Samples</strong>. This is a collection of minimal samples, which should make it easy for everyone to get started with <a href="https://www.avaloniaui.net" target="_blank" rel="noopener">Avalonia</a>. Each sample is focusing on only one aspect of Avalonia.</p>
19551954
</div>
@@ -2418,7 +2417,7 @@ <h4 id="_adding_a_new_sample">Adding a new sample</h4>
24182417
</div>
24192418
<div id="footer">
24202419
<div id="footer-text">
2421-
Last updated 2026-02-27 15:13:45 UTC
2420+
Last updated 2026-02-27 15:15:49 UTC
24222421
</div>
24232422
</div>
24242423
</body>

src/Avalonia.Samples/CompleteApps/AdvancedToDoList/index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,23 @@ <h2 id="_before_we_start">Before we start</h2>
21492149
<div class="sect1">
21502150
<h2 id="_the_solution">The Solution</h2>
21512151
<div class="sectionbody">
2152+
<div class="admonitionblock tip">
2153+
<table>
2154+
<tr>
2155+
<td class="icon">
2156+
<i class="fa icon-tip" title="Tip"></i>
2157+
</td>
2158+
<td class="content">
2159+
<div class="paragraph">
2160+
<p>We recommend to open the source code in parallel while going through this tutorial.</p>
2161+
</div>
2162+
<div class="paragraph">
2163+
<p><a href="https://github.com/AvaloniaUI/Avalonia.Samples/tree/main/src/Avalonia.Samples/CompleteApps/AdvancedToDoList" target="_blank" rel="noopener">[Bring me to the source code]</a></p>
2164+
</div>
2165+
</td>
2166+
</tr>
2167+
</table>
2168+
</div>
21522169
<div class="sect2">
21532170
<h3 id="_step_1_create_a_new_solution">Step 1: Create a new Solution</h3>
21542171
<div class="admonitionblock note">
@@ -2267,9 +2284,6 @@ <h3 id="_step_2_create_a_shared_controls_library">Step 2: Create a Shared-Contro
22672284
<div class="paragraph">
22682285
<p>In addition, we will create some commonly used <code>Converter</code> and <code>Helper</code> classes.</p>
22692286
</div>
2270-
<div class="paragraph">
2271-
<p>Please see the <a href="SharedControls/">[source-code]</a> for details and further explanations.</p>
2272-
</div>
22732287
</div>
22742288
<div class="sect2">
22752289
<h3 id="_step_3_implement_the_data_layer">Step 3: Implement the Data Layer</h3>
@@ -3035,7 +3049,7 @@ <h2 id="_see_it_in_action">See it in Action</h2>
30353049
</div>
30363050
<div id="footer">
30373051
<div id="footer-text">
3038-
Last updated 2026-02-27 15:00:30 UTC
3052+
Last updated 2026-02-27 18:10:07 UTC
30393053
</div>
30403054
</div>
30413055
</body>

0 commit comments

Comments
 (0)