Frozen version entries in fern/docs.yml (e.g. v0.3.0) point at ../../docs/ — the live docs directory. Both "Latest" and "v0.3.0" serve identical current content, defeating the purpose of versioning.
Fix: adopt the git archive pattern (matching NVSentinel#1263) to extract docs from each version's git tag into fern/versions/vX.Y.Z-content/ at publish time, so frozen versions serve the docs as they existed at that release.
Frozen version entries in
fern/docs.yml(e.g. v0.3.0) point at../../docs/— the live docs directory. Both "Latest" and "v0.3.0" serve identical current content, defeating the purpose of versioning.Fix: adopt the
git archivepattern (matching NVSentinel#1263) to extract docs from each version's git tag intofern/versions/vX.Y.Z-content/at publish time, so frozen versions serve the docs as they existed at that release.