Skip to content

Commit

Permalink
moved stuff to proper folders because looks better
Browse files Browse the repository at this point in the history
not tested as spck nodejs refuses to run npm
  • Loading branch information
NSPC911 committed Aug 25, 2024
1 parent 7455b7a commit ed5de94
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ export default defineConfig({
{
text: 'Scripts',
items: [
{ text: 'Python Files', link: 'py-files.md' },
{ text: 'JS Files', link: 'js-files.md' }
{ text: 'Python Files', link: 'scripts/py-files.md' },
{ text: 'JS Files', link: 'scripts/js-files.md' }
]
},
{
text: 'JSONs',
items: [
{ text: 'Other JSONs', link: 'other-jsons.md' },
{ text: 'Pack JSONs', link: 'pack-jsons.md' }
{ text: 'Other JSONs', link: 'jsons/other-jsons.md' },
{ text: 'Pack JSONs', link: 'jsons/pack-jsons.md' }
]
},
{
text: 'Misc',
items: [
{ text: 'To Do Tracker', link: 'to-do.md' }
{ text: 'To Do Tracker', link: 'misc/to-do.md' }
]
}
],
Expand Down
Binary file removed docs/json-2.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ed5de94

Please sign in to comment.