Hi, I would like to create an global index for the Crystal lang documenation.
The idea is to provide a web page (or a frame) pointing to the official doc, displaying the complete content of all the pages of the crystal documentation, in the shape one tree structure (global table of contents) with clickable links similar to e.g. the index for the Python doc: The Python Standard Library — Python 3.9.2 documentation
I am interested to do this for my own benefit, but I wouldn’t mind sharing it publicly in the shape of a Gitbulb web page.
In order to achieve this, I could navigate the existing Crystal documentation site recursively, or make a local copy (to scan the doc from the file system) or possibly download a zipped version of a doc if it is available.
- Would you be interested ?
- Would you recommend a way to proceed?
- Is the doc downloadable or available on github?