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.