From 6a5e1c9d8a49c8271fa399c00c84fe5604bbc4c9 Mon Sep 17 00:00:00 2001 From: Rob Landers Date: Sun, 14 Feb 2021 22:10:07 +0100 Subject: [PATCH] Add PHP SDK docs (#1209) * Add php sdk as a submodule * Update doc commit * Update commit * Update commit * Update commit * Update commit * Update commit * Rebase Co-authored-by: Mark Fussell --- .gitmodules | 4 +++- daprdocs/config.toml | 3 +++ sdkdocs/php | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 sdkdocs/php diff --git a/.gitmodules b/.gitmodules index 5101acdce..21fb9751c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,6 @@ [submodule "sdkdocs/python"] path = sdkdocs/python url = https://github.com/dapr/python-sdk.git - \ No newline at end of file +[submodule "sdkdocs/php"] + path = sdkdocs/php + url = https://github.com/dapr/php-sdk.git diff --git a/daprdocs/config.toml b/daprdocs/config.toml index dddd7e05b..427709d59 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -43,6 +43,9 @@ id = "UA-149338238-3" [[module.mounts]] source = "../sdkdocs/python/daprdocs/content/en/python-sdk-contributing" target = "content/contributing/" + [[module.mounts]] + source = "../sdkdocs/php/daprdocs/content/en/php-sdk-docs" + target = "content/developing-applications/sdks/php" # Markdown Engine - Allow inline html [markup] diff --git a/sdkdocs/php b/sdkdocs/php new file mode 160000 index 000000000..8992ecac6 --- /dev/null +++ b/sdkdocs/php @@ -0,0 +1 @@ +Subproject commit 8992ecac6339f7394c9f78b23d10d6a2579b9f6d