Skip to content

Commit

Permalink
Update Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
KunoichiZ committed Mar 25, 2019
1 parent 4477479 commit 1cf82dc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
9 changes: 5 additions & 4 deletions pages/FAQ.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<template>
<section class="container has-text-centered"><div>Animal Crossing: New Leaf NTR Plugin FAQ</div>

<!-- @todo Add FAQ from #faq
@body Add FAQ from the #faq section on the Discord channel -->
<section class="container has-text-centered">
<div>Animal Crossing: New Leaf NTR Plugin FAQ</div>

// TODO: Add FAQ from #faq

</section>
</template>

Expand Down
8 changes: 5 additions & 3 deletions pages/Guides.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<template>
<section class="container has-text-centered"><div>Guides</div>
<section class="container has-text-centered">
<div>Guides</div>

<!-- @todo Add Guides
@body Add guides--></section>
// TODO: Add Guides

</section>
</template>

<script>
Expand Down
9 changes: 6 additions & 3 deletions pages/ItemIDs.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<template>
<section class="container has-text-centered"><div>Item IDs</div>
<section class="container has-text-centered">
<div>Item IDs</div>

<!-- @todo Work on Item IDs
@body Add Item IDs to separate categories in separate js files, add a searchable table --></section>
// TODO: Work on Item IDs
// TODO: Add Item IDs to separate categories in separate js files, add a searchable table

</section>
</template>

<script>
Expand Down
8 changes: 5 additions & 3 deletions pages/Jargon.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<template>
<section class="container has-text-centered"><div>Jargon</div>
<section class="container has-text-centered">
<div>Jargon</div>

<!-- @todo Add 3DS and ACNL Jargon
@body Add ACNL jargon --></section>
// TODO: Add 3DS and ACNL Jargon

</section>
</template>

<script>
Expand Down
8 changes: 5 additions & 3 deletions pages/Troubleshooting.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<template>
<section class="container has-text-centered"><div>Troubleshooting</div>
<section class="container has-text-centered">
<div>Troubleshooting</div>

<!-- @todo Add Troubleshooting
@body Add troubleshooting--></section>
// TODO: Add Troubleshooting

</section>
</template>

<script>
Expand Down

0 comments on commit 1cf82dc

Please sign in to comment.