Skip to content

Commit

Permalink
v7.5.3 doc: Update README.md 7bd60b8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2023
1 parent f8d1eb9 commit 5388ce9
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ul>
</blockquote>
<p>As of <code>KKT 6.x</code> this repo is "lightly" maintained mostly by the community at this point.</p>
<h3 id="features"><a aria-hidden="true" tabindex="-1" href="#features" class="anchor"><span class="icon icon-link"></span></a>Features:</h3>
<h2 id="features"><a aria-hidden="true" tabindex="-1" href="#features" class="anchor"><span class="icon icon-link"></span></a>Features:</h2>
<ul>
<li>⏱ The code was rewritten using TypeScript.</li>
<li>♻️ Recompile the code when project files get added, removed or modified.</li>
Expand Down Expand Up @@ -485,14 +485,40 @@ <h3 id="acknowledgements"><a aria-hidden="true" tabindex="-1" href="#acknowledge
</ul>
<h2 id="contributors"><a aria-hidden="true" tabindex="-1" href="#contributors" class="anchor"><span class="icon icon-link"></span></a>Contributors</h2>
<p>As always, thanks to our amazing contributors!</p><a href="https://github.com/kktjs/kkt/graphs/contributors"><img src="https://kktjs.github.io/kkt/CONTRIBUTORS.svg"></a>
<p>Made with <a href="https://github.com/jaywcjlove/github-action-contributors">github-action-contributors</a>.</p>
<p>Made with <a href="https://github.com/jaywcjlove/github-action-contributors">contributors</a>.</p>
<h2 id="license"><a aria-hidden="true" tabindex="-1" href="#license" class="anchor"><span class="icon icon-link"></span></a>License</h2>
<p><a href="https://github.com/kktjs/kkt/blob/master/LICENSE">MIT © Kenny Wong</a></p>
</markdown-style>
<nav class="tocs">
<aside class="inner toc">
<ol class="tocs-list">
<li><a href="#features" class="tocs-link">Features:</a></li>
<li><a href="#usage" class="tocs-link">Usage</a></li>
<li><a href="#open-in-codesandbox" class="tocs-link">Open in CodeSandbox</a></li>
<li><a href="#example" class="tocs-link">Example</a>
<ol class="tocs-list is-collapsed">
<li><a href="#tools" class="tocs-link">Tools</a></li>
</ol>
</li>
<li><a href="#how-to-rewire-your-create-react-app-project" class="tocs-link">How to rewire your create-react-app project</a></li>
<li><a href="#configuration-file" class="tocs-link">Configuration File</a>
<ol class="tocs-list is-collapsed">
<li><a href="#base-configuration-example" class="tocs-link">Base Configuration Example</a></li>
<li><a href="#modify-webpackdevserver-configuration-example" class="tocs-link">Modify WebpackDevServer Configuration Example</a></li>
<li><a href="#configuring-the-proxy-manually" class="tocs-link">Configuring the Proxy Manually</a></li>
</ol>
</li>
<li><a href="#command-help" class="tocs-link">Command Help</a>
<ol class="tocs-list is-collapsed">
<li><a href="#home-page" class="tocs-link">Home Page</a></li>
<li><a href="#plugins--loader" class="tocs-link">Plugins &#x26; Loader</a></li>
<li><a href="#development" class="tocs-link">Development</a></li>
<li><a href="#production" class="tocs-link">Production</a></li>
<li><a href="#acknowledgements" class="tocs-link">Acknowledgements</a></li>
</ol>
</li>
<li><a href="#contributors" class="tocs-link">Contributors</a></li>
<li><a href="#license" class="tocs-link">License</a></li>
</ol>
</aside>
</nav>
Expand Down

0 comments on commit 5388ce9

Please sign in to comment.