Skip to content

Commit a742bf6

Browse files
Nowa konferencja i notka w readme gdzie szukac pliku z konfami na naszym blogu.
1 parent a1dae1c commit a742bf6

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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. `![ALT text goes here](images/filename.png)`.
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. `![ALT text goes here](images/filename.png)`.
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

257260
If 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.

src/components/Conferences/Conferences.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)