Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading