From 416246ee55f9cfc75f6790ea085f81ff084b86d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Tue, 2 Sep 2025 14:50:45 +0200 Subject: [PATCH 1/2] i'm an idiot sandwich --- docs/1-getting-started/0-introduction/README.md | 2 +- docs/1-getting-started/1-dev-environment/README.md | 2 +- docs/1-getting-started/2-making-a-hero-section/README.md | 2 +- docs/1-getting-started/3-the-about-us-page/README.md | 2 +- docs/1-getting-started/4-making-a-blog/README.md | 2 +- docs/1-getting-started/5-view-content-in-full-page/README.md | 2 +- docs/1-getting-started/6-building-a-nav-bar/README.md | 2 +- docs/2-guides/1-building-a-feedback-form/README.md | 2 +- docs/2-guides/2-island-architecture/README.md | 2 +- docs/README.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/1-getting-started/0-introduction/README.md b/docs/1-getting-started/0-introduction/README.md index e58c42cc..44d12049 100644 --- a/docs/1-getting-started/0-introduction/README.md +++ b/docs/1-getting-started/0-introduction/README.md @@ -4,7 +4,7 @@ page: jcr:title: Introduction j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- Welcome to the JavaScript Modules documentation! diff --git a/docs/1-getting-started/1-dev-environment/README.md b/docs/1-getting-started/1-dev-environment/README.md index 5b3dc032..e48cfaad 100644 --- a/docs/1-getting-started/1-dev-environment/README.md +++ b/docs/1-getting-started/1-dev-environment/README.md @@ -4,7 +4,7 @@ page: jcr:title: Setting Up Your Dev Environment j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- This tutorial will guide you through the setup of your development environment to start a local Jahia instance and create a new project. We assume you have some familiarity with JavaScript and React, if that's not the case, we recommend you to follow a few tutorials to learn the basics: diff --git a/docs/1-getting-started/2-making-a-hero-section/README.md b/docs/1-getting-started/2-making-a-hero-section/README.md index 969402df..f53a7d29 100644 --- a/docs/1-getting-started/2-making-a-hero-section/README.md +++ b/docs/1-getting-started/2-making-a-hero-section/README.md @@ -4,7 +4,7 @@ page: jcr:title: Making a Hero Section j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- In this section, we'll create a hero section for our website. A hero section is a large, full-width section at the top of a page. It usually contains a title, a subtitle, and a background image. diff --git a/docs/1-getting-started/3-the-about-us-page/README.md b/docs/1-getting-started/3-the-about-us-page/README.md index dc360c9c..d1a35b34 100644 --- a/docs/1-getting-started/3-the-about-us-page/README.md +++ b/docs/1-getting-started/3-the-about-us-page/README.md @@ -4,7 +4,7 @@ page: jcr:title: The "About Us" Page j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- Our homepage is based on a "basic" layout: take a look at `src/templates/Page/basic.server.tsx`. It's a single column layout defined by an `` without any constraints. If a user wants to place many Hero sections on the page, they can do it. Most websites have a slightly more controlled layout: a navbar, a title, a footer, optional sidebars, etc. In this section, we'll create a page layout that suits a typical "About Us" page. diff --git a/docs/1-getting-started/4-making-a-blog/README.md b/docs/1-getting-started/4-making-a-blog/README.md index 2d4d5f32..b70ea1da 100644 --- a/docs/1-getting-started/4-making-a-blog/README.md +++ b/docs/1-getting-started/4-making-a-blog/README.md @@ -4,7 +4,7 @@ page: jcr:title: Making a Blog j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- So far we only considered contributing pages visually, directly in Page Builder. This is great for individual, unique pages but it's not the best way to manage a blog. In a blog, you want all your articles to have the same structure and style, and you want to be able to manage them all in one place. diff --git a/docs/1-getting-started/5-view-content-in-full-page/README.md b/docs/1-getting-started/5-view-content-in-full-page/README.md index 73d9c62c..4f067ddb 100644 --- a/docs/1-getting-started/5-view-content-in-full-page/README.md +++ b/docs/1-getting-started/5-view-content-in-full-page/README.md @@ -4,7 +4,7 @@ page: jcr:title: View Content in Full Page j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- The goal of this section is to render a full-page view of a content node. We'll continue with our blog example, and instead of a 404 page, we'll create a page to display a single blog post. diff --git a/docs/1-getting-started/6-building-a-nav-bar/README.md b/docs/1-getting-started/6-building-a-nav-bar/README.md index 3d00a59b..227467bf 100644 --- a/docs/1-getting-started/6-building-a-nav-bar/README.md +++ b/docs/1-getting-started/6-building-a-nav-bar/README.md @@ -4,7 +4,7 @@ page: jcr:title: Building a Navigation Bar j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- A navigation bar is a common component in web development. It allows users to navigate between different pages of a website. In this section, we will build a navigation bar for our blog site. diff --git a/docs/2-guides/1-building-a-feedback-form/README.md b/docs/2-guides/1-building-a-feedback-form/README.md index 777ebb95..944cb105 100644 --- a/docs/2-guides/1-building-a-feedback-form/README.md +++ b/docs/2-guides/1-building-a-feedback-form/README.md @@ -4,7 +4,7 @@ page: jcr:title: Building a Feedback Form j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- The goal of this self-contained guide is to create a feedback form that uses client-side JavaScript to send data to a server. This first half will be about building the form, the second half about collecting the data on the server with jCustomer. diff --git a/docs/2-guides/2-island-architecture/README.md b/docs/2-guides/2-island-architecture/README.md index 83c582ba..bf5b9844 100644 --- a/docs/2-guides/2-island-architecture/README.md +++ b/docs/2-guides/2-island-architecture/README.md @@ -4,7 +4,7 @@ page: jcr:title: Island Architure j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- Jahia JavaScript Modules offers a first-class support for the Island Architecture pattern, allowing interactivity without compromising on performance. diff --git a/docs/README.md b/docs/README.md index 0cec00c2..19be2e79 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ page: jcr:title: Tutorials Home j:templateName: documentation content: - $subpath: page-area/content + $subpath: document-area/content --- Depending on who you are, you'll get started with Jahia in different ways. From 4f677ec790faf98dfee469c47a1b451cb70f1739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= <48261497+GauBen@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:54:23 +0200 Subject: [PATCH 2/2] Update docs/2-guides/2-island-architecture/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/2-guides/2-island-architecture/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2-guides/2-island-architecture/README.md b/docs/2-guides/2-island-architecture/README.md index bf5b9844..e0a4d380 100644 --- a/docs/2-guides/2-island-architecture/README.md +++ b/docs/2-guides/2-island-architecture/README.md @@ -1,7 +1,7 @@ --- page: $path: /sites/academy/home/documentation/jahia/8_2/developer/javascript-module-development/client-side-javascript - jcr:title: Island Architure + jcr:title: Island Architecture j:templateName: documentation content: $subpath: document-area/content