Remove unused resources from the website - #3226
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3226 +/- ##
=========================================
Coverage 80.10% 80.10%
Complexity 2647 2647
=========================================
Files 440 440
Lines 8013 8013
Branches 1529 1529
=========================================
Hits 6419 6419
Misses 775 775
Partials 819 819 Continue to review full report at Codecov.
|
BraisGabin
left a comment
There was a problem hiding this comment.
I'm thinking... Now we can use any jekyll plugin, right? So we can have tabs for the different gradle dsls so our doc is a bit less verbose.
True. However while looking at the website I realised we used this theme, that already has support for that tabbed layouts: https://idratherbewriting.com/documentation-theme-jekyll/mydoc_navtabs.html |
|
Good to know. But, do we want html in our documentation? The other option is this: https://github.com/detekt/detekt/pull/2934/files#diff-3213dd73753b7a82d708ad93393cc0bd16cc1d406339419751c28948b8b78f37 |
Yeah |
I noticed that we do have a lot of resources inside the
docs/folder that are unused and that gets published on the website. E.g. https://detekt.github.io/detekt/docker-compose.ymlI suspect we're not using them so I'm cleaning up the folder with all the stuff we don't need.