digitalmars.D.learn - How to update DUB online documentation?
- Mark Lagodych (8/8) Mar 28 2021 I am trying to create a DUB package.
- Adam D. Ruppe (6/8) Mar 28 2021 Click on the documentation page, then notice at the very bottom
- Mark Lagodych (3/11) Mar 28 2021 Wow! Thank you very much! That worked!
I am trying to create a DUB package. It is already registered here [ https://code.dlang.org/packages/fejix ] and its repo is here [ https://github.com/MarkLagodych/Fejix/ ]. I have updated it (0.0.3 -> 0.0.4) several hours ago. "dub fetch fejix" fetches the last version of my code (0.0.4) as it is supposed. But auto-generated online documentation and online code viewer show an outdated version (0.0.1). How to solve that?
Mar 28 2021
On Sunday, 28 March 2021 at 17:59:49 UTC, Mark Lagodych wrote:But auto-generated online documentation and online code viewer show an outdated version (0.0.1). How to solve that?Click on the documentation page, then notice at the very bottom of the page, in small text, there's "Clear Cache". Click that and it will regenerate immediately. Otherwise you can request a specific version in the url but this is easier.
Mar 28 2021
On Sunday, 28 March 2021 at 18:02:02 UTC, Adam D. Ruppe wrote:On Sunday, 28 March 2021 at 17:59:49 UTC, Mark Lagodych wrote:Wow! Thank you very much! That worked! P.S. That button is extremely hard to notice :-SBut auto-generated online documentation and online code viewer show an outdated version (0.0.1). How to solve that?Click on the documentation page, then notice at the very bottom of the page, in small text, there's "Clear Cache". Click that and it will regenerate immediately. Otherwise you can request a specific version in the url but this is easier.
Mar 28 2021