GoCarrot / teak-unity

Teak SDK for Unity
Apache License 2.0
0 stars 1 forks source link

Make link anchors in changelog permanent #47

Closed AlexSc closed 2 years ago

AlexSc commented 3 years ago

Currently the anchor links for the changelog in the docs are e.g. #id1, #id2, etc. The problem with this is that when we add a new entry this changes all of the anchors -- #id1 always points to the most recent changelog entry.

For various reasons, it would be quite nice to have permanent links to specific changelog entries.

ZeroStride commented 3 years ago

After a look, it seems like what's happening is that it's #id1 etc because I'm using the .. include directive in the changelog instead of just slamming all the files together.

If we slam the files together that should resolve it automatically.

ZeroStride commented 3 years ago

Nope it was way more complicated.

ZeroStride commented 3 years ago

The first two anchor links for iOS/Android subheadings always links to #android and #ios, even though it will also link to #android-version.

Not sure how to resolve this.

AlexSc commented 3 years ago

Unfortunately the fix for #51 regressed this

ZeroStride commented 2 years ago

Fixing in new docs