Skip to content

Commit

Permalink
Remove unnecessary files from _nuxt folder
Browse files Browse the repository at this point in the history
This commit removes unused files from the _nuxt folder. These include JSON build files, CSS, and JavaScript files related to the website's UI components such as the Alert, Badge, BlockHero, and ButtonLink. This cleanup aims to maintain a lean and clean repository.
  • Loading branch information
ndragun92 committed Mar 12, 2024
1 parent 14ea92f commit 4b398a6
Show file tree
Hide file tree
Showing 185 changed files with 7 additions and 716 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ await cache.flushByRegex('myString', 'myString2'); // Flush cache by regex match
await cache.flushAll();
```

For more detailed usage examples and API documentation, please refer to the [Documentation]() section.
For more detailed usage examples and API documentation, please refer to the [Documentation](https://ndragun92.github.io/file-sys-cache) section.

## Contributing
Contributions are welcome! Please see the [Contributing Guidelines](https://github.com/ndragun92/file-sys-cache/blob/main/CONTRIBUTING.md) for more information.
Expand Down
8 changes: 3 additions & 5 deletions _docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export default defineNuxtConfig({
// https://github.com/nuxt-themes/docus
extends: ['@nuxt-themes/docus'],
devtools: { enabled: true },
nitro: {
output: {
publicDir: path.join(__dirname, '../docs')
}
},
app: {
baseURL: '/file-sys-cache/'
}
})
3 changes: 2 additions & 1 deletion _docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"build": "nuxi build --preset github_pages",
"deploy": "npx gh-pages --dotfiles -d .output/public",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint ."
Expand Down
38 changes: 0 additions & 38 deletions docs/200.html

This file was deleted.

38 changes: 0 additions & 38 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/__studio.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/Alert.BtmVi6wh.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/Alert.Cn9lrT6w.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/Badge.8ZnOT2LK.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/Badge.DiM2TxH7.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/BlockHero.DoalR7qJ.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/BlockHero.Dxo8sspP.css

This file was deleted.

Loading

0 comments on commit 4b398a6

Please sign in to comment.