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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user