From 68ed1bc32be659ee0ef141c9bf91633eaa33dcd9 Mon Sep 17 00:00:00 2001 From: Karol Grochowalski Date: Tue, 25 Aug 2026 14:30:43 +0200 Subject: [PATCH] Update getting started section to include Next.js setup --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ea1b7fcc..5ce9a55b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ Flotiq is one of popular headless content management systems, sharing many simil ## Getting started with Flotiq -There are 2 primary ways to interact with Flotiq: 1. through the [user interface (dashboard)](panel/) and 2. through the [APIs](API/) we provide (RESTful and GraphQL). Whichever way you choose - when working with the system you will interact with 2 kinds of entities - 1. ones that define your **data model** and 2. ones that constitute your actual **data**. +There are 3 primary ways to get started with Flotiq: 1. through the [user interface (dashboard)](panel/), 2. through the [APIs](API/) we provide (RESTful and GraphQL), or 3. by setting up a project with [Next.js](Universe/nextjs/nextjs-setup.md). Whichever way you choose - when working with the system you will interact with 2 kinds of entities - 1. ones that define your **data model** and 2. ones that constitute your actual **data**. ### Data model