Update content categorization and handle hierarchical documentation

Enhancements were implemented to support hierarchical documentation. Local CMS now respects parent ID and order attributes of content items, and content can be categories as 'blog' or 'documentation'. Changes were also made to the wordpress integration supporting these new categorizations. Introduced working with nested documentation pages.
This commit is contained in:
giancarlo
2024-04-03 21:06:54 +08:00
parent 3fd216ba6e
commit 53afd10f32
22 changed files with 350 additions and 156 deletions

View File

@@ -2,6 +2,8 @@
title: Installing Makerkit
label: Installing Makerkit
description: Learn how to install Makerkit on your local machine
categories:
- documentation
---
If you have bought a license for MakerKit, you have access to all the

View File

@@ -2,6 +2,8 @@
title: Clone the MakerKit SaaS boilerplate repository
label: Clone the repository
description: Learn how to clone the MakerKit repository and install the NodeJS dependencies.
categories:
- documentation
---
If you have bought a license for MakerKit, you have access to all the

View File

@@ -2,6 +2,8 @@
title: Getting Started
label: Getting Started
description: Getting started with the Makerkit Kit
categories:
- documentation
---
Makerkit is a Next.js/Remix SaaS Starter that helps you build your own SaaS in minutes. It comes with a fully integrated Stripe billing system, a landing page, and a dashboard.

View File

@@ -2,6 +2,8 @@
title: Authentication Overview
label: Overview
description: Learn how authentication works in MakerKit and how to configure it.
categories:
- documentation
---
The way you want your users to authenticate can be driven via configuration.

View File

@@ -2,6 +2,8 @@
title: Supabase Setup
label: Supabase Setup
description: How to setup authentication in MakerKit using Supabase.
categories:
- documentation
---
Supabase needs a few settings to be configured in their Dashboard to work correctly. This guide will walk you through the steps to get your Supabase authentication setup.

View File

@@ -2,6 +2,8 @@
title: Authentication
label: Authentication
description: Learn everything about Authentication in Makerkit
categories:
- documentation
---
MakerKit uses Supabase to manage authentication within your application.