Skip to content

Commit af56a20

Browse files
Merge pull request #792 from Accuraty/misc-updates
Misc updates
2 parents 966fda6 + dc26978 commit af56a20

8 files changed

Lines changed: 72 additions & 18 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ First, it is recommended to create a new branch to collect your changes without
7171
git checkout -b your-branch-name
7272
```
7373

74+
If you made some changes before making a branch (you are on branch **main** and it's dirty), you can switch+create like this:
75+
76+
```
77+
git switch -c your-branch-name
78+
```
79+
7480
Next you can start editing documentation and saving files using your favorite text editor (Visual Studio Code, Atom, Sublime Text, Brackets Notedpad++, etc). When you are done with your changes you can verify the modified files. Some code editors will actually show a status of the modified files in their UI. If you want to verify it using the command line you can run the following command:
7581

7682
```
562 KB
Loading
50.2 KB
Loading
363 KB
Loading
186 KB
Loading
Lines changed: 5 additions & 0 deletions
Loading

templates/dnn-docs/partials/sidebar/communityEvents.tmpl.partial

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,58 @@
22
<p>Learn more about DNN at these community events:</p>
33
<ul class="events-list text-center">
44
<li>
5+
<a href="https://www.dnn-connect.org/" target="_blank">
6+
<span><strong>DNN CONNECT</strong></span><br>
7+
<img src="images/sidebar/2026-Dnn-Connect-Brussels-Belgium.png">
8+
</a>
9+
<span class="details">
10+
Brussels, Belgium<br>
11+
7-10 May, 2026
12+
</span>
13+
</li>
14+
<li>
15+
<a href="https://www.dnnsummit.org/" target="_blank">
16+
<span><strong>DNN SUMMIT</strong></span><br>
17+
<img src="images/sidebar/2026-DNN-Summit-Virtual-TBD.png">
18+
</a>
19+
<span class="details">
20+
Oct 2026 Virtual<br>
21+
Event Announcing Soon!
22+
</span>
23+
</li>
24+
<li>
25+
<p><strong>DNN Online Meetups:</strong></p>
26+
<a href="https://www.meetup.com/dnn-show-tell-meetup/" target="_blank">
27+
<span><strong>DNN Show & Tell Meetup</strong></span><br>
28+
<img src="images/sidebar/DNN-Show-and-Tell-Meetup-202605-zDeiTutNru.png">
29+
</a>
30+
<span class="details">
31+
Online, Zoom session<br>
32+
1st Tues of Every Month
33+
</span>
34+
</li>
35+
<li>
36+
<a href="https://www.meetup.com/Southern-Fried-DNN/" target="_blank">
37+
<span><strong>Southern Fried DNN</strong></span><br>
38+
<img src="images/sidebar/DNN-Southern-Fried-Meetup-2025.png">
39+
</a>
40+
<span class="details">
41+
Online, Zoom session<br>
42+
3rd Thurs, Monthly
43+
</span>
44+
</li>
45+
<li>
46+
<p><strong>Past Events:</strong></p>
547
<a href="https://www.dnnsummit.org/" target="_blank">
48+
<span><strong>DNN SUMMIT</strong></span><br>
649
<img src="images/sidebar/2025-Dnn-Summit-Vegas-j26zFozr9J.png">
750
</a>
851
<span class="details">
952
Las Vegas and Virtual<br>
1053
Feb 3-4, 2025
1154
</span>
1255
</li>
56+
<!--
1357
<li>
1458
<a href="http://www.southernfrieddnn.com/" target="_blank">
1559
<img src="images/southernfried-logo.jpg">
@@ -19,14 +63,5 @@
1963
3rd Thursday Every Month
2064
</span>
2165
</li>
22-
<li>
23-
<p><strong>Recent events:</strong></p>
24-
<a href="https://www.dnn-connect.org/" target="_blank">
25-
<img src="images/sidebar/2024-Dnn-Connect-Champery-bv93voa26j.png">
26-
</a>
27-
<span class="details">
28-
Champery, Switzerland<br>
29-
May 23-26, 2024
30-
</span>
31-
</li>
66+
-->
3267
</ul>
Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
1-
<h4 class="hlead"><i class="fas fa-fire-alt" style="color: #9F58A9"></i> Helpful Links</h4>
1+
<h4 class="hlead"><i class="fas fa-fire-alt" style="color: #9F58A9"></i> DNN Links</h4>
22
<ul class="popular-topics">
3+
<li>
4+
<a href="https://discord.com/invite/6yhBrqEt"
5+
title="Join the active DNN Community on Discord"
6+
target="_blank">
7+
<span>Discord</span><br>
8+
<img src="images/sidebar/Discord-logo-black-2026.svg">
9+
</a>
10+
</li>
311
<li>
412
<a href="https://dnncommunity.org/blogs"
513
title="Written for the Community, by the Community"
614
target="_blank">Community Blog</a>
715
</li>
816
<li>
9-
<a href="https://dnncommunity.org"
10-
title="DNN Platform's Community Home!"
11-
target="_blank">DNNCommunity.org</a>
17+
<a href="https://dnncommunity.org/forums"
18+
title="DNN Platform's Community Forums"
19+
target="_blank">Community Forums</a>
1220
</li>
1321
<li>
1422
<a href="https://github.com/dnnsoftware/Dnn.Platform"
15-
title="The complete open source project on GitHub"
16-
target="_blank">DNN Platform GitHub</a>
23+
title="The complete open source DNN project on GitHub"
24+
target="_blank">GitHub: DNN Platform</a>
1725
</li>
1826
<li>
1927
<a href="https://github.com/DNNCommunity/DNNDocs"
2028
title="DNNCommunity/DNNDocs (this) project on GitHub"
21-
target="_blank">DNNDocs GitHub</a>
29+
target="_blank">GitHub: DNNDocs</a>
2230
</li>
2331
<li>
2432
<a href="https://www.dnnsoftware.com"
2533
title="DNN Corp., Evoq"
26-
target="_blank">DNNSoftware.com (Evoq)</a>
34+
target="_blank">dnnsoftware.com (Evoq)</a>
2735
</li>
2836
</ul>

0 commit comments

Comments
 (0)