mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
docs: update all getting started links, fix #131
This commit is contained in:
parent
97c8e0cda5
commit
5b81deeeeb
@ -6,11 +6,11 @@
|
||||
tiptap 2 is framework-agnostic and even works with plain JavaScript, if that’s your thing. We’re 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Vue CLI
|
||||
# Vue.js
|
||||
|
||||
## toc
|
||||
|
@ -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)
|
||||
|
||||
Don’t see your framework here? That shouldn’t stop you from installing tiptap. Just use the Vanilla JavaScript version, that should work fine, too.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user