Skip to content

Commit

Permalink
Doc fixes (#398)
Browse files Browse the repository at this point in the history
* Hide GH release version from root docs GH integration
* Fix links to the more modern framework releases
  • Loading branch information
Blacksmoke16 authored Apr 10, 2024
1 parent 28b9140 commit c7854ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/css/monorepo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Hide latest release since the monorepo is the old framework repo and still has tags */
.md-source__fact--version {
display: none;
}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repo_url: https://github.com/athena-framework/athena

extra_css:
- css/index.css
- css/monorepo.css

plugins:
- search
Expand Down
14 changes: 7 additions & 7 deletions src/components/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ _Last release in the [athena-framework/athena](https://github.com/athena-framewo
- Fix incorrect ivar type on `AVD::Exceptions::Exceptions::ValidationFailed#violations` ([#116](https://github.com/athena-framework/athena/pull/116)) (George Dietrich)
- Correctly reject requests with whitespace when converting numeric inputs ([#117](https://github.com/athena-framework/athena/pull/117)) (George Dietrich)

[0.19.0]: https://github.com/athena-framework/athena/releases/tag/v0.19.0
[0.18.2]: https://github.com/athena-framework/athena/releases/tag/v0.18.2
[0.18.1]: https://github.com/athena-framework/athena/releases/tag/v0.18.1
[0.18.0]: https://github.com/athena-framework/athena/releases/tag/v0.18.0
[0.17.1]: https://github.com/athena-framework/athena/releases/tag/v0.17.1
[0.17.0]: https://github.com/athena-framework/athena/releases/tag/v0.17.0
[0.16.0]: https://github.com/athena-framework/athena/releases/tag/v0.16.0
[0.19.0]: https://github.com/athena-framework/framework/releases/tag/v0.19.0
[0.18.2]: https://github.com/athena-framework/framework/releases/tag/v0.18.2
[0.18.1]: https://github.com/athena-framework/framework/releases/tag/v0.18.1
[0.18.0]: https://github.com/athena-framework/framework/releases/tag/v0.18.0
[0.17.1]: https://github.com/athena-framework/framework/releases/tag/v0.17.1
[0.17.0]: https://github.com/athena-framework/framework/releases/tag/v0.17.0
[0.16.0]: https://github.com/athena-framework/framework/releases/tag/v0.16.0
[0.15.1]: https://github.com/athena-framework/athena/releases/tag/v0.15.1
[0.15.0]: https://github.com/athena-framework/athena/releases/tag/v0.15.0

0 comments on commit c7854ab

Please sign in to comment.