nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Temporary workaround for API docs #111

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

From the RTD todo list:

In the mean time, while you’re waiting for the sphpdox upgrade mentioned above...

Come up with a solution for hosting multiple versions of API docs http://phpcsv.com/csvelte/apidocs/master should always point to most up-to-date docs http://phpcsv.com/csvelte/apidocs/stable should always point to most recent stable version’s docs http://phpcsv.com/csvelte/apidocs/v0.1/master should always point to most up-to-date docs for the v0.1 release Ideally you would have some way of redirecting using some program logic rather than having to duplicate api docs for /master, /stable, /v0.2/master, and /v0.2/stable, etc.

nozavroni commented 7 years ago

Implemented this with javascript redirect/meta refresh -- not exactly ideal but it works for now...