mirror of https://github.com/dapr/docs.git
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 <mfussell@microsoft.com>
This commit is contained in:
parent
6308bc1c7f
commit
6a5e1c9d8a
|
@ -4,4 +4,6 @@
|
|||
[submodule "sdkdocs/python"]
|
||||
path = sdkdocs/python
|
||||
url = https://github.com/dapr/python-sdk.git
|
||||
|
||||
[submodule "sdkdocs/php"]
|
||||
path = sdkdocs/php
|
||||
url = https://github.com/dapr/php-sdk.git
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8992ecac6339f7394c9f78b23d10d6a2579b9f6d
|
Loading…
Reference in New Issue