You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,22 +94,6 @@ To add a Kotlin User Group (KUG), proceed the following way:
94
94
You can see the structure and types of the expected configuration in [the JSON schema](/data/schemas/user-groups.json).
95
95
Once you publish a pull request, the changes will be validated by [GitHub Actions Workflow](.github/workflows/validate-user-groups-data.yml) to prevent misconfiguration.
96
96
97
-
### Community Events
98
-
99
-
To add an event to the Community Events, do the following:
100
-
1. Fill the event info in the [events.yml](/data/events.yml) with the next:
- `endDate`, in the format 'yyyy-mm-dd'. For the on day event fill the same date as in the startDate.
104
-
- `location`, in the form of 'City, Country'. You can omit it for an online event.
105
-
- `online`, set this key with `true` value in case of online event.
106
-
- `speaker`, the speaker's name.
107
-
- `title`, event's title.
108
-
- `subject`, a title of a talk.
109
-
- `url`, link to the event web page.
110
-
You can see the structure and types of the expected configuration in [the JSON schema](/data/schemas/events.json).
111
-
2. Publish the changes creating a pull request. The changes will be validated by [GitHub Actions Workflow](.github/workflows/validate-events-data.yml) to prevent misconfiguration.
0 commit comments