docs: update all getting started links, fix #131

This commit is contained in:
Hans Pagel 2021-02-02 13:49:53 +01:00
parent 97c8e0cda5
commit 5b81deeeeb
8 changed files with 12 additions and 12 deletions

View File

@ -6,11 +6,11 @@
tiptap 2 is framework-agnostic and even works with plain JavaScript, if thats your thing. Were working on guides for all the different frameworks and workflows, but here is the general one. The following steps should help you to integrate tiptap in your JavaScript project.
## Alternative Guides
* [Vue CLI](/guide/getting-started/vue-cli)
* [Nuxt.js](/guide/getting-started/nuxtjs)
* [Vue CLI](/guide/getting-started/vue)
* [Nuxt.js](/guide/getting-started/nuxt)
* [React](/guide/getting-started/react) (Draft)
* [Svelte](/guide/getting-started/svelte) (Draft)
* [Alpine.js](/guide/getting-started/alpinejs) (Draft)
* [Alpine.js](/guide/getting-started/alpine) (Draft)
* [Livewire](/guide/getting-started/livewire) (Draft)
## Requirements

View File

@ -6,11 +6,11 @@
Depending on how your development setup looks like, there are a few different ways to install tiptap. We have put together integration guides for a few popular frameworks to get you started quickly. You can even use it without any front-end framework. Choose the way that fits your workflow and start building cool things!
## Integration guides
* [Vue.js](/guide/getting-started/vue-cli)
* [Nuxt.js](/guide/getting-started/nuxtjs)
* [Vue.js](/guide/getting-started/vue)
* [Nuxt.js](/guide/getting-started/nuxt)
* [React](/guide/getting-started/react) (Draft)
* [Svelte](/guide/getting-started/svelte) (Draft)
* [Alpine.js](/guide/getting-started/alpinejs) (Draft)
* [Alpine.js](/guide/getting-started/alpine) (Draft)
* [Livewire](/guide/getting-started/livewire) (Draft)
Dont see your framework here? That shouldnt stop you from installing tiptap. Just use the Vanilla JavaScript version, that should work fine, too.

View File

@ -50,13 +50,13 @@
link: /guide/getting-started
items:
- title: Vue.js 2
link: /guide/getting-started/vuejs
link: /guide/getting-started/vue
skip: true
- title: Nuxt.js
link: /guide/getting-started/nuxtjs
link: /guide/getting-started/nuxt
skip: true
- title: Inertia.js
link: /guide/getting-started/intertiajs
link: /guide/getting-started/intertia
type: draft
skip: true
- title: React
@ -64,7 +64,7 @@
type: draft
skip: true
- title: Next.js
link: /guide/getting-started/nextjs
link: /guide/getting-started/next
type: draft
skip: true
- title: Svelte
@ -72,7 +72,7 @@
type: draft
skip: true
- title: Alpine.js
link: /guide/getting-started/alpinejs
link: /guide/getting-started/alpine
type: draft
skip: true
- title: Livewire