[PR #92] [MERGED] Service docs #351

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

📋 Pull Request Information

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

Base: mainHead: service-docs


📝 Commits (4)

  • cfdc47e chore: update service docs
  • da8893c chore: rehype-autolink-headings for docs
  • 859f161 chore: add info button
  • 799d19c Merge branch 'main' into service-docs

📊 Changes

13 files changed (+584 additions, -270 deletions)

View changed files

📝 content-collections.ts (+14 -4)
📝 package.json (+2 -0)
📝 pnpm-lock.yaml (+55 -0)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx (+8 -1)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx (+5 -7)
📝 src/components/DocSidebar.tsx (+21 -4)
📝 src/components/SidebarToggleButton.tsx (+4 -1)
📝 src/components/service/DatabaseForm.tsx (+9 -1)
src/docs/services/app-service.md (+148 -0)
src/docs/services/database-service.md (+144 -0)
src/docs/services/docker-service.md (+150 -0)
📝 src/docs/services/services-overview.md (+9 -250)
📝 src/providers/SidebarDocsProvider.tsx (+15 -2)

📄 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/92 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@charanm927](https://github.com/charanm927) **Base:** `main` ← **Head:** `service-docs` --- ### 📝 Commits (4) - [`cfdc47e`](https://github.com/dflow-sh/dflow/commit/cfdc47e312098b018c25c5230c3a865e878a25d3) chore: update service docs - [`da8893c`](https://github.com/dflow-sh/dflow/commit/da8893c049f568bbf1ad714f0804abe0683c3f77) chore: rehype-autolink-headings for docs - [`859f161`](https://github.com/dflow-sh/dflow/commit/859f161847c0e9bf337342d9f89592b6a7235e6b) chore: add info button - [`799d19c`](https://github.com/dflow-sh/dflow/commit/799d19c9a228b5f00ce0254c5fb5d37e2a268e78) Merge branch 'main' into service-docs ### 📊 Changes **13 files changed** (+584 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `content-collections.ts` (+14 -4) 📝 `package.json` (+2 -0) 📝 `pnpm-lock.yaml` (+55 -0) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx` (+8 -1) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx` (+5 -7) 📝 `src/components/DocSidebar.tsx` (+21 -4) 📝 `src/components/SidebarToggleButton.tsx` (+4 -1) 📝 `src/components/service/DatabaseForm.tsx` (+9 -1) ➕ `src/docs/services/app-service.md` (+148 -0) ➕ `src/docs/services/database-service.md` (+144 -0) ➕ `src/docs/services/docker-service.md` (+150 -0) 📝 `src/docs/services/services-overview.md` (+9 -250) 📝 `src/providers/SidebarDocsProvider.tsx` (+15 -2) </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:31 +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#351
No description provided.