Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tags for flotiq docs articles #281

Merged
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions docs/API/content-objects.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to handle Content Objects | Flotiq docs
description: How to handle Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/creating-co.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to add Content Objects | Flotiq docs
description: How to add Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/creating-ctd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to add Content Type Definitions | Flotiq docs
description: How to add Content Type Definitions in Flotiq API

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/deleting-co.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to delete Content Objects | Flotiq docs
description: How to delete Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/deleting-ctd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to delete Content Type Definitions | Flotiq docs
description: How to delete Content Type Definitions in Flotiq API

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/getting-co.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to list Content Objects | Flotiq docs
description: How to list Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/getting-ctd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to get single Content Type Definitions | Flotiq docs
description: How to get single Content Type Definitions in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/listing-co.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to list Content Objects | Flotiq docs
description: How to list Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/listing-ctd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to list Content Type Definitions | Flotiq docs
description: How to list Content Type Definitions in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/listing-deleted-co.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to list deleted Content Objects | Flotiq docs
description: How to list deleted Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/updating-co.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to update Content Objects | Flotiq docs
description: How to update Content Objects in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-type/updating-ctd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to update Content Type Definitions | Flotiq docs
description: How to update Content Type Definitions in Flotiq API

Expand Down
5 changes: 5 additions & 0 deletions docs/API/content-types.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to handle Content Type Definitions | Flotiq docs
description: How to handle Content Type Definitions in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/dynamic-content-api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq deep dives | Flotiq docs
description: Flotiq's Dynamic Content API offers a unique way of interacting with your content, the way you design it. The builtin SDKs and APi docs make it extremely easy to use.

Expand Down
5 changes: 5 additions & 0 deletions docs/API/generate-package.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Client libraries and SDKs
description: Flotiq provides SDKs, or client libraries, to access your Content, but if you would like to build your own - you can use the OpenAPI compatible schema to generate clients and servers for multiple languages.

Expand Down
5 changes: 5 additions & 0 deletions docs/API/generate-package/sdk-nodejs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Generate Package - SDK NodeJS
description: Flotiq provides SDK NodeJS to access your Content.

Expand Down
5 changes: 5 additions & 0 deletions docs/API/get-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

Title: Get Started with Flotiq API Integration

Description: Get started with integrating Flotiq API into your application.
Expand Down
6 changes: 5 additions & 1 deletion docs/API/graph-ql.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GraphQL
---
tags:
- Developer
---

# GraphQL

The Flotiq API supports a GraphQL queries.
It is an alternative way to REST API to get your data. We provide the complete, **always up-to-date** GraphQL description of your data and the endpoint
Expand Down
4 changes: 4 additions & 0 deletions docs/API/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tags:
- Developer
---

# API access

Expand Down
5 changes: 5 additions & 0 deletions docs/API/media-library.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq Media Library | Flotiq docs
description: Learn more about the powerful Media Library that Flotiq offers.

Expand Down
5 changes: 5 additions & 0 deletions docs/API/open-api-schema.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Get your own Open Api Schema | Flotiq docs
description: How to get your open API schema

Expand Down
5 changes: 5 additions & 0 deletions docs/API/search.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq Search API | Flotiq docs
description: Flotiq's search API provides an easy way to query all your content through one endpoint.

Expand Down
5 changes: 5 additions & 0 deletions docs/API/variants.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Media transformations | Flotiq docs
description: How to transform an image in Flotiq

Expand Down
5 changes: 5 additions & 0 deletions docs/API/workflow/content-publishing-workflow.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq workflows - content publishing | Flotiq documentation
description: Flotiq support for custom workflows helps teams collaborate and produce quality content.

Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/contentful-importer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Contentful - Flotiq data migration | Flotiq docs
description: How to migrate Flotiq data from Contentful account

Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/excel-data-migration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq - MSExcel Migration | Flotiq docs
description: How to migrate Flotiq data to/from MS Excel file

Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq CLI Overview | Flotiq docs
description: Overview of Flotiq CLI tool

Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/purge.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

# Purging data from Flotiq account

You can remove all objects from your account with one command. It helps with testing different imports. Command needs additional confirmation. Content type definitions stay in place.
Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/starting-new-project-gatsby.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

# Starting new Gatsby project with Flotiq CLI

To start a new Gatsby project with [Flotiq CLI](./index.md) you need a Flotiq account (you can [register here](http://editor.flotiq.com/register.html)) and your "Read and write API key" (more about API keys [here](../API/index.md)).
Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/starting-new-project-nextjs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

# Starting new Next.js project with Flotiq CLI

To start a new Next.js project with [Flotiq CLI](./index.md) you need a Flotiq account (you can [register here](http://editor.flotiq.com/register.html)) and your "Read and write API key" (more about API keys [here](../API/index.md)).
Expand Down
5 changes: 5 additions & 0 deletions docs/CLI/wordpress-importer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

# Migrate WordPress blog content to Flotiq

To migrate content from WordPress blog with Flotiq CLI you need a Flotiq account (you can [register here](http://editor.flotiq.com/register.html)) and your "Read and write API key" (more about API keys can be found in [the related article](../API/index.md)).
Expand Down
5 changes: 5 additions & 0 deletions docs/Deep-Dives/Building-a-blog-in-3-minutes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Building a blog in 3 minutes with Flotiq, Gatsby and Netlify | Flotiq docs
description: A deep dive tutorial on how to build your first blog using a headless CMS system like Flotiq, GatsbyJS and Netlify.

Expand Down
5 changes: 5 additions & 0 deletions docs/Deep-Dives/Headless-CMS-Contact-Forms.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Contact form using Flotiq | Flotiq docs
description:

Expand Down
6 changes: 5 additions & 1 deletion docs/Deep-Dives/add-a-custom-domain-to-heroku-for-free.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: How to add a custom domain to your Heroku-hosted blog with Cloudflare workers | Flotiq docs
description: Read this tutorial to learn how you can use Cloudflare workers to add a free custom domain to a Heroku-hosted blog.

Expand All @@ -7,7 +12,6 @@ Heroku is pretty great for hosting websites and their `Deploy to Heroku` buttons

Here's a quick tutorial how to get around this, with Cloudflare Workers.


!!! caution
**Prerequisites:**

Expand Down
5 changes: 5 additions & 0 deletions docs/Deep-Dives/angular-headless-cms.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Angular 9 and Flotiq headless CMS - getting started with your custom application using Angular 8 generated package in Flotiq.
description: Start building your Angular 9 app quickly with an SDK package generated in Flotiq.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Building a banner rotator with an admin interface | Flotiq docs
description: This example shows how you can use Flotiq to build your own system that can rotate ads on your website.

Expand Down
6 changes: 6 additions & 0 deletions docs/Deep-Dives/divhunt.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- Content Creator
- Developer
---

title: Flotiq Divhunt integration | Flotiq docs
description: Integrate Flotiq with Divhunt to jump-start your project code-free

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Building a stunning recipe website with Flotiq and Gatsby | Flotiq docs
description: A deep dive tutorial on Flotiq's complex data structures and accidentally building a stunning recipes website with Gatsby.

Expand Down
5 changes: 5 additions & 0 deletions docs/Deep-Dives/metaapi.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Developer
---

title: Flotiq and Meta-API integration | Flotiq docs
description: This tutorial shows how to use Flotiq and Meta-API to integrate with another API

Expand Down
6 changes: 5 additions & 1 deletion docs/Deep-Dives/mobile-expo-product-showcase.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
tags:
- Developer
---

title: React-native mobile product showcase | Flotiq docs
description: This example shows how to use Flotiq and the Flotiq Mobile Expo to build a CMS-managed mobile application quickly.


# React-native mobile product showcase

![Flotiq Mobile Expo application](../Flotiq-Mobile-Expo/images/head-image.jpg)
Expand Down
9 changes: 6 additions & 3 deletions docs/Deep-Dives/multilingual-content.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
---
tags:
- Content Creator
- Developer
---

title: Multilingual content in Flotiq Headless CMS. Example model, API Calls & Demo | Flotiq docs
description: Nowadays, the multilingual site is quite a common thing. This article will show you how you can manage multilingual data in Flotiq.


# Multilingual content in Flotiq Headless CMS. Example model, API Calls & Demo

![](images/multilingual-content/header.jpg)


Nowadays, the multilingual site is quite a common thing. It is appreciated for the company to speak to
the client in their language.

This article will show you how to manage multilingual content in Flotiq. We use blog posts as an example,
but remember that you can use the Flotiq to manage various data.


## Step 1: Create a model for your data

At first, we create Content Type Definition (CTD) based on our predefined types. It will be a standard
Expand Down
Loading
Loading