Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,12 @@ your file explorer into the browser window.
- If you create an image with a tool you paid for, you don't need to mention the
tool in the caption.

13. If you include an image that is not decorative but contains useful knowledge,
use ALT texts that give an idea what the image is about. Make it screen
reader friendly. `![ALT text goes here](images/filename.png)`.
13. If you include an image that is not decorative but contains useful
knowledge, use ALT texts that give an idea what the image is about. Make it
screen reader friendly. `![ALT text goes here](images/filename.png)`.

14. To update a list of conferences, edit this
[file](/src/components/Conferences/Conferences.ts) in src/components folder.

## Creating a PR

Expand Down Expand Up @@ -255,4 +258,4 @@ $ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to
build the website and push to the `gh-pages` branch.
build the website and push to the `gh-pages` branch.
8 changes: 8 additions & 0 deletions src/components/Conferences/Conferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,12 @@ export const conferences: Conference[] = [
type: ['in-person'],
link: 'https://www.writethedocs.org/conf/berlin/2026/',
},
{
title: 'MadCap Europe Day',
startDate: new Date('21 May 2026'),
endDate: new Date('21 May 2026'),
location: 'Frankfurt nad Menem, Niemcy',
type: ['in-person'],
link: 'https://www.madcapsoftware.com/company/events/madcap-europe-day/2026/',
},
];
Loading