From ef74b2ede4277a9f604b7f70c31f23b6fc4fc6ee Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:59:48 +0100 Subject: [PATCH] Fixed indentation --- dactyl-config.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dactyl-config.yml b/dactyl-config.yml index 3a08425541..6da5c08778 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -1899,25 +1899,25 @@ pages: targets: - en - - name: PHP - html: php.html - parent: tutorials.html - top_nav_grouping: カテゴリ - template: pagetype-category.html.jinja - blurb: PHPでのXRPLチュートリアルです。 - targets: - - ja + - name: PHP + html: php.html + parent: tutorials.html + top_nav_grouping: カテゴリ + template: pagetype-category.html.jinja + blurb: PHPでのXRPLチュートリアルです。 + targets: + - ja - md: tutorials/get-started/get-started-using-php.md targets: - - en + - en # TODO: translate - - md: tutorials/get-started/get-started-using-php.md - top_nav_grouping: 始めましょう - untranslated_warning: true - targets: - - ja + - md: tutorials/get-started/get-started-using-php.md + top_nav_grouping: 始めましょう + untranslated_warning: true + targets: + - ja # HTTP / Websocket Tutorials ---------------------------------------------------