diff --git a/README.md b/README.md index e9325a8e6..c6b33d12e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ First, it is recommended to create a new branch to collect your changes without git checkout -b your-branch-name ``` +If you made some changes before making a branch (you are on branch **main** and it's dirty), you can switch+create like this: + +``` +git switch -c your-branch-name +``` + 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: ``` diff --git a/images/sidebar/2026-DNN-Summit-Virtual-TBD.png b/images/sidebar/2026-DNN-Summit-Virtual-TBD.png new file mode 100644 index 000000000..954cf8382 Binary files /dev/null and b/images/sidebar/2026-DNN-Summit-Virtual-TBD.png differ diff --git a/images/sidebar/2026-Dnn-Connect-Brussels-Belgium.png b/images/sidebar/2026-Dnn-Connect-Brussels-Belgium.png new file mode 100644 index 000000000..1ce9e01bb Binary files /dev/null and b/images/sidebar/2026-Dnn-Connect-Brussels-Belgium.png differ diff --git a/images/sidebar/DNN-Show-and-Tell-Meetup-202605-zDeiTutNru.png b/images/sidebar/DNN-Show-and-Tell-Meetup-202605-zDeiTutNru.png new file mode 100644 index 000000000..2a2cd7097 Binary files /dev/null and b/images/sidebar/DNN-Show-and-Tell-Meetup-202605-zDeiTutNru.png differ diff --git a/images/sidebar/DNN-Southern-Fried-Meetup-2025.png b/images/sidebar/DNN-Southern-Fried-Meetup-2025.png new file mode 100644 index 000000000..5ff7401db Binary files /dev/null and b/images/sidebar/DNN-Southern-Fried-Meetup-2025.png differ diff --git a/images/sidebar/Discord-logo-black-2026.svg b/images/sidebar/Discord-logo-black-2026.svg new file mode 100644 index 000000000..c2cb812df --- /dev/null +++ b/images/sidebar/Discord-logo-black-2026.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/dnn-docs/partials/sidebar/communityEvents.tmpl.partial b/templates/dnn-docs/partials/sidebar/communityEvents.tmpl.partial index 6436d7aa6..970650c9e 100644 --- a/templates/dnn-docs/partials/sidebar/communityEvents.tmpl.partial +++ b/templates/dnn-docs/partials/sidebar/communityEvents.tmpl.partial @@ -2,7 +2,50 @@

Learn more about DNN at these community events:

diff --git a/templates/dnn-docs/partials/sidebar/helpfulLinks.tmpl.partial b/templates/dnn-docs/partials/sidebar/helpfulLinks.tmpl.partial index a5bb4ad5f..b4e1a046c 100644 --- a/templates/dnn-docs/partials/sidebar/helpfulLinks.tmpl.partial +++ b/templates/dnn-docs/partials/sidebar/helpfulLinks.tmpl.partial @@ -1,28 +1,36 @@ -

Helpful Links

+

DNN Links