From 4032874b0f3615044978dba0035362153aac2424 Mon Sep 17 00:00:00 2001 From: Amarantha Kulkarni Date: Thu, 25 Jan 2024 14:45:38 -0800 Subject: [PATCH] Add index file for Getting Started with PHP --- content/sidebars.yaml | 2 +- content/tutorials/php/index.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 content/tutorials/php/index.md diff --git a/content/sidebars.yaml b/content/sidebars.yaml index ae8e1ddd08..fe9e1737de 100644 --- a/content/sidebars.yaml +++ b/content/sidebars.yaml @@ -205,7 +205,7 @@ expanded: false items: - page: tutorials/get-started/get-started-using-java.md - - group: PHP + - page: tutorials/php/index.md expanded: false items: - page: tutorials/get-started/get-started-using-php.md diff --git a/content/tutorials/php/index.md b/content/tutorials/php/index.md new file mode 100644 index 0000000000..4331f858cd --- /dev/null +++ b/content/tutorials/php/index.md @@ -0,0 +1,13 @@ +--- +html: php.html +parent: tutorials.html +top_nav_grouping: Article Types +metadata: + indexPage: true +--- +# PHP + +XRPL tutorials in PHP. + + +{% child-pages /%} \ No newline at end of file