dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.29k stars 149 forks source link

keep the on-line docs for 0.5.x after 1.0 release #1712

Closed rudolfix closed 5 days ago

rudolfix commented 3 weeks ago

Background We want to keep 0.5.x docs as we plan significant overhaul for 1.0. In particular the way to sync files, databases and rest apis will be documented differently.

Requirements

    • [ ] allow to build and deploy docs for a particular git tag
    • [ ] disable the search and dhelp (alternatively we could probably force algolia to index our tag)
    • [ ] link to it from new 1.0 docs
burnash commented 3 weeks ago

One option is to do it similarly to Docusaurus archived versions:

https://github.com/facebook/docusaurus/blob/473d1442b82f536749f3206bf7a628544c05ebf6/website/docusaurus.config.ts#L664-L669