Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant