Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental build of arrow-page #1

Open
1 task
i-walker opened this issue Apr 18, 2019 · 0 comments
Open
1 task

Incremental build of arrow-page #1

i-walker opened this issue Apr 18, 2019 · 0 comments

Comments

@i-walker
Copy link
Owner

Enable incremental update from arrow page without rebuild the whole website.
I am not an expert in webhooks, but maybe we can use them.

The current state

We would download the webpage and map all links to the downloaded files.
Very time-consuming computation #not-multithreaded

wget -k -r -p -np https://next.arrow-kt.io/docs/

optionally there is aria2, but AFAIK it does not support recursive traversal.

Ideally

We would integrate the script/ configuration into out CI/CD to auto-build the dev-environment

  • Set-up Travis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant