[PR #182] [MERGED] Template docs #380

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/182
Author: @charanm927
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @charanm927

Base: mainHead: template-docs


📝 Commits (4)

  • 956051d feat: integrate SidebarToggleButton into DomainForm and DomainList components; add documentation for managing domains
  • 0b9d19d feat: add SidebarToggleButton to VariablesForm; enhance documentation for environment variables
  • df073ec feat: enhance domains documentation; clarify usage of main domains at server and service levels
  • 6681439 feat: add templates collection and overview documentation; integrate templates into existing document structure

📊 Changes

11 files changed (+552 additions, -2 deletions)

View changed files

📝 content-collections.ts (+31 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/DocsSidebar.tsx (+3 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/[slug]/page.tsx (+2 -0)
📝 src/components/servers/DomainForm.tsx (+6 -0)
📝 src/components/service/DomainList.tsx (+6 -0)
📝 src/components/service/VariablesForm.tsx (+8 -1)
src/docs/servers/domains.md (+173 -0)
📝 src/docs/services/app-service.md (+4 -0)
📝 src/docs/services/docker-service.md (+4 -0)
src/docs/services/environment-variables.md (+167 -0)
src/docs/templates/templates-overview.md (+148 -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/182 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@charanm927](https://github.com/charanm927) **Base:** `main` ← **Head:** `template-docs` --- ### 📝 Commits (4) - [`956051d`](https://github.com/dflow-sh/dflow/commit/956051dd203597efb3b336d236efccec13ce427e) feat: integrate SidebarToggleButton into DomainForm and DomainList components; add documentation for managing domains - [`0b9d19d`](https://github.com/dflow-sh/dflow/commit/0b9d19d13436c571463e106cc24e6a7c8d18facd) feat: add SidebarToggleButton to VariablesForm; enhance documentation for environment variables - [`df073ec`](https://github.com/dflow-sh/dflow/commit/df073ecb0bad3929a8a4db85f1e0aefb5afcc031) feat: enhance domains documentation; clarify usage of main domains at server and service levels - [`6681439`](https://github.com/dflow-sh/dflow/commit/668143981305f6c14e8957728ea3825ed4aa783f) feat: add templates collection and overview documentation; integrate templates into existing document structure ### 📊 Changes **11 files changed** (+552 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `content-collections.ts` (+31 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/DocsSidebar.tsx` (+3 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/[slug]/page.tsx` (+2 -0) 📝 `src/components/servers/DomainForm.tsx` (+6 -0) 📝 `src/components/service/DomainList.tsx` (+6 -0) 📝 `src/components/service/VariablesForm.tsx` (+8 -1) ➕ `src/docs/servers/domains.md` (+173 -0) 📝 `src/docs/services/app-service.md` (+4 -0) 📝 `src/docs/services/docker-service.md` (+4 -0) ➕ `src/docs/services/environment-variables.md` (+167 -0) ➕ `src/docs/templates/templates-overview.md` (+148 -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:39 +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#380
No description provided.