File tree Expand file tree Collapse file tree
src/components/Conferences Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,9 +141,12 @@ your file explorer into the browser window.
141141- If you create an image with a tool you paid for, you don't need to mention the
142142 tool in the caption.
143143
144- 13 . If you include an image that is not decorative but contains useful knowledge,
145- use ALT texts that give an idea what the image is about. Make it screen
146- reader friendly. `  ` .
144+ 13 . If you include an image that is not decorative but contains useful
145+ knowledge, use ALT texts that give an idea what the image is about. Make it
146+ screen reader friendly. `  ` .
147+
148+ 14 . To update a list of conferences, edit this
149+ [ file] ( /src/components/Conferences/Conferences.ts ) in src/components folder.
147150
148151## Creating a PR
149152
@@ -255,4 +258,4 @@ $ GIT_USER=<Your GitHub username> yarn deploy
255258```
256259
257260If you are using GitHub pages for hosting, this command is a convenient way to
258- build the website and push to the ` gh-pages ` branch.
261+ build the website and push to the ` gh-pages ` branch.
Original file line number Diff line number Diff line change @@ -217,4 +217,12 @@ export const conferences: Conference[] = [
217217 type : [ 'in-person' ] ,
218218 link : 'https://www.writethedocs.org/conf/berlin/2026/' ,
219219 } ,
220+ {
221+ title : 'MadCap Europe Day' ,
222+ startDate : new Date ( '21 May 2026' ) ,
223+ endDate : new Date ( '21 May 2026' ) ,
224+ location : 'Frankfurt nad Menem, Niemcy' ,
225+ type : [ 'in-person' ] ,
226+ link : 'https://www.madcapsoftware.com/company/events/madcap-europe-day/2026/' ,
227+ } ,
220228] ;
You can’t perform that action at this time.
0 commit comments