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

[wip] expand cms docs #369

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Co-author all pages
haydenbleasel committed Dec 20, 2024
commit 5f0cf4fb82e63ba047caa81473c7155ac03d969d
27 changes: 27 additions & 0 deletions docs/features/cms/components.mdx
Original file line number Diff line number Diff line change
@@ -3,6 +3,33 @@ title: Components
description: Components that come with the CMS package.
---

import { Authors } from "/snippets/authors.mdx";

<Authors
data={[
{
user: {
name: "Hayden Bleasel",
id: "haydenbleasel",
},
company: {
name: "next-forge",
id: "next-forge",
},
},
{
user: {
name: "Julian Benegas",
id: "julianbenegas8",
},
company: {
name: "BaseHub",
id: "basehub",
},
},
]}
/>

The CMS package comes with a set of components that are designed to work with the CMS. At any point in time, you can extend these components to add your own custom functionality.

## The `Feed` component
26 changes: 26 additions & 0 deletions docs/features/cms/metadata.mdx
Original file line number Diff line number Diff line change
@@ -3,3 +3,29 @@ title: Metadata
description: How the title, description, and Open Graph images are configured in the CMS.
---

import { Authors } from "/snippets/authors.mdx";

<Authors
data={[
{
user: {
name: "Hayden Bleasel",
id: "haydenbleasel",
},
company: {
name: "next-forge",
id: "next-forge",
},
},
{
user: {
name: "Julian Benegas",
id: "julianbenegas8",
},
company: {
name: "BaseHub",
id: "basehub",
},
},
]}
/>
27 changes: 27 additions & 0 deletions docs/features/cms/~examples.mdx
Original file line number Diff line number Diff line change
@@ -3,5 +3,32 @@ title: CMS
description: Examples of how to extend the CMS package.
---

import { Authors } from "/snippets/authors.mdx";

<Authors
data={[
{
user: {
name: "Hayden Bleasel",
id: "haydenbleasel",
},
company: {
name: "next-forge",
id: "next-forge",
},
},
{
user: {
name: "Julian Benegas",
id: "julianbenegas8",
},
company: {
name: "BaseHub",
id: "basehub",
},
},
]}
/>

- adding authors to the post
- adding "related posts"
26 changes: 26 additions & 0 deletions docs/features/cms/~forms.mdx
Original file line number Diff line number Diff line change
@@ -3,3 +3,29 @@ title: CMS
description: How the CMS is configured in next-forge.
---

import { Authors } from "/snippets/authors.mdx";

<Authors
data={[
{
user: {
name: "Hayden Bleasel",
id: "haydenbleasel",
},
company: {
name: "next-forge",
id: "next-forge",
},
},
{
user: {
name: "Julian Benegas",
id: "julianbenegas8",
},
company: {
name: "BaseHub",
id: "basehub",
},
},
]}
/>
26 changes: 26 additions & 0 deletions docs/features/cms/~newsletter.mdx
Original file line number Diff line number Diff line change
@@ -3,3 +3,29 @@ title: CMS
description: How the CMS is configured in next-forge.
---

import { Authors } from "/snippets/authors.mdx";

<Authors
data={[
{
user: {
name: "Hayden Bleasel",
id: "haydenbleasel",
},
company: {
name: "next-forge",
id: "next-forge",
},
},
{
user: {
name: "Julian Benegas",
id: "julianbenegas8",
},
company: {
name: "BaseHub",
id: "basehub",
},
},
]}
/>