Skip to content

Commit

Permalink
fix broken pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Apr 18, 2024
1 parent e667b99 commit 8da6326
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/recipes.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const replaceExtension = (i) => {
export default {
load() {
const v2 = getFiles('recipes', '2.0').map((i) => replaceExtension(i))
const v3 = getFiles('recipes', '3.0').map((i) => replaceExtension(i))
const v3 = getFiles('guides', '3.0').map((i) => replaceExtension(i))

return {
v2,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/common/technical-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We use Algolia DocSearch so you can quickly find what you're looking for.

### Recipes and FAQ page

We compiled a list of helpful [recipes](./../3.0/recipes.html) from ourselves and the community and a few [FAQ](./../3.0/faq.html) items for you to check out.
We compiled a list of helpful [recipes](./../3.0/guides.html) from ourselves and the community and a few [FAQ](./../3.0/faq.html) items for you to check out.

</div>

Expand Down Expand Up @@ -88,7 +88,7 @@ But there are times when we can't reproduce it quickly and more information is n

When none of the above can be run and the case requires pair programming sessions, we can offer those as a separate paid service.

If you'd like to know more about that, please fill out [this form](https://forms.reform.app/ahahHs/technical-support-request/tk3fp0) or reach out to us on the [Discord server](https://avo.cool/chat).
If you'd like to know more about that, see our standard plans [her](https://avohq.io/support) or reach out to us on the [Discord server](https://avo.cool/chat).

## Demo apps

Expand Down

0 comments on commit 8da6326

Please sign in to comment.