refactor(site): remove unused component

This commit is contained in:
Ayo 2023-10-29 18:48:30 +01:00
parent c2f7201b49
commit c74421ccb0
3 changed files with 0 additions and 54 deletions

View file

@ -1,8 +1,4 @@
import McFly from "@mcflyjs/config";
/**
* @see https://nitro.unjs.io/config
*/
export default defineNitroConfig({
...McFly(),
});

View file

@ -1,46 +0,0 @@
<table class="mcfly-packages-table">
<tr>
<th>Package</th>
<th>NPM</th>
<th>Description</th>
<th>GitHub</th>
</tr>
<tr>
<td>@mcflyjs/core</td>
<td>Core package containing event and configuration handlers</td>
<td><a href="https://ayco.io/n/@mcflyjs/core">link</a></td>
<td><a href="">link</a></td>
</tr>
<tr>
<td>@mcflyjs/config</td>
<td>Package containing the Nitro configuration for McFly apps</td>
<td><a href="https://ayco.io/n/@mcflyjs/config">link</a></td>
<td><a href="">link</a></td>
</tr>
<tr>
<td>@mcflyjs/cli</td>
<td>The McFly CLI tooling</td>
<td><a href="https://ayco.io/n/@mcflyjs/cli">link</a></td>
<td><a href="">link</a></td>
</tr>
<tr>
<td>create-mcfly</td>
<td>Create script for scaffolding McFly projects</td>
<td><a href="https://ayco.io/n/create-mcfly">link</a></td>
<td><a href="">link</a></td>
</tr>
</table>
<style>
.mcfly-packages-table,
.mcfly-packages-table th,
.mcfly-packages-table td {
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;
}
.mcfly-packages-table th,
.mcfly-packages-table td {
padding: 0.5em;
}
</style>

View file

@ -49,10 +49,6 @@
<a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>.
</p>
</section>
<!-- <section>
<h2>McFly Published Packages</h2>
<mcfly-packages></mcfly-packages>
</section> -->
</main>
<my-footer></my-footer>
</body>