[PR #87] [MERGED] chore: created docs and added info in onboarding and services #347

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

📋 Pull Request Information

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

Base: mainHead: create-docs


📝 Commits (1)

  • 2ae0a97 chore: created docs and added info in onboarding and services

📊 Changes

12 files changed (+690 additions, -39 deletions)

View changed files

📝 content-collections.ts (+51 -9)
📝 src/actions/docs/index.ts (+12 -2)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx (+8 -3)
📝 src/app/(frontend)/(dashboard)/docs/DocsSidebar.tsx (+20 -5)
📝 src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx (+13 -3)
📝 src/components/onboarding/OnboardingLayout.tsx (+3 -1)
src/docs/api/getting-started.md (+0 -8)
src/docs/api/introduction.md (+0 -8)
src/docs/onboarding/onboarding.md (+222 -0)
src/docs/servers/add-server.md (+54 -0)
src/docs/servers/attach-server.md (+42 -0)
src/docs/services/services-overview.md (+265 -0)

📄 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/87 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@charanm927](https://github.com/charanm927) **Base:** `main` ← **Head:** `create-docs` --- ### 📝 Commits (1) - [`2ae0a97`](https://github.com/dflow-sh/dflow/commit/2ae0a9702518e13fb99b8bf39d15faad59ffc4f0) chore: created docs and added info in onboarding and services ### 📊 Changes **12 files changed** (+690 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `content-collections.ts` (+51 -9) 📝 `src/actions/docs/index.ts` (+12 -2) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx` (+8 -3) 📝 `src/app/(frontend)/(dashboard)/docs/DocsSidebar.tsx` (+20 -5) 📝 `src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx` (+13 -3) 📝 `src/components/onboarding/OnboardingLayout.tsx` (+3 -1) ➖ `src/docs/api/getting-started.md` (+0 -8) ➖ `src/docs/api/introduction.md` (+0 -8) ➕ `src/docs/onboarding/onboarding.md` (+222 -0) ➕ `src/docs/servers/add-server.md` (+54 -0) ➕ `src/docs/servers/attach-server.md` (+42 -0) ➕ `src/docs/services/services-overview.md` (+265 -0) </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:30 +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#347
No description provided.