Skip to content

Commit 6d12f69

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 6541326 commit 6d12f69

File tree

6 files changed

+251
-236
lines changed

6 files changed

+251
-236
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cc3df906
1+
bf6a0826

MiniMax/CHANGELOG.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@
317317
<h2 id="toc-title">On this page</h2>
318318

319319
<ul>
320-
<li><a href="#2026-01-29" id="toc-2026-01-29" class="nav-link active" data-scroll-target="#2026-01-29">2026-01-29</a></li>
320+
<li><a href="#2026-02-10" id="toc-2026-02-10" class="nav-link active" data-scroll-target="#2026-02-10">2026-02-10</a></li>
321+
<li><a href="#2026-01-29" id="toc-2026-01-29" class="nav-link" data-scroll-target="#2026-01-29">2026-01-29</a></li>
321322
<li><a href="#2026-01-13" id="toc-2026-01-13" class="nav-link" data-scroll-target="#2026-01-13">2026-01-13</a></li>
322323
<li><a href="#2026-01-08" id="toc-2026-01-08" class="nav-link" data-scroll-target="#2026-01-08">2026-01-08</a></li>
323324
<li><a href="#2026-01-03" id="toc-2026-01-03" class="nav-link" data-scroll-target="#2026-01-03">2026-01-03</a></li>
@@ -337,6 +338,12 @@ <h2 id="toc-title">On this page</h2>
337338

338339

339340
<p><em>Generated from the <code>main</code> branch of ‘MiniMax’</em></p>
341+
<section id="2026-02-10" class="level2">
342+
<h2 class="anchored" data-anchor-id="2026-02-10">2026-02-10</h2>
343+
<ul>
344+
<li>Update using global variable for config as just <code>Config</code> and not <code>_G.Config</code>. This is more concise and makes it more consistent with how <code>MiniXxx</code> variables are used.</li>
345+
</ul>
346+
</section>
340347
<section id="2026-01-29" class="level2">
341348
<h2 class="anchored" data-anchor-id="2026-01-29">2026-01-29</h2>
342349
<ul>
@@ -393,7 +400,7 @@ <h2 class="anchored" data-anchor-id="2025-11-22">2025-11-22</h2>
393400
<section id="2025-10-16" class="level2">
394401
<h2 class="anchored" data-anchor-id="2025-10-16">2025-10-16</h2>
395402
<ul>
396-
<li><p>Move <code>now_if_args</code> startup helper to ‘init.lua’ as <code>_G.Config.now_if_args</code> to be directly usable from other config files.</p></li>
403+
<li><p>Move <code>now_if_args</code> startup helper to ‘init.lua’ as <code>Config.now_if_args</code> to be directly usable from other config files.</p></li>
397404
<li><p>Enable ‘mini.misc’ behind <code>now_if_args</code> instead of <code>now</code>. Otherwise <code>setup_auto_root()</code> and <code>setup_restore_cursor()</code> don’t work on initial file(s) if Neovim is started as <code>nvim -- path/to/file</code>.</p></li>
398405
</ul>
399406
</section>

0 commit comments

Comments
 (0)