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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
OK, so we knock up a little markdown file reader to generate a doc for each md file we want and a processor to make sure they get the right id and path so they get written out in the right place. I can do it this week unless someone else wants to have a crack.
Any progress on this? Also, is it possible to have the changelog separated by the minor version. It's pretty confusing to have 1.2.x, 1.3.x, 1.4.x, and 1.5.x changes all in the same file and not even grouped together by version.
I think we should use the changelog from master as a single source of truth for all versions. That way, we can have one changelog on the website that is always up to date for all versions (given that we update the master changelog with stable release changes).
@Narretz having 1 changelog is fine, but when all the versions are mixed together, it gets too confusing trying to see everything that has changed between 2 versions. It would be nice to have every version grouped under the minor version, and the versions ordered in latest at the top and oldest at the bottom.
Absolutely. I was just suggesting to use the latest changelog as the source
for all versions. Because the angular docs are usually generated from the
files of each version individually.
Basically, whatever version you have selected in the docs, the cl should
always be generated from the latest version.
Am 07.12.2015 14:44 schrieb "Ilan Biala" notifications@github.com:
@Narretzhttps://github.com/Narretz having 1 changelog is fine, but
when all the versions are mixed together, it gets too confusing trying to
see everything that has changed between 2 versions. It would be nice to
have every version grouped under the minor version, and the versions
ordered in latest at the top and oldest at the bottom.
—
Reply to this email directly or view it on GitHub #9444 (comment)
.
This should probably just be a simple link on the docs site, with maybe a link to the specific section if the user is in a particular version of the site, unless it is desired for it to be in a more central location.
Activity
petebacondarwin commentedon Oct 6, 2014
We could easily generate pages using Dgeni from the Markdown in those files.
btford commentedon Oct 6, 2014
I'm for it. @petebacondarwin, any idea where to start?
petebacondarwin commentedon Oct 7, 2014
OK, so we knock up a little markdown file reader to generate a doc for each md file we want and a processor to make sure they get the right id and path so they get written out in the right place. I can do it this week unless someone else wants to have a crack.
ilanbiala commentedon Dec 6, 2015
Any progress on this? Also, is it possible to have the changelog separated by the minor version. It's pretty confusing to have 1.2.x, 1.3.x, 1.4.x, and 1.5.x changes all in the same file and not even grouped together by version.
petebacondarwin commentedon Dec 6, 2015
No progress yet. Perhaps a task for over Xmas...
Narretz commentedon Dec 7, 2015
I think we should use the changelog from master as a single source of truth for all versions. That way, we can have one changelog on the website that is always up to date for all versions (given that we update the master changelog with stable release changes).
ilanbiala commentedon Dec 7, 2015
@Narretz having 1 changelog is fine, but when all the versions are mixed together, it gets too confusing trying to see everything that has changed between 2 versions. It would be nice to have every version grouped under the minor version, and the versions ordered in latest at the top and oldest at the bottom.
Narretz commentedon Dec 7, 2015
Absolutely. I was just suggesting to use the latest changelog as the source
for all versions. Because the angular docs are usually generated from the
files of each version individually.
Basically, whatever version you have selected in the docs, the cl should
always be generated from the latest version.
Am 07.12.2015 14:44 schrieb "Ilan Biala" notifications@github.com:
wesleycho commentedon Jun 12, 2016
This should probably just be a simple link on the docs site, with maybe a link to the specific section if the user is in a particular version of the site, unless it is desired for it to be in a more central location.
petebacondarwin commentedon Jun 12, 2016
Good idea @wesleycho - anyone want to do a PR?
9 remaining items