Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/chat-room/cloud/go/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda Cloud and Golang
:description: Create a basic chat room application with Redpanda Cloud and Kafka clients developed with franz-go.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-go.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-go.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-go.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-go.adoc" } ]
:page-cloud: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/cloud/java/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda Cloud and Java
:description: Create a basic chat room application with Redpanda Cloud and Kafka Java clients.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-java.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-java.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-java.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-java.adoc" } ]
:page-cloud: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/cloud/nodejs/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda Cloud and Node.js
:description: Create a basic chat room application with Redpanda Cloud and Kafka clients developed with kafkajs.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-nodejs.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-nodejs.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-nodejs.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-nodejs.adoc" } ]
:page-cloud: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/cloud/python/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda Cloud and Python
:description: Create a basic chat room application with Redpanda Cloud and Kafka clients developed with kafka-python.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-python.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-python.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-python.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-python.adoc" } ]
:page-cloud: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/cloud/rust/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda Cloud and Rust
:description: Create a basic chat room application with Redpanda Cloud and Kafka clients developed with rust-rdkafka.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-rust.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-rust.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-rust.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-rust.adoc" } ]
:page-cloud: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/docker/go/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda and Golang
:description: Create a basic chat room application with Redpanda and Kafka clients developed with kafkajs.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-go.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-go.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-go.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-go.adoc" } ]
:env-docker: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/docker/java/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda and Java
:description: Create a basic chat room application with Redpanda and Kafka Java clients.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-java.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-java.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-java.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-java.adoc" } ]
:env-docker: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/docker/nodejs/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda and Node.js
:description: Create a basic chat room application with Redpanda and Kafka clients developed with kafkajs.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-nodejs.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-nodejs.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-nodejs.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-nodejs.adoc" } ]
:page-aliases: features:guide-nodejs.adoc, development:guide-nodejs.adoc
:page-layout: lab
:env-docker: true
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/docker/python/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda and Python
:description: Create a basic chat room application with Redpanda and Kafka clients developed with kafka-python.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-python.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-python.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-python.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-python.adoc" } ]
:page-layout: lab
:env-docker: true
:page-categories: Development, Clients
Expand Down
2 changes: 1 addition & 1 deletion clients/chat-room/docker/rust/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Build a Chat Room Application with Redpanda and Rust
:description: Create a basic chat room application with Redpanda and Kafka clients developed with rust-rdkafka.
:page-context-links: [{"name": "Docker", "to": "redpanda-labs:clients:docker-rust.adoc" },{"name": "Cloud", "to": "redpanda-labs:clients:cloud-rust.adoc" } ]
:page-context-links: [{"name": "Docker", "to": "labs:clients:docker-rust.adoc" },{"name": "Cloud", "to": "labs:clients:cloud-rust.adoc" } ]
:env-docker: true
:page-categories: Development, Clients
:page-layout: lab
Expand Down
2 changes: 1 addition & 1 deletion connect-plugins/processor/embeddings/openai/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ This announcement was made on May 21, 2024.

== Next steps

Learn more about xref:redpanda-connect:ROOT:about.adoc[Redpanda Connect] and explore the other xref:redpanda-connect:components:catalog.adoc[available connectors].
Learn more about xref:connect:get-started:about.adoc[Redpanda Connect] and explore the other xref:connect:components:catalog.adoc[available connectors].
2 changes: 1 addition & 1 deletion data-transforms/go/flatten/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ifndef::env-site[]
- link:https://docs.redpanda.com/current/get-started/rpk-install/[Install `rpk`] on your host machine.
endif::[]
ifdef::env-site[]
- xref:ROOT:get-started:rpk-install.adoc[Install `rpk`] on your host machine.
- xref:streaming:get-started:rpk-install.adoc[Install `rpk`] on your host machine.
endif::[]
- https://docs.docker.com/compose/install/[Docker and Docker Compose^] installed on your host machine.

Expand Down
4 changes: 2 additions & 2 deletions docker-compose/console-plain-login/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cd redpanda-labs/docker-compose/console-plain-login
endif::[]
// For the docs site, provide a download link since we have symlinked the Docker Compose file into the attachments directory of the Antora structure. See https://docs.antora.org/antora/latest/page/attachments/
ifdef::env-site[]
. xref:redpanda-labs:docker-compose:attachment$console-plain-login/docker-compose.yml[Download] the following Docker Compose file on your local file system.
. xref:labs:docker-compose:attachment$console-plain-login/docker-compose.yml[Download] the following Docker Compose file on your local file system.
+
NOTE: If you are running on an ARM-based device such as the Apple M1 chip, uncomment the `platform: 'linux/amd64'` lines.
+
Expand All @@ -54,7 +54,7 @@ NOTE: If you are running on an ARM-based device such as the Apple M1 chip, uncom
.`docker-compose.yml`
[,yaml,subs="attributes+"]
----
include::redpanda-labs:docker-compose:attachment$console-plain-login/docker-compose.yml[]
include::labs:docker-compose:attachment$console-plain-login/docker-compose.yml[]
----
====
endif::[]
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/envoy-shadowing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// (step {"action":"runShell", "command": "docker compose down -v 2>/dev/null || true", "workingDirectory": "../docker-compose/envoy-shadowing"})

ifdef::env-site[]
This lab demonstrates a disaster recovery setup that combines xref:ROOT:manage:disaster-recovery/shadowing/index.adoc[Redpanda Shadowing] with https://www.envoyproxy.io/[Envoy proxy^].
This lab demonstrates a disaster recovery setup that combines xref:streaming:manage:disaster-recovery/shadowing/index.adoc[Redpanda Shadowing] with https://www.envoyproxy.io/[Envoy proxy^].
endif::[]
ifndef::env-site[]
This lab demonstrates a disaster recovery setup that combines https://docs.redpanda.com/current/manage/disaster-recovery/[Redpanda Shadowing^] with https://www.envoyproxy.io/[Envoy proxy^].
Expand Down Expand Up @@ -194,7 +194,7 @@ The following table summarizes the roles of each component in this disaster reco
== Suggested reading

ifdef::env-site[]
* xref:ROOT:manage:disaster-recovery/shadowing/index.adoc[Shadowing for Disaster Recovery]
* xref:streaming:manage:disaster-recovery/shadowing/index.adoc[Shadowing for Disaster Recovery]
endif::[]
ifndef::env-site[]
* https://docs.redpanda.com/current/manage/disaster-recovery/[Shadowing for Disaster Recovery^]
Expand Down
16 changes: 8 additions & 8 deletions docker-compose/jira-metrics-pipeline/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ After you have Jira issues streaming into Redpanda, you can extend this pipeline

// For docs site, use xrefs
ifdef::env-site[]
- **Slack**: Post issue updates to channels using the xref:redpanda-connect:components:outputs/slack_post.adoc[`slack_post` output]
- **Discord**: Send notifications with the xref:redpanda-connect:components:outputs/discord.adoc[`discord` output]
- **HTTP/Webhooks**: Trigger PagerDuty, Opsgenie, or custom webhooks using the xref:redpanda-connect:components:outputs/http_client.adoc[`http_client` output]
- **Slack**: Post issue updates to channels using the xref:connect:components:outputs/slack_post.adoc[`slack_post` output]
- **Discord**: Send notifications with the xref:connect:components:outputs/discord.adoc[`discord` output]
- **HTTP/Webhooks**: Trigger PagerDuty, Opsgenie, or custom webhooks using the xref:connect:components:outputs/http_client.adoc[`http_client` output]
endif::[]
// For GitHub, use direct links
ifndef::env-site[]
Expand All @@ -383,9 +383,9 @@ endif::[]

// For docs site, use xrefs
ifdef::env-site[]
- **Snowflake**: Load issues into Snowflake with the xref:redpanda-connect:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]
- **BigQuery**: Stream to Google BigQuery using the xref:redpanda-connect:components:outputs/gcp_bigquery.adoc[`gcp_bigquery` output]
- **PostgreSQL/MySQL**: Store in relational databases with xref:redpanda-connect:components:outputs/sql_insert.adoc[`sql_insert`] or xref:redpanda-connect:components:outputs/sql_raw.adoc[`sql_raw` outputs]
- **Snowflake**: Load issues into Snowflake with the xref:connect:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]
- **BigQuery**: Stream to Google BigQuery using the xref:connect:components:outputs/gcp_bigquery.adoc[`gcp_bigquery` output]
- **PostgreSQL/MySQL**: Store in relational databases with xref:connect:components:outputs/sql_insert.adoc[`sql_insert`] or xref:connect:components:outputs/sql_raw.adoc[`sql_raw` outputs]
endif::[]
// For GitHub, use direct links
ifndef::env-site[]
Expand All @@ -408,10 +408,10 @@ Use the raw timestamp fields (`created`, `updated`, `resolved`) to calculate:

// For docs site, use xrefs
ifdef::env-site[]
- xref:redpanda-connect:components:processors/jira.adoc[Jira Processor Reference]
- xref:connect:components:processors/jira.adoc[Jira Processor Reference]
- https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/[Jira REST API Documentation^]
- https://www.atlassian.com/software/jira/guides/jql[JQL Query Guide^]
- xref:ROOT:get-started:quick-start.adoc[Redpanda Quickstart]
- xref:streaming:get-started:quick-start.adoc[Redpanda Quickstart]
endif::[]
// For GitHub, use direct links
ifndef::env-site[]
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/oidc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ifndef::env-site[]
- link:https://docs.redpanda.com/current/get-started/rpk-install/[Install `rpk`] on your host machine.
endif::[]
ifdef::env-site[]
- xref:ROOT:get-started:rpk-install.adoc[Install `rpk`] on your host machine.
- xref:streaming:get-started:rpk-install.adoc[Install `rpk`] on your host machine.
endif::[]
- https://docs.docker.com/compose/install/[Docker and Docker Compose^] installed on your host machine.

Expand Down Expand Up @@ -186,7 +186,7 @@ Redpanda Console expects configuration to be passed as environment variables, wh
+
To simplify this, user-friendly environment variables, such as `OIDC_CLIENT_SECRET`, are set here and then mapped to the required format in the `docker-compose.yml` file.
+
This pattern helps separate sensitive or dynamic values from implementation-specific keys. See xref:ROOT:console:config/configure-console.adoc#environment-variables[Configure Redpanda Console] for details.
This pattern helps separate sensitive or dynamic values from implementation-specific keys. See xref:streaming:console:config/configure-console.adoc#environment-variables[Configure Redpanda Console] for details.

. Start Redpanda and Redpanda Console in Docker by running the following command:
+
Expand Down Expand Up @@ -431,15 +431,15 @@ If you encounter issues logging in to Redpanda Console, check the following in y
* Verify the `oidc_principal_mapping` matches the claim you want to use for user mapping.
* Check the `oidc_token_audience` in your Redpanda configuration matches the client ID from the application registration.

include::ROOT:manage:partial$security/oidc/limitations.adoc[]
include::streaming:manage:partial$security/oidc/limitations.adoc[]

== Suggested reading

ifndef::env-site[]
- link:https://docs.redpanda.com/current/console/config/security/authentication/[Redpanda Console Authentication^].
endif::[]
ifdef::env-site[]
* xref:ROOT:console:config/security/authentication.adoc[]
* xref:streaming:console:config/security/authentication.adoc[]
endif::[]
* link:https://kafka.js.org/docs/configuration#oauthbearer-example[KafkaJS OIDC example^]
* https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims#optional-claims[Microsoft: ID Tokens^]
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/owl-shop/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd redpanda-labs/docker-compose/owl-shop
endif::[]
// For the docs site, provide a download link since we have symlinked the Docker Compose file into the attachments directory of the Antora structure. See https://docs.antora.org/antora/latest/page/attachments/
ifdef::env-site[]
. xref:redpanda-labs:docker-compose:attachment$owl-shop/docker-compose.yml[Download] the following Docker Compose file on your local file system.
. xref:labs:docker-compose:attachment$owl-shop/docker-compose.yml[Download] the following Docker Compose file on your local file system.
+
NOTE: If you are running on an ARM-based device such as the Apple M1 chip, uncomment the `platform: 'linux/amd64'` lines.
+
Expand All @@ -52,7 +52,7 @@ NOTE: If you are running on an ARM-based device such as the Apple M1 chip, uncom
.`docker-compose.yml`
[,yaml,subs="attributes+"]
----
include::redpanda-labs:docker-compose:attachment$owl-shop/docker-compose.yml[]
include::labs:docker-compose:attachment$owl-shop/docker-compose.yml[]
----
====
endif::[]
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/redpanda-migrator-demo/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ifndef::env-site[]
endif::[]

ifdef::env-site[]
This lab demonstrates how to use xref:redpanda-connect:components:inputs/redpanda_migrator.adoc[Redpanda Migrator] to migrate data from a source Kafka-compatible cluster to a target Redpanda cluster.
This lab demonstrates how to use xref:connect:components:inputs/redpanda_migrator.adoc[Redpanda Migrator] to migrate data from a source Kafka-compatible cluster to a target Redpanda cluster.
endif::[]
ifndef::env-site[]
This lab demonstrates how to use https://docs.redpanda.com/redpanda-connect/components/inputs/redpanda_migrator/[Redpanda Migrator^] to migrate data from a source Kafka-compatible cluster to a target Redpanda cluster.
Expand Down Expand Up @@ -273,9 +273,9 @@ ifndef::env-site[]
* Explore https://docs.redpanda.com/current/manage/security/authentication/[Redpanda authentication^] options
endif::[]
ifdef::env-site[]
* Read the xref:redpanda-connect:cookbooks:redpanda_migrator.adoc[Redpanda Migrator documentation]
* Learn about xref:ROOT:manage:schema-reg/schema-reg-overview.adoc[Schema Registry] configuration
* Explore xref:ROOT:manage:security/authentication.adoc[Redpanda authentication] options
* Read the xref:connect:cookbooks:redpanda_migrator.adoc[Redpanda Migrator documentation]
* Learn about xref:streaming:manage:schema-reg/schema-reg-overview.adoc[Schema Registry] configuration
* Explore xref:streaming:manage:security/authentication.adoc[Redpanda authentication] options
endif::[]
// (step {"action":"runShell", "command": "docker compose down -v", "workingDirectory": "../docker-compose/redpanda-migrator-demo"})
// (test end)
4 changes: 2 additions & 2 deletions docker-compose/single-broker/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ cd redpanda-labs/docker-compose/single-broker
endif::[]
// For the docs site, provide a download link since we have symlinked the Docker Compose file into the attachments directory of the Antora structure. See https://docs.antora.org/antora/latest/page/attachments/
ifdef::env-site[]
. xref:redpanda-labs:docker-compose:attachment$single-broker/docker-compose.yml[Download] the following Docker Compose file on your local file system.
. xref:labs:docker-compose:attachment$single-broker/docker-compose.yml[Download] the following Docker Compose file on your local file system.
+
.Reveal the Docker Compose file
[%collapsible]
====
.`docker-compose.yml`
[,yaml,subs="attributes+"]
----
include::redpanda-labs:docker-compose:attachment$single-broker/docker-compose.yml[]
include::labs:docker-compose:attachment$single-broker/docker-compose.yml[]
----
====
endif::[]
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/three-brokers/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ cd redpanda-labs/docker-compose/three-brokers
endif::[]
// For the docs site, provide a download link since we have symlinked the Docker Compose file into the attachments directory of the Antora structure. See https://docs.antora.org/antora/latest/page/attachments/
ifdef::env-site[]
. xref:redpanda-labs:docker-compose:attachment$three-brokers/docker-compose.yml[Download] the following Docker Compose file on your local file system.
. xref:labs:docker-compose:attachment$three-brokers/docker-compose.yml[Download] the following Docker Compose file on your local file system.
+
.Reveal the Docker Compose file
[%collapsible]
====
.`docker-compose.yml`
[,yaml,subs="attributes+"]
----
include::redpanda-labs:docker-compose:attachment$three-brokers/docker-compose.yml[]
include::labs:docker-compose:attachment$three-brokers/docker-compose.yml[]
----
====
endif::[]
Expand Down
6 changes: 4 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: redpanda-labs
name: labs
title: Labs
version: ~
asciidoc:
attributes:
page-header-data:
title: "Labs"
description: "Hands-on tutorials and example applications."
color: "#227093"
order: 4
color: '#227093'
full-version: 24.2.2


2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= Redpanda Labs
:page-layout: labs-search
:page-layout: labs-home
:page-aliases: 23.3@ROOT:get-started:code-examples.adoc, 23.3@ROOT:development:code-examples.adoc, 23.3@ROOT:introduction:code-examples.adoc, 23.3@ROOT:develop:code-examples.adoc, 23.3@ROOT:console:reference/docker-compose.adoc, 23.3@ROOT:reference:console/docker-compose.adoc, 23.3@ROOT:reference:docker-compose.adoc
1 change: 1 addition & 0 deletions docs/modules/kubernetes/pages/shadow-linking.adoc
2 changes: 1 addition & 1 deletion kubernetes/iceberg/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ kubectl rollout status deployment/iceberg-rest -n iceberg-lab

- https://min.io/docs/minio/kubernetes/upstream/operations/installation.html[MinIO Kubernetes Operator installation]
- https://min.io/docs/minio/kubernetes/upstream/operations/install-deploy-manage/deploy-minio-tenant-helm.html#deploy-tenant-helm[Deploy MinIO tenant with Helm]
- xref:ROOT:manage:iceberg/about-iceberg-topics.adoc[Iceberg Topics in Redpanda]
- xref:streaming:manage:iceberg/about-iceberg-topics.adoc[Iceberg Topics in Redpanda]
1 change: 1 addition & 0 deletions kubernetes/shadow-linking/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pid
Loading