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:
@@ -10,8 +10,6 @@ export const PostHeader: React.FC<{
|
||||
}> = ({ post }) => {
|
||||
const { title, publishedAt, description, image } = post;
|
||||
|
||||
console.log(post);
|
||||
|
||||
return (
|
||||
<div className={'flex flex-col space-y-8'}>
|
||||
<div className={'flex flex-col space-y-2'}>
|
||||
|
||||
Reference in New Issue
Block a user