From 8e8a1dd4b9e9776bd50e72c7582edbda7bfe3244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Tue, 26 Aug 2025 14:56:28 +0200 Subject: [PATCH] docs: naming conventions --- docs/3-reference/2-naming-conventions/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/3-reference/2-naming-conventions/README.md diff --git a/docs/3-reference/2-naming-conventions/README.md b/docs/3-reference/2-naming-conventions/README.md new file mode 100644 index 00000000..83320de4 --- /dev/null +++ b/docs/3-reference/2-naming-conventions/README.md @@ -0,0 +1,7 @@ +# Naming Conventions + +The JavaScript Modules engine does not enforce any naming conventions, but we recommend you follow the following guidelines to ensure a maximum compatibility with the rest of the Jahia ecosystem: + +- .client.tsx files +- .server.tsx files +- fullPage view