Skip to content

Commit

Permalink
Updated github pages from commit 3f0e0e3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mill GitHub Bot committed Mar 10, 2025
1 parent 94f90a9 commit 27e7c89
Show file tree
Hide file tree
Showing 32 changed files with 2,916 additions and 929 deletions.
6 changes: 5 additions & 1 deletion blog/1-java-compile.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
<li class="nav-item" data-depth="0">
<ul class="nav-list">

<li class="nav-item" data-depth="1">
<a class="nav-link" href="10-bytecode-analysis.html">Invalidating build caches using JVM bytecode callgraph analysis</a>
</li>

<li class="nav-item" data-depth="1">
<a class="nav-link" href="9-mill-faster-assembly-jars.html">Fast Incremental JVM Assembly Jar Creation with Mill</a>
</li>
Expand All @@ -142,7 +146,7 @@
<a class="nav-link" href="7-graal-native-executables.html">How to Compile Java into Native Binaries with Mill and Graal</a>
</li>

<li class="nav-item" data-depth="1">
<li class="nav-item is-active" data-depth="1">
<a class="nav-link" href="6-garbage-collector-perf.html">Understanding JVM Garbage Collector Performance</a>
</li>

Expand Down
Loading

0 comments on commit 27e7c89

Please sign in to comment.