Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.0-alpha2
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jan 2016 at 20:51 UTC
Updated:
16 Mar 2016 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markhalliwellThis isn't entirely true. You're mentioning an alpha release for a new major version.
If anything needs to "change", or rather added, it's that the project's major version (e.g. CORE.x-PROJECT_MAJOR.x) correlates to and supports the latest Bootstrap Framework major version.
For a better explanation, the following is analogous and shows this correlation (even though 8.x-4.x technically does not yet exist and 7.x-4.x has no code in it):
Also, as a side note, almost all current "documentation" for the 8.x branch is inaccurate (referencing 7.x methods/workflow) and is out-of-date, see #2613990: Fix documentation for 8.x.
All patches are welcome, each branch's documentation is located in the
./docsfolder.Comment #3
markhalliwellComment #4
dadderley commentedOK, I stand corrected.
But, as it stands the documentation is misleading.
Comment #5
markhalliwellYes, which is why I didn't close the issue.
Again, all patches are welcome, each branch's documentation is located in the
./docsfolder.Comment #6
mile23For a while, if you went to http://getbootstrap.com/ and clicked the 'get bootstrap' button at the bottom (ostensibly the 'latest version'), it would give you BS 4.x. They fixed that, but it's still a good idea to make the docs specific here.
Here's a patch against 8.x-3.x-dev that only updates
starterkit/less/README.mdto tell you which major version to deal with.Comment #9
markhalliwellComment #10
mile23Might be nice to backport...
Comment #11
markhalliwellIt was... See the above commits.
Comment #12
mile23Ah cool. Thanks.