Skip to content

Commit 2827ab8

Browse files
committed
docs: add cross-references between template documentation files
- Add 'See Also' link in templates.md pointing to architecture doc - Add 'See Also' link in template-system-architecture.md pointing to contributing guide - Improves discoverability between practical guide and technical documentation
1 parent 9d64e9b commit 2827ab8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/contributing/templates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This document explains the correct syntax for defining variables in Tera templates used in the Torrust Tracker Deployer project.
44

5+
> **See Also**: For architectural details about how the template system works, see [Template System Architecture](../technical/template-system-architecture.md).
6+
57
## 📝 Correct Variable Syntax
68

79
All Tera template variables must use **double curly braces** with **no spaces** inside the braces:

docs/technical/template-system-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Technical documentation for contributors working with the template rendering system.
44

5+
> **See Also**: For practical guidance on working with templates, see [Tera Template Variable Syntax](../contributing/templates.md).
6+
57
## 🏗️ System Overview
68

79
The template system uses a **double indirection** approach to provide flexible infrastructure deployment while maintaining portability and customizability.

0 commit comments

Comments
 (0)