Skip to content

Commit

Permalink
Merge pull request #6 from ndragun92/refactor/docs
Browse files Browse the repository at this point in the history
Remove unnecessary files from _nuxt folder
  • Loading branch information
ndragun92 committed Mar 12, 2024
2 parents 14ea92f + 4b398a6 commit 18bb47f
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 18bb47f

Please sign in to comment.