Skip to content

Commit 37d460f

Browse files
Removes Tutorials section (#23750)
1 parent 551f9ba commit 37d460f

File tree

11 files changed

+13
-26
lines changed

11 files changed

+13
-26
lines changed

public/__redirects

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,10 +967,16 @@
967967
/logs/reference/logpush-api-configuration/ /logs/get-started/api-configuration/ 301
968968
/logs/reference/logpush-api-configuration/filters/ /logs/reference/filters/ 301
969969
# Non-slashed version is being used in the Cloudflare dashboard
970-
/logs/reference/logpush-api-configuration/examples/example-logpush-curl/ /logs/tutorials/examples/example-logpush-curl/ 301
970+
/logs/reference/logpush-api-configuration/examples/example-logpush-curl/ /logs/logpush/examples/example-logpush-curl/ 301
971971
/logs/log-explorer/ /log-explorer/log-search/ 301
972972
/logs/reference/glossary/ /logs/glossary/ 301
973973
/logs/about/ /logs/logpush/ 301
974+
/logs/tutorials/ /logs/logpush/ 301
975+
/logs/tutorials/parsing-json-log-data/ /logs/logpush/parsing-json-log-data/ 301
976+
/logs/tutorials/examples/ /logs/logpush/examples/ 301
977+
/logs/tutorials/examples/example-logpush-curl/ /logs/logpush/examples/example-logpush-curl/ 301
978+
/logs/tutorials/examples/example-logpush-python/ /logs/logpush/examples/example-logpush-python/ 301
979+
974980

975981
# magic-firewall
976982
/magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301

src/content/docs/fundamentals/manage-domains/remove-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Please also note that domains in the `Initializing (Setup)` or `Pending` statuse
3636

3737
* [Cancel active add-on subscriptions](/billing/cancel-subscription/).
3838

39-
* [Delete all the Logpush jobs for that domain](/logs/tutorials/examples/example-logpush-curl/#optional---delete-a-job)
39+
* [Delete all the Logpush jobs for that domain](/logs/logpush/examples/example-logpush-curl/#optional---delete-a-job)
4040

4141
* If you use Cloudflare Registrar:
4242

src/content/docs/logs/get-started/api-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The `{dataset_id}` argument indicates the log category (such as `http_requests`
3333
| `POST` | Validate log options | [Documentation](/api/resources/logpush/subresources/validate/methods/origin/) |
3434

3535

36-
For concrete examples, refer to the tutorials in [Logpush examples](/logs/tutorials/examples/).
36+
For concrete examples, refer to the tutorials in [Logpush examples](/logs/logpush/examples/).
3737

3838
## Connecting
3939

src/content/docs/logs/logpull/enabling-log-retention.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are two endpoints for managing log retention:
1818

1919
:::note[Note]
2020

21-
In the Linux examples below we use the optional [jq](/logs/tutorials/parsing-json-log-data/) tool to help parse the response data.
21+
In the Linux examples below we use the optional [jq](/logs/logpush/parsing-json-log-data/) tool to help parse the response data.
2222

2323
To make a `POST` call, you must have zone-scoped `edit` permissions, such as Super Administrator, Administrator, or Log Share. Refer to [Make API calls](/fundamentals/api/how-to/make-api-calls/) for more information.
2424

File renamed without changes.
File renamed without changes.

src/content/docs/logs/tutorials/examples/index.mdx renamed to src/content/docs/logs/logpush/examples/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Logpush examples
44
sidebar:
5-
order: 90
5+
order: 22
66
group:
77
hideIndex: true
88

File renamed without changes.

src/content/docs/logs/reference/change-notices/2023-02-01-security-fields-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ After updating Logpush jobs, you may need to update external filters or reports
147147

148148
### Update Logpush job via API
149149

150-
Follow the instructions in [Update output\_options](/logs/tutorials/examples/example-logpush-curl/#optional---update-output_options) to update the fields in the Logpush job.
150+
Follow the instructions in [Update output\_options](/logs/logpush/examples/example-logpush-curl/#optional---update-output_options) to update the fields in the Logpush job.
151151

152152
### Update Logpush job via Terraform
153153

src/content/docs/logs/tutorials/index.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)