Skip to content

Commit

Permalink
upgrade vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed Sep 14, 2024
1 parent c37cda3 commit c679ffe
Show file tree
Hide file tree
Showing 3 changed files with 1,076 additions and 569 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ Following [Switch Dreams's](https://www.switchdreams.com.br/]) coding practices,
- Select fields
- User auth module

## Other alternatives

This gem resolves a very common problem an the are a lot of alternative in the market

- [decent_exposure](https://github.com/hashrocket/decent_exposure)
- [resourcerer](https://github.com/ElMassimo/resourcerer)

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"vitepress": "^1.0.0-beta.1"
"vitepress": "^1.3.4"
}
}
Loading

0 comments on commit c679ffe

Please sign in to comment.