Skip to content

Commit

Permalink
docs(guide): Edge releases added
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Feb 21, 2023
1 parent e317f4d commit 6640591
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default defineConfig({
{ text: 'Installation', link: '/guide/getting-started/installation' },
{ text: 'Customization', link: '/guide/getting-started/customization' },
{ text: 'Grid', link: '/guide/getting-started/grid' },
{ text: 'Edge Releases', link: '/guide/getting-started/edge-releases' },
],
},
{
Expand Down
21 changes: 21 additions & 0 deletions docs/guide/getting-started/edge-releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Edge releases

If you ever want to try the latest commits instead of waiting for the new release, You can use edge release of Anu.

We recommend using official releases always and only use this if you know what you are doing.

## Using edge release

Use below values for anu packages in your project's `package.json` and run the installation again.

```json
{
"dependencies": {
"anu-vue": "npm:anu-vue-edge@latest",
"@anu-vue/nuxt": "npm:@anu-vue/nuxt-edge@latest",
"@anu-vue/preset-theme-default": "npm:@anu-vue/preset-theme-default-edge@latest"
},
}
```

Congrats! You are now using unreleased changes <i class="i-fluent-emoji-partying-face"></i>

0 comments on commit 6640591

Please sign in to comment.