You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, docs are created for the exact version listed in package.json. This is a proposal to have docs generated for a range of versions (minor or major). For example, a version of 15.2.1, with a resolution: 'minor' would generate documents in a folder labeled 15.2.x. Similarly, a resolution: 'major' would generate a folder labeled 15.x.x.
This would allow a single source for a range of versions, reducing the amount of files to be stored.
The text was updated successfully, but these errors were encountered:
Currently, docs are created for the exact version listed in
package.json
. This is a proposal to have docs generated for a range of versions (minor or major). For example, a version of15.2.1
, with aresolution: 'minor'
would generate documents in a folder labeled15.2.x
. Similarly, aresolution: 'major'
would generate a folder labeled15.x.x
.This would allow a single source for a range of versions, reducing the amount of files to be stored.
The text was updated successfully, but these errors were encountered: