Skip to content

Commit

Permalink
reorganize section order
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Jul 29, 2024
1 parent cb10a5b commit 94fdd49
Show file tree
Hide file tree
Showing 37 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/1.geniebuilder/docs/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Genie Builder is a VS Code extension that helps you build Julia web apps 10x fas
</video>


The Genie Builder extension is available on the VSCode marketplace. To find it, search for "genie builder" in the Extensions tab in VSCode, and follow the installation instructions in the extension page.
The Genie Builder extension is available on the [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=GenieBuilder.geniebuilder). To find it, search for "genie builder" in the Extensions tab in VSCode, and follow the installation instructions in the extension page.

You can also run Genie Builder on JuliaHub following [these instructions](/geniebuilder/using-gb-on-juliahub).

7 changes: 2 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ export default defineNuxtConfig({
disableTransition: true
},

routeRules: {
// Temporary workaround for prerender regression. see https://github.com/nuxt/nuxt/issues/27490
'/': { prerender: true },
'/api/search.json': { prerender: true }
},

devtools: {
enabled: true
Expand All @@ -73,6 +68,8 @@ export default defineNuxtConfig({
compatibilityDate: '2024-07-11',

routeRules: {
'/': { prerender: true },
'/api/search.json': { prerender: true }
// Redirects legacy urls
'/docs/reference/reactive-ui/**': { redirect: '/framework/stipple.jl/docs/**' },
'/docs/reference/reactive-ui/introduction': { redirect: '/framework/stipple.jl/docs/' },
Expand Down

0 comments on commit 94fdd49

Please sign in to comment.