tact-lang / tact-docs

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

Versioning for tact-docs #167

Closed anton-trunov closed 7 hours ago

anton-trunov commented 7 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 7 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) :)

novusnota commented 7 hours ago

Accomplished in the compiler repo — for all the new features we add a badge. And if there are any changes, we make a subheading and place the badge there.