tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
54 stars 41 forks source link

Versioning for tact-docs #167

Open anton-trunov opened 5 months ago

anton-trunov commented 5 months ago

Basically, I'd like to have a new Tact feature to be documented right after the PR that introduces it is merged, so that after a new Tact release we can quickly deploy the updated tact-docs and not several weeks later. So the main branch should not be deployed instantly but should accumulate the stuff for the new Tact release

novusnota commented 5 months ago

Agree now, this can be done like you proposed, with simply accumulating stuff and deploying on command.

Later though, it would be nice to have at least two versions of the doc: dev/nightly/etc. for tracking the main branch of the Tact and release/etc. one for staying on the latest Tact release (say, 1.2.0 at the moment). In terms of urls, it would look like:

I'll think about it more once Cookbook merges new structure in (#165), and "Language" section becomes "Reference" (#143) :)