From baea86836f347b1636b514c3ff12f718aa512c91 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 18 Apr 2023 17:06:17 -0700 Subject: [PATCH] Start a few READMEs in src (#36125) --- src/automated-pipelines/README.md | 11 +++++++++++ src/codeql-cli/README.md | 11 +++++++++++ src/github-apps/README.md | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 src/automated-pipelines/README.md create mode 100644 src/codeql-cli/README.md create mode 100644 src/github-apps/README.md diff --git a/src/automated-pipelines/README.md b/src/automated-pipelines/README.md new file mode 100644 index 0000000000..11fcf28ba0 --- /dev/null +++ b/src/automated-pipelines/README.md @@ -0,0 +1,11 @@ +# Automated pipelines + +Our automated pipelines directory contains code shared by our automated pipelines, including REST, GraphQL, Webhooks, CodeQL, and GitHub Apps. + +## What is automated pipelines + +An automated pipeline adds automatically generated content to docs.github.com + +## How does it work + +## How to get help diff --git a/src/codeql-cli/README.md b/src/codeql-cli/README.md new file mode 100644 index 0000000000..626d74c6cc --- /dev/null +++ b/src/codeql-cli/README.md @@ -0,0 +1,11 @@ +# CodeQL CLI + +Our CodeQL CLI pipeline adds automated documentation on docs.github.com. + +## What is CodeQL CLI + +CodeQL is an intelligent code scanning service that checks for security issues in code. + +## How does it work + +## How to get help diff --git a/src/github-apps/README.md b/src/github-apps/README.md new file mode 100644 index 0000000000..f9a92082e8 --- /dev/null +++ b/src/github-apps/README.md @@ -0,0 +1,11 @@ +# GitHub Apps + +Our GitHub Apps pipeline adds automated documentation for GitHub Apps. + +## What is GitHub Apps + +GitHub Apps is a GitHub product that allows custom applications to respond to events on GitHub. + +## How does it work + +## How to get help