From f89c75f735cbd57a07fd3658445d41a3ffdda257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Wed, 3 Nov 2021 17:21:22 +0100 Subject: [PATCH] fix menus jekyll path --- app/models/communication/website/menu.rb | 2 +- docs/websites/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/communication/website/menu.rb b/app/models/communication/website/menu.rb index 3052f1290..5c62c0414 100644 --- a/app/models/communication/website/menu.rb +++ b/app/models/communication/website/menu.rb @@ -40,7 +40,7 @@ class Communication::Website::Menu < ApplicationRecord end def github_path_generated - "_data/menu.yml" + "_data/menus.yml" end def to_jekyll diff --git a/docs/websites/readme.md b/docs/websites/readme.md index 02b22c261..3847269f8 100644 --- a/docs/websites/readme.md +++ b/docs/websites/readme.md @@ -70,7 +70,7 @@ Attributes: ## Export du menu -/data/menu.yml +/_data/menus.yml ```yaml primary: -- GitLab