-
Notifications
You must be signed in to change notification settings - Fork 61.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5,478 changed files
with
2,506,056 additions
and
2,106,926 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
# To find available Node images, see https://mcr.microsoft.com/en-us/product/devcontainers/javascript-node/tags | ||
|
||
# [Choice] Node.js version | ||
ARG VARIANT="dev-20-bullseye" | ||
ARG VARIANT="dev-22-bullseye" | ||
FROM mcr.microsoft.com/devcontainers/javascript-node:${VARIANT} | ||
|
||
# [Optional] Uncomment this section to install additional OS packages. | ||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ | ||
# && apt-get -y install --no-install-recommends <your-package-list-here> | ||
|
||
# [Optional] Uncomment if you want to install an additional version of node using nvm | ||
# ARG EXTRA_NODE_VERSION=10 | ||
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}" | ||
|
||
# [Optional] Uncomment if you want to install more global node modules | ||
# RUN su node -c "npm install -g <your-package-list-here>" | ||
|
||
# Install the GitHub CLI see: | ||
# https://github.com/microsoft/vscode-dev-containers/blob/3d59f9fe37edb68f78874620f33dac5a62ef2b93/script-library/docs/github.md | ||
COPY library-scripts/github-debian.sh /tmp/library-scripts/ | ||
RUN apt-get update && bash /tmp/library-scripts/github-debian.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file is a template for what your untracked .env file might look like for local development. | ||
# Please copy this to a new .env file and fill in the values as needed. | ||
|
||
# Requires a running local Elasticsearch service. Can be started via Docker, see https://github.com/github/docs-engineering/blob/main/docs/elasticsearch/elasticsearch-locally.md | ||
# When this value is unset searches will be proxied to the production Elasticsearch endpoint | ||
ELASTICSEARCH_URL=http://localhost:9200 | ||
|
||
# Set for sending events in local development. See https://github.com/github/docs-engineering/blob/main/docs/analytics/hydro-mock.md | ||
HYDRO_ENDPOINT= | ||
HYDRO_SECRET= | ||
|
||
# Localization variables | ||
# See https://github.com/github/docs-internal/tree/main/src/languages#working-with-translated-content-locally | ||
ENABLED_LANGUAGES= | ||
TRANSLATIONS_ROOT= | ||
|
||
# For running the src/search/scripts/scrape script | ||
# You may want a lower value depending on your CPU | ||
BUILD_RECORDS_MAX_CONCURRENT=100 | ||
BUILD_RECORDS_MIN_TIME= | ||
|
||
# Set to true to enable the /fastly-cache-test route for debugging Fastly headers | ||
ENABLE_FASTLY_TESTING= | ||
|
||
# Needed to auth for AI search | ||
CSE_COPILOT_SECRET= | ||
CSE_COPILOT_ENDPOINT=https://cse-copilot-staging.service.iad.github.net | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.