From d0bc48d6fb9d043371cbbf1cdaa567cb2e0d3b43 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 13 Aug 2020 11:45:21 +0200 Subject: [PATCH] add content --- docs/src/docPages/introduction.md | 5 +++-- docs/src/links.yaml | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/docPages/introduction.md b/docs/src/docPages/introduction.md index 5e3d7f1a..3becfa91 100644 --- a/docs/src/docPages/introduction.md +++ b/docs/src/docPages/introduction.md @@ -4,18 +4,19 @@ tiptap is a renderless wrapper around [ProseMi Although tiptap tries to hide most of the complexity of ProseMirror, it’s is built on top of its APIs and we strongly recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/). You’ll have a better understanding of how everything works under the hood and get familiar with many terms and jargon used by tiptap. -## Who is using tiptap already? +## Who is using tiptap? - [GitLab](https://gitlab.com) - [Statamic CMS](https://statamic.com) - [Twill CMS](https://twill.io) - [ApostropheCMS](https://apostrophecms.com) - [Directus CMS](https://directus.io) - [Nextcloud](https://apps.nextcloud.com/apps/text) +- [Craft CMS](https://craftcms.com/) - [and many more →](https://github.com/ueberdosis/tiptap/network/dependents?package_id=UGFja2FnZS0xMzE5OTg0ODc%3D) ## Contributing -Please see the [`CONTRIBUTING.md`](https://github.com/ueberdosis/tiptap/blob/master/CONTRIBUTING.md) file for details. +Please see the [`CONTRIBUTING.md`](https://github.com/ueberdosis/tiptap-next/blob/main/CONTRIBUTING.md) file for details. ```bash yarn install diff --git a/docs/src/links.yaml b/docs/src/links.yaml index f43a29e4..2596dbb9 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -4,6 +4,8 @@ link: /introduction/ - title: Installation ✅ link: /installation/ + - title: Upgrade Guide ❌ + link: /upgrade-guide/ - title: Guide items: