Skip to content

Commit 6299cdc

Browse files
committed
autogen(docs): generate cli docs
1 parent 2e4a791 commit 6299cdc

8 files changed

Lines changed: 8 additions & 8 deletions

docs/cli/ory-patch-identity-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ory patch project ecaaa3cb-0730-4ee8-a6df-9553cdfeef89 \
3636
The format of the patch is a JSON-Patch document. For more details please check:
3737

3838
```
39-
https://www.ory.sh/docs/reference/api#operation/patchProject
39+
https://www.ory.com/docs/reference/api#operation/patchProject
4040
https://jsonpatch.com
4141
```
4242

docs/cli/ory-patch-oauth2-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ory patch project ecaaa3cb-0730-4ee8-a6df-9553cdfeef89 \
3737
The format of the patch is a JSON-Patch document. For more details please check:
3838

3939
```
40-
https://www.ory.sh/docs/reference/api#operation/patchProject
40+
https://www.ory.com/docs/reference/api#operation/patchProject
4141
https://jsonpatch.com
4242
```
4343

docs/cli/ory-patch-permission-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ory patch project ecaaa3cb-0730-4ee8-a6df-9553cdfeef89 \
3737
The format of the patch is a JSON-Patch document. For more details please check:
3838

3939
```
40-
https://www.ory.sh/docs/reference/api#operation/patchProject
40+
https://www.ory.com/docs/reference/api#operation/patchProject
4141
https://jsonpatch.com
4242
```
4343

docs/cli/ory-patch-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ specified in the patch will be overwritten. To replace the config use the `updat
2121
The format of the patch is a JSON-Patch document. For more details please check:
2222

2323
```
24-
https://www.ory.sh/docs/reference/api#operation/patchProject
24+
https://www.ory.com/docs/reference/api#operation/patchProject
2525
https://jsonpatch.com
2626
```
2727

docs/cli/ory-update-identity-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ self-hosted Ory Kratos to Ory Network.
2525
The full configuration payload can be found at:
2626

2727
```
28-
https://www.ory.sh/docs/reference/api#operation/updateProject.
28+
https://www.ory.com/docs/reference/api#operation/updateProject
2929
```
3030

3131
This command expects the contents of the `/services/identity/config` key, so for example:

docs/cli/ory-update-oauth2-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from self-hosted Ory Hydra to Ory Network.
2525
The full configuration payload can be found at:
2626

2727
```
28-
https://www.ory.sh/docs/reference/api#operation/updateProject.
28+
https://www.ory.com/docs/reference/api#operation/updateProject
2929
```
3030

3131
This command expects the contents of the `/services/oauth2/config` key, so for example:

docs/cli/ory-update-permission-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ self-hosted Ory Keto to Ory Network.
2525
The full configuration payload can be found at:
2626

2727
```
28-
https://www.ory.sh/docs/reference/api#operation/updateProject.
28+
https://www.ory.com/docs/reference/api#operation/updateProject
2929
```
3030

3131
This command expects the contents of the `/services/permission/config` key, so for example:

docs/cli/ory-update-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If the `--name` flag is not set, the project's name will not be changed.
2323
The full configuration payload can be found at
2424

2525
```
26-
https://www.ory.sh/docs/reference/api#operation/updateProject
26+
https://www.ory.com/docs/reference/api#operation/updateProject
2727
```
2828

2929
As an example an input could look like:

0 commit comments

Comments
 (0)