[PR #25] [MERGED] Docs #327

Closed
opened 2026-03-03 11:29:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/25
Author: @charanm927
Created: 4/2/2025
Status: Merged
Merged: 4/2/2025
Merged by: @charanm927

Base: mainHead: docs


📝 Commits (2)

  • b000e54 chore: integrated content collections and created some collections
  • 5046936 chore: installed typography added prose styles

📊 Changes

13 files changed (+1700 additions, -8 deletions)

View changed files

📝 .gitignore (+2 -0)
content-collections.ts (+48 -0)
📝 next.config.ts (+2 -1)
📝 package.json (+4 -0)
📝 pnpm-lock.yaml (+1219 -5)
src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx (+31 -0)
src/app/(frontend)/(dashboard)/docs/layout.tsx (+74 -0)
📝 src/app/(frontend)/(dashboard)/layout.client.tsx (+1 -0)
src/docs/api/getting-started.md (+8 -0)
src/docs/api/introduction.md (+8 -0)
src/docs/introduction/introduction.md (+299 -0)
📝 tailwind.config.ts (+2 -1)
📝 tsconfig.json (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/25 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@charanm927](https://github.com/charanm927) **Base:** `main` ← **Head:** `docs` --- ### 📝 Commits (2) - [`b000e54`](https://github.com/dflow-sh/dflow/commit/b000e542830a80e0553562d9308e3a76bfde25f2) chore: integrated content collections and created some collections - [`5046936`](https://github.com/dflow-sh/dflow/commit/5046936a69979d17b63e795e0c9352db3664103f) chore: installed typography added prose styles ### 📊 Changes **13 files changed** (+1700 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `content-collections.ts` (+48 -0) 📝 `next.config.ts` (+2 -1) 📝 `package.json` (+4 -0) 📝 `pnpm-lock.yaml` (+1219 -5) ➕ `src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx` (+31 -0) ➕ `src/app/(frontend)/(dashboard)/docs/layout.tsx` (+74 -0) 📝 `src/app/(frontend)/(dashboard)/layout.client.tsx` (+1 -0) ➕ `src/docs/api/getting-started.md` (+8 -0) ➕ `src/docs/api/introduction.md` (+8 -0) ➕ `src/docs/introduction/introduction.md` (+299 -0) 📝 `tailwind.config.ts` (+2 -1) 📝 `tsconfig.json` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#327
No description provided.