Skip to content

Commit

Permalink
Merge pull request nxext#1135 from rbalet/feat-index-link
Browse files Browse the repository at this point in the history
feat(docs): links
  • Loading branch information
edbzn authored Oct 13, 2024
2 parents ee387a2 + a7e0098 commit 73a1641
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,23 @@ hero:
features:
- title: Stencil
details: Stencil is a library for building reusable, scalable component libraries. Generate small, blazing fast Web Components that run everywhere.
link: /docs/stencil/overview.html
- title: Svelte
details: Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
link: /docs/svelte/overview.html
- title: SvelteKit
details: SvelteKit is built on Svelte, a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and JavaScript.
link: /docs/sveltekit/overview.html
- title: SolidJS
link: /docs/solid/overview.html
details: Simple and performant reactivity for building user interfaces.
- title: Preact
details: Fast 3kB alternative to React with the same modern API.
link: /docs/preact/overview.html
- title: Ionic
details: A new way to build and ship for mobile.
link: /docs/ionic-angular/installation.html
- title: Capacitor
details: A cross-platform native runtime for web apps.
link: /docs/capacitor/generators.html
---
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:docs": "nx serve docs",
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
Expand Down

0 comments on commit 73a1641

Please sign in to comment.