UNPKG

418 BJavaScriptView Raw
1const explanation =
2`By setting up a VCS webhook, you can automate part of your LINC
3experience. In stead of manually building and publishing your
4site, we can actually start the build as soon as you've pushed
5new code to your repository.
6
7All we need (after your authorised LINC to access your repository)
8is the URL of the repository you want to set up for automatic
9deploying.
10`;
11
12module.exports = explanation;