|
1 | 1 | # The Stack Exchange Timeline |
2 | 2 |
|
3 | | -[](https://github.com/samliew/se-timeline/actions/workflows/main.yml) [](https://github.com/samliew/se-timeline/blob/main/LICENCE) [](https://github.com/samliew/se-timeline/pulse) |
| 3 | +[](https://github.com/samliew/se-timeline/actions/workflows/main.yml) [](https://github.com/samliew/se-timeline/actions/workflows/validate-json.yml) |
| 4 | +[](https://github.com/samliew/se-timeline/blob/main/LICENCE) [](https://github.com/samliew/se-timeline/pulse) |
4 | 5 |
|
5 | | -This is currently hosted on [Glitch](https://glitch.com), at [se-timeline.glitch.me](https://se-timeline.glitch.me). |
| 6 | +This is a static site deployed to [Vercel](https://vercel.com). Pushing to the `main` branch triggers an automatic deployment via Vercel's Git integration. |
6 | 7 |
|
7 | 8 | ## Contributing |
8 | 9 |
|
9 | 10 | Please direct any queries & feedback by [creating an issue on GitHub](https://github.com/samliew/se-timeline/issues). |
10 | 11 |
|
11 | | -You can also contribute to updating the events using the instructions below, then opening a pull request. After review and merging to the main branch, a GitHub action will then automatically update the Glitch project. |
12 | | - |
13 | | -Don't worry about making mistakes, a GitHub action will run on any pull request to validate changes to the JSON file, and the PR can only be merged if it passes. |
| 12 | +You can also contribute to updating the events using the instructions below, then opening a pull request. After review and merging to the main branch, Vercel will automatically deploy the updated site. Don't worry about making mistakes—a GitHub action will run on pull requests to validate changes to the JSON file, and the changes can only be merged if it passes. |
14 | 13 |
|
15 | 14 | ### Updating Events |
16 | 15 |
|
17 | 16 | The timeline data is stored in the [timeline_data.json](https://github.com/samliew/se-timeline/blob/main/timeline_data.json) file as JSON. |
18 | 17 |
|
19 | | -If you are unsure how to manually edit the event data using JSON, you should use the [Event Editor](https://se-timeline.glitch.me/event-editor) to import an existing event or create a new one, following which you can paste the output in a new "Update Timeline" [issue](https://github.com/samliew/se-timeline/issues/new/choose). |
| 18 | +If you are unsure how to manually edit the event data using JSON, you should use the [Event Editor](/event-editor) to import an existing event or create a new one, following which you can paste the output in a new "Update Timeline" [issue](https://github.com/samliew/se-timeline/issues/new/choose). |
20 | 19 |
|
21 | 20 | ### Event Object Properties |
22 | 21 |
|
|
0 commit comments