Skip to content

Commit 5b3ab78

Browse files
committed
Add Why Jankx pages - English and Vietnamese versions with feature comparison
1 parent 354092e commit 5b3ab78

25 files changed

Lines changed: 927 additions & 43 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
```bash
4343
# Clone the repository
44-
git clone https://github.com/jankx/theme.git
44+
git clone https://github.com/jankx/jankx-lite.git
4545

4646
# Install dependencies
4747
composer install

en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
```bash
4040
# Clone the repository
41-
git clone https://github.com/jankx/theme.git
41+
git clone https://github.com/jankx/jankx-lite.git
4242

4343
# Install dependencies
4444
composer install

en/admin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
</a>
303303
<nav>
304304
<a href="./" class="active">Docs</a>
305-
<a href="https://github.com/jankx/theme" target="_blank">GitHub</a>
305+
<a href="https://github.com/jankx/jankx-lite" target="_blank">GitHub</a>
306306
<a href="../../vi/admin/" class="lang-switch">🇻🇳 VI</a>
307307
</nav>
308308
</div>

en/contributing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ class MyExtension extends AbstractExtension
236236

237237
## Questions?
238238

239-
- GitHub Discussions: https://github.com/jankx/theme/discussions
240-
- Issues: https://github.com/jankx/theme/issues
239+
- GitHub Discussions: https://github.com/jankx/jankx-lite/discussions
240+
- Issues: https://github.com/jankx/jankx-lite/issues
241241

242242
## License
243243

en/contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</a>
288288
<nav>
289289
<a href="./" class="active">Docs</a>
290-
<a href="https://github.com/jankx/theme" target="_blank">GitHub</a>
290+
<a href="https://github.com/jankx/jankx-lite" target="_blank">GitHub</a>
291291
<a href="../../vi/contributing/" class="lang-switch">🇻🇳 VI</a>
292292
</nav>
293293
</div>

en/extensions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
</a>
303303
<nav>
304304
<a href="./" class="active">Docs</a>
305-
<a href="https://github.com/jankx/theme" target="_blank">GitHub</a>
305+
<a href="https://github.com/jankx/jankx-lite" target="_blank">GitHub</a>
306306
<a href="../../vi/extensions/" class="lang-switch">🇻🇳 VI</a>
307307
</nav>
308308
</div>

en/getting-started/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ composer require jankx/theme
2121

2222
### Method 2: Manual Installation
2323

24-
1. Download the latest release from [GitHub Releases](https://github.com/jankx/theme/releases)
24+
1. Download the latest release from [GitHub Releases](https://github.com/jankx/jankx-lite/releases)
2525
2. Extract to `/wp-content/themes/jankx/`
2626
3. Activate in WordPress Admin → Appearance → Themes
2727

2828
### Method 3: Git Clone
2929

3030
```bash
3131
cd /wp-content/themes/
32-
git clone https://github.com/jankx/theme.git jankx
32+
git clone https://github.com/jankx/jankx-lite.git jankx
3333
```
3434

3535
---
@@ -148,5 +148,5 @@ chmod -R 755 wp-content/themes/jankx/cache/
148148
## Support
149149

150150
- 📖 [Documentation](../)
151-
- 🐛 [Issue Tracker](https://github.com/jankx/theme/issues)
152-
- 💬 [Discussions](https://github.com/jankx/theme/discussions)
151+
- 🐛 [Issue Tracker](https://github.com/jankx/jankx-lite/issues)
152+
- 💬 [Discussions](https://github.com/jankx/jankx-lite/discussions)

en/getting-started/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
</a>
303303
<nav>
304304
<a href="./" class="active">Docs</a>
305-
<a href="https://github.com/jankx/theme" target="_blank">GitHub</a>
305+
<a href="https://github.com/jankx/jankx-lite" target="_blank">GitHub</a>
306306
<a href="../../vi/getting-started/" class="lang-switch">🇻🇳 VI</a>
307307
</nav>
308308
</div>
@@ -344,14 +344,14 @@ <h3>Method 1: Via Composer (Recommended)</h3>
344344

345345
<h3>Method 2: Manual Installation</h3>
346346
<ol>
347-
<li>Download the latest release from <a href="https://github.com/jankx/theme/releases">GitHub Releases</a></li>
347+
<li>Download the latest release from <a href="https://github.com/jankx/jankx-lite/releases">GitHub Releases</a></li>
348348
<li>Extract to <code>/wp-content/themes/jankx/</code></li>
349349
<li>Activate in WordPress Admin → Appearance → Themes</li>
350350
</ol>
351351

352352
<h3>Method 3: Git Clone</h3>
353353
<pre><code>cd /wp-content/themes/
354-
git clone https://github.com/jankx/theme.git jankx</code></pre>
354+
git clone https://github.com/jankx/jankx-lite.git jankx</code></pre>
355355

356356
<h2 id="requirements">Requirements</h2>
357357
<table>

en/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
</a>
380380
<nav>
381381
<a href="./getting-started/" class="active">Docs</a>
382-
<a href="https://github.com/jankx/theme" target="_blank">GitHub</a>
382+
<a href="https://github.com/jankx/jankx-lite" target="_blank">GitHub</a>
383383
<a href="../vi/" class="lang-switch">🇻🇳 VI</a>
384384
</nav>
385385
</div>
@@ -447,7 +447,7 @@ <h3>📚 API Reference</h3>
447447

448448
<h2>Quick Start</h2>
449449
<pre><code># Clone the repository
450-
git clone https://github.com/jankx/theme.git
450+
git clone https://github.com/jankx/jankx-lite.git
451451

452452
# Install dependencies
453453
composer install
@@ -479,7 +479,7 @@ <h2>Feature Availability</h2>
479479
</table>
480480

481481
<h2>Contributing</h2>
482-
<p>We welcome contributions! Please read our <a href="https://github.com/jankx/theme/blob/main/CONTRIBUTING.md">Contributing Guide</a> for details.</p>
482+
<p>We welcome contributions! Please read our <a href="https://github.com/jankx/jankx-lite/blob/main/CONTRIBUTING.md">Contributing Guide</a> for details.</p>
483483

484484
<hr>
485485
<p style="text-align: center; color: var(--text-muted);">

en/layout-system/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
</a>
303303
<nav>
304304
<a href="./" class="active">Docs</a>
305-
<a href="https://github.com/jankx/theme" target="_blank">GitHub</a>
305+
<a href="https://github.com/jankx/jankx-lite" target="_blank">GitHub</a>
306306
<a href="../../vi/layout-system/" class="lang-switch">🇻🇳 VI</a>
307307
</nav>
308308
</div>

0 commit comments

Comments
 (0)