This project uses a GitHub Actions cronjob to automatically sync with the official Slack documentation once per day.
You can also sync manually. You may want to do this if the cronjob fails or if you need to sync prior to the scheduled cronjob time.
- Read the contributing guide.
- Install dependencies.
bundle install
- Run the update and validate Rake tasks.
- Be patient as the update task may take some time.
bundle exec rake api:update
bundle exec rake api:validate
- Open a pull request with the updated files.